Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Attributes

AttributeTypeDescription
namestring requiredFull name of contact.
Limited to 255 characters.
line1string requiredFirst line of the address.
Limited to 128 characters.
line2stringSecond line of the address.
Limited to 128 characters.
area1string requiredUK: Postal town
Limited to 128 characters.
area2stringUK: Village or local area.
Limited to 128 characters.
regionstring requiredUK: County
Limited to 128 characters.
postcodestring requiredPostal Code.
Limited to 128 characters.
countryCodestring requiredThe ISO 3166-1 country code.
Limited to 2 characters
phoneNumberstringThe phone number, in E.123 format.
Limited to 32 characters.

Example Contact object

{
  "name": "Joe Consumer",
  "line1": "Apartment 9",
  "line2": "1 Market Street",
  "area1": "Ancoats",
  "area2": "Manchester",
  "region": "Greater Manchester",
  "postcode": "M4 3AT",
  "countryCode": "GB",
  "phoneNumber": "07000000000"
}