Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

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. 

On this page:

Address Object Formats

JSON Format
{
	"AddrLine1": "", 
    "AddrLine2": "", 
    "AddrLine3": "", 
    "AddrLine4": "",
    "AddrType": "", 
    "City": "", 
    "Country": "", 
    "Intersection" : "",
    "Lat" : "",
    "Lon" : "",
    "Region": "", 
    "Zip": ""
}

Address Object Properties

(info) Required properties are in Bold.

PropertyTypeDescription
AddrLine1stringIdentifies 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.
AddrLine2stringIdentifies the second line of the address.
AddrLine3stringIdentifies the third line of the address.
AddrLine4stringIdentifies the fourth line of the address.
AddrTypestring

Identifies the type of address:

Value values are:

  • 1001 - Mailing address
  • 1002 - Billing address
CitystringIdentifies the city of the address
CountrystringIdentifies the country of the address
Intersectionstring
LatNumberIdentifies the latitude coordinate of the address.
LonNumberIdentifies the longitude coordinate of the address.
RegionstringIdentifies the region or state of the address.
ZipstringIdentifies the zip code
  • No labels