GET - https://subscribercrmapi.acamh.org/api/address/{id}

Gets a single Address.

{
"Id": 1234,
"ContactId": 5678,
"Description": "",
"Position": "",
"Department": "",
"Organisation": "",
"AddressLabel": "",
"AddressLine1": "1 Main Street",
"AddressLine2": "",
"AddressLine3": "",
"Town": "London",
"CountyId": -1,
"Postcode": "AB12 3CD",
"CountryId": -1,
"Phone": "",
"EvePhone": "",
"Mobile": "",
"Email": "",
"Fax": "",
"Website": "",
"AddressTypeId": -1,
"IsBilling": true,
"IsMailing": true,
"IsDelivery": true,
"GridN": "",
"GridE": "",
"Latitude": null,
"Longitude": null,
"CensationCode": "",
"Constituency": "",
"MailReturned_Date": null,
"MailReturned_ReasonId": null,
"StartDate": null,
"EndDate": null,
"UseForEmailing": true,
"Ward": "",
"ElectoralRegion": ""
}