A contact campaign appointment category in SubscriberCRM.

Name Type Description Required
Id Int32 No
AppointmentTypeId Int32 The Id of the appointment type that this appointment category belong to. No
Name String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/contactcampaignappointmentcategory POST Gets all the contact campaign appointment category types.

Here is a Json example of the ContactCampaignAppointmentCategory object.

{
"Id": 12345,
"AppointmentTypeId": 1,
"Name": "An appointment category"
}