A contact campaign appointment type contained in SubscriberCRM.

Name Type Description Required
Id Int32 No
Name String No
IsCall Boolean Determines if this appointment type is a call. No
IsVisit Boolean Determines if this appointment type is a visit. No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/contactcampaignappointmenttype POST Gets all the contact campaign appointment types.

Here is a Json example of the ContactCampaignAppointmentType object.

{
"Id": 12345,
"Name": "Call",
"IsCall": true,
"IsVisit": false
}