A contact campaign appointment result type in SubscriberCRM.

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

Here is a Json example of the ContactCampaignAppointmentResultType object.

{
"Id": 12345,
"Name": "An appointment result type",
"AppointmentCategoryId": -1
}