Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 9 Current »

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]
  • No labels