object Address

Fields

FieldTypeDescription
nameString

The address's name or name of the person assigned to the address.

address1String

Address line 1.

address2String

Address line 2.

cityString

Address's City.

stateString

Address's State.

countryString

Address's Country.

zipString

Address's Postal Code.

phoneString

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"
}