The address object is always contained inside of another object such as the Account or Account Location object. There are no specific REST APIs to manage standalone addresses.
Address Object Formats
Unable to render {include} The included page could not be found.
Address Object Properties
Required properties are in Bold.
Property | Type | Description |
---|---|---|
AddressLine1 | string | Identifies the first line of the address. This property is used by the mapping server when locating the address on a map or providing turn by turn directions. |
AddressLine2 | string | Identifies the second line of the address. |
AddressLine3 | string | Identifies the third line of the address. |
AddressLine4 | string | Identifies the fourth line of the address. |
AddrType | string | Identifies the type of address: Value values are:
|
City | string | Identifies the city of the address |
Country | string | Identifies the country of the address |
Intersection | string | |
Lat | Number | Identifies the latitude coordinate of the address. |
Lon | Number | Identifies the longitude coordinate of the address. |
Region | string | Identifies the region or state of the address. |
Zip | string | Identifies the zip code |