Addresses Object
The object describing an address of a contact.
Example
{
"street": "STREET",
"city": "CITY",
"state": "STATE",
"zip": "ZIP",
"country": "COUNTRY",
"country_code": "COUNTRY_CODE",
"type": "HOME"
}
Properties
street
: string (optional) — street address.city
: string (optional) — city of the address.state
: string (optional) — state or province.zip
: string (optional) — zip code.country
: string (optional) — country name.country_code
: string (optional) — 2-letter ISO 3166 country code.type
: "HOME", "WORK" or string (optional) — the type of address which can be standard types of HOME or WORK.