A contact campaign appointment sub category in SubscriberCRM.

Name Type Description Required
Id Int32 No
AppointmentCategoryId Int32 The Id of appointment category that this appointment sub category belongs to. No
Name String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/contactcampaignappointmentsubcategory POST Gets all the contact campaign appointment sub category.

Here is a Json example of the ContactCampaignAppointmentSubCategory object.

{
"Id": 12345,
"AppointmentCategoryId": -1,
"Name": "An appointment sub category"
}