Skip to main content

Address

Represents an address.

citystring

The city for the address.

countrystring

The country.

encodedKeystring

The address encoded key, which is unique and generated.

indexInListinteger<int32>

The index of this address in the list of addresses.

latitudenumber

The GPS latitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -90 to +90.

line1string

The first line of the address.

line2string

The second line of the address.

longitudenumber

The GPS longitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -180 to +180.

parentKeystring

The address parent key indicating the object owning this address. For example: client, centre, or branch.

postcodestring

The post code.

regionstring

The region for the address.

Address
{
"city": "string",
"country": "string",
"encodedKey": "string",
"indexInList": 0,
"latitude": 0,
"line1": "string",
"line2": "string",
"longitude": 0,
"parentKey": "string",
"postcode": "string",
"region": "string"
}