A county in SubscriberCRM.

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

Here is a Json example of the County object.

{
"Id": 12345,
"Name": "Essex"
}