Address Object Format
Address Object Properties
Property | Type | Required? | Description | Field Mappings | ||
---|---|---|---|---|---|---|
ServiceDispatch | ServiceMobility | ServiceScheduling | ||||
AddrLine1 | string | No | The first line of the address. | ConsumerInfo: Address1 | /Location/Address/AddrLine1 | customer.custAddress[0] |
AddrLine2 | string | No | The second line of the address. | ConsumerInfo: Address2 | /Location/Address/AddrLine2 |
|
AddrLine3 | string | No | The third line of the address. | /Location/Address/AddrLine3 | ||
AddrLine4 | string | No
| The fourth line of the address. | /Location/Address/AddrLine4 | ||
AddrType | string | No | The type of address:
| /Location/Address/AddrType | ||
City | string | No | The city of the address. | ConsumerInfo:PostcodeLevel3 | /Location/Address/City | customer.custAddress[2] |
Country | string | No | The country of the address. | ConsumerInfo:Country | /Location/Address/Country | |
Intersection | string | No | Details of closest intersection to the address. | /Location/Address/Intersection | ||
Lat | double | No | The latitude of the address. | /Location/Address/Lat | ||
Lon | double | No | The longitude of the address. | /Location/Address/Lon | ||
PostalCode | string | No | The ZIP or postal code of the address. | ConsumerInfo:Postcode | /Location/Address/Zip | postcode |
Region | string | No | The region or state of the address. | ConsumerInfo:PostcodeLevel1 | /Location/Address/Region | customer.custAddress[3] |