Go to Rilla

CustomerAddress

Address from the linked CRM location. Individual components can be null.

6 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

streetstring | nullrequirednullable

Street address.

Example "123 Example Street"
unitstring | nullrequirednullable

Unit or suite.

Example null
citystring | nullrequirednullable

City.

Example "New York"
statestring | nullrequirednullable

State or region.

Example "NY"
zipstring | nullrequirednullable

Postal code.

Example "10001"
countrystring | nullrequirednullable

Country.

Example "US"

Complete example

CustomerAddress · complete example
{
  "street": "123 Example Street",
  "unit": null,
  "city": "New York",
  "state": "NY",
  "zip": "10001",
  "country": "US"
}

All response types →

On this page