Skip to main content

Addressapiv1

addressTypestring

the type of the address, eg. home, office. Deprecated.

citystring

the city

countrystring

the country

encodedKeystring

the automatically generated encoded ID for this item

indexInListinteger

the index of this address when there are multiple addresses assigned for a single entity

latitudenumber

the latitude of the address point

line1string

the first line of the address

line2string

the second line of the address

longitudenumber

the longitude of the address point

parentKeystring

the encoded key of the entity to whom this address belongs, for example, the client of group

postcodestring

the postal (zip) code of the address

regionstring

the region of the address

toBeDeletedboolean

whether this address is marked to be deleted

Addressapiv1
{
"addressType": "string",
"city": "string",
"country": "string",
"encodedKey": "string",
"indexInList": 0,
"latitude": 0,
"line1": "string",
"line2": "string",
"longitude": 0,
"parentKey": "string",
"postcode": "string",
"region": "string",
"toBeDeleted": true
}