Address
a physical geographical location; This field can optionally include mailing information.
Type:
object
Properties
countryCode *
the ISO 3166-1 Alpha-2 code for the country in which the address is located
Type:
string
Required: yes
Length: 2
city
the city in which the address is located
Type:
string
state
the state or province in which the address is located; Some implementations would prefer a 2-letter abbreviation of the state.
Type:
string
postalCode
the PIN/ZIP code, at which the location can receive mail; This can also be a postbox that is disconnected from the geographical location.
Type:
string
Examples
{ "city": "Roorkee", "state": "UK", "countryCode": "IN", "postalCode": "247667"}
{ "countryCode": "IN"}