/
REST Objects Address

REST Objects Address

5.0.0

The Address object is part of the ServiceBroker Location object, in the following location:

Address objects are used to represent an address that is associated with a Work Item's Location.

Address Object Format

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

Address Object Properties


PropertyTypeRequired?Description

Field Mappings

ServiceDispatchServiceMobilityServiceScheduling
AddrLine1stringNoThe first line of the address.ConsumerInfo: Address1/Location/Address/AddrLine1customer.custAddress[0]
AddrLine2stringNoThe second line of the address.ConsumerInfo: Address2/Location/Address/AddrLine2

customer.custAddress[1]

AddrLine3stringNoThe third line of the address.
/Location/Address/AddrLine3
AddrLine4stringNo
The fourth line of the address.
/Location/Address/AddrLine4
AddrTypestringNo

The type of address:

  • 1001: Mailing Address
  • 1002: Billing Address

/Location/Address/AddrType
CitystringNoThe city of the address.ConsumerInfo:PostcodeLevel3/Location/Address/Citycustomer.custAddress[2]
CountrystringNoThe country of the address.ConsumerInfo:Country/Location/Address/Country
IntersectionstringNoDetails of closest intersection to the address.
/Location/Address/Intersection
LatdoubleNoThe latitude of the address.
/Location/Address/Lat
LondoubleNoThe longitude of the address.
/Location/Address/Lon
PostalCodestringNoThe ZIP or postal code of the address.ConsumerInfo:Postcode/Location/Address/Zippostcode
RegionstringNoThe region or state of the address.ConsumerInfo:PostcodeLevel1/Location/Address/Regioncustomer.custAddress[3]

Related content

Account Location Related Objects Address Object
Account Location Related Objects Address Object
More like this
REST Objects Location
REST Objects Location
More like this
REST Objects Contact
REST Objects Contact
More like this
Location.object
Location.object
More like this
Account Location Object
Account Location Object
More like this
Address.Object
Address.Object
More like this