Address Model

Represents a physical address of a contact that is stored in Capsule.

Name Type Description
id Long Read only

The unique id of this address.

type String

The address type.

Accepted values are: Home, Postal, Office, Billing, Shipping

street String

The multi-line street address.

city String

The city of the address.

state String

The state or province of the address.

country String

The country of the address. This field should be a valid country name. You can obtain a list of valid countries using the api/v2/countries endpoint.

zip String

The zip/postal code.