Attributes
Attribute | Type | Description |
---|---|---|
name | string required | Full name of contact. Limited to 255 characters |
line1 | string required | First line of the address. Limited to 128 characters |
line2 | string | Second line of the address. Limited to 128 characters. |
area1 | string required | AU : SuburbNZ : Town or CityUK : Postal townUS : CityCA : CityFR : Town or CityIT : Town or CityES : Town or CityLimited to 128 characters |
area2 | string | NZ: suburb UK: village or local area. Limited to 128 characters |
region | string required | AU : StateNZ : RegionUK : CountyUS : StateCA : Province or TerritoryFR : RegionIT : RegionES : RegionLimited to 128 characters |
postcode | string required | ZIP or postal code. Limited to 128 characters. |
countryCode | string required | The ISO 3166-1 country code. Limited to 2 characters |
phoneNumber | string | The phone number, in E.123 format. Limited to 32 characters. |
{
"name": "Joe Consumer",
"line1": "Level 5",
"line2": "406 Collins Street",
"area1": "Melbourne",
"region": "VIC",
"postcode": "3000",
"countryCode": "AU",
"phoneNumber": "0400 000 000"
}
{
"name": "Joe Consumer",
"line1": "75 Queen St",
"area1": "Auckland",
"area2": "Auckland Central",
"region": "Auckland",
"postcode": "1010",
"countryCode": "NZ",
"phoneNumber": "0200 000 000"
}
{
"name": "Joe Consumer",
"line1": "3655 Lawton St",
"area1": "San Francisco",
"region": "CA",
"postcode": "94122",
"countryCode": "US",
"phoneNumber": "(415) 200-0000"
}
{
"name": "Joe Consumer",
"line1": "Apartment 9",
"line2": "1 Market Street",
"area1": "Manchester",
"region": "Greater Manchester",
"postcode": "M4 3AT",
"countryCode": "UK",
"phoneNumber": "07777777777"
}
{
"name": "Joe Consumer",
"line1": "66 Chemin Des Bateliers",
"area1": "ANNECY",
"region": "Rhône-Alpes",
"postcode": "74000",
"countryCode": "FR",
"phoneNumber": "0262445566"
}
{
"name": "Joe Consumer",
"line1": "Via Rocca de Baldi 167",
"area1": "San Paolo Di Noto",
"region": "Siracusa",
"postcode": "96010",
"countryCode": "IT",
"phoneNumber": "03387250301"
}
{
"name": "Joe Consumer",
"line1": "Apartment 1",
"line2": "406 Collins Street",
"area1": "Barcelona",
"region": "Catalonia",
"postcode": "08001",
"countryCode": "ES",
"phoneNumber": "600555777"
}