A contact campaign appointment confirmation type in SubscriberCRM.

Name Type Description Required
Id Int32 No
Name String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/contactcampaignappointmentconfirmationtype POST Gets all the contact campaign appointment confirmation types.

Here is a Json example of the ContactCampaignAppointmentConfirmationType object.

{
"Id": 12345,
"Name": "An appointment confirmation type"
}