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

Referenced By

Example

{
  "name": "abc123",
  "address1": "abc123",
  "address2": "abc123",
  "city": "abc123",
  "state": "abc123",
  "country": "abc123",
  "zip": "abc123",
  "phone": "abc123"
}