object Address
Fields
| Field | Type | Description |
|---|---|---|
name | String | The address's name or name of the person assigned to the address. |
address1 | String | Address line 1. |
address2 | String | Address line 2. |
city | String | Address's City. |
state | String | Address's State. |
country | String | Address's Country. |
zip | String | Address's Postal Code. |
phone | String | Phone number for the contact. |
Referenced By
Example
{
"name": "Acme Corp",
"address1": "123 Fulfillment Ave",
"address2": "Suite 100",
"city": "New York",
"state": "NY",
"country": "US",
"zip": "10001",
"phone": "+1-555-0100"
}