A communication sub type contained in SubscriberCRM.

Name Type Description Required
Id Int32 No
CommunicationTypeId Int32 The Id of communication type that this communication sub type belongs to. No
Name String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/communicationsubtype GET Gets all the communication sub types.

Here is a Json example of the CommunicationSubType object.

{
"Id": 12345,
"CommunicationTypeId": 1,
"Name": "A sub type"
}