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.
suburbstringCity or suburb name. Limited to 128 characters.
statestringState (or Town/City for NZ). Limited to 128 characters.
postcodestring requiredZIP or postal code. Limited to 128 characters.
countryCodestringThe two-character ISO 3166-1 country code.
phoneNumberstringThe phone number, in E.123 format. Limited to 32 characters.

Example Contact object

{
  "name": "Joe Consumer",
  "line1": "1 Market Street",
  "suburb": "MANCHESTER",
  "postcode": "M4 3AT",
  "countryCode": "GB",
  "phoneNumber": "07000000000"
}