Attributes
Attribute | Type | Description |
---|---|---|
| string | Full name of contact. Limited to 255 characters. |
| string | First line of the address. Limited to 128 characters. |
| string | Second line of the address. Limited to 128 characters. |
| string | Suburb, town or city, postal town or city. Limited to 128 characters. |
| string | Limited to 128 characters. |
| string | Limited to 128 characters. |
| string | ZIP or postal code. Limited to 128 characters. |
| string | The two-character ISO 3166-1 country code. |
| string | The phone number, in E.123 format. Limited to 32 characters. |
{
"name": "Joe Consumer",
"line2": "1 Faker Street",
"line1": "Floor 2 - Apartment 2",
"area1": "Barcelona",
"area2": "Barcelona Municipality",
"region": "Catalonia",
"postcode": "08001",
"countryCode": "ES",
"phoneNumber": "600555777"
}