Address
Field Name
Data Type
Description
Example
{
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"postCode": "12345",
"city": "Cityville",
"state": "S",
"country": "ST"
}Last updated
Was this helpful?
The address object indicates a postal address. It contains the following fields:
addressLine1
string
The line 1 of the postal address.
addressLine2
string
The line 2 of the postal address.
postCode
string
The post code or ZIP code for the address.
city
string
The city or town name for the address.
state
string
The full name or abbreviation for the state.
{
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"postCode": "12345",
"city": "Cityville",
"state": "S",
"country": "ST"
}Last updated
Was this helpful?
Was this helpful?