A communication type contained in SubscriberCRM.

Name Type Description Required
Id Int32 No
Name String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/communicationtype POST Gets all the communication types.

Here is a Json example of the CommunicationType object.

{
"Id": 12345,
"Name": "A type"
}