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 5 Next »

5.0.0

The Location object can be part of:

or:

  • The Work Item object, in the following locations:
  • In this situation, a Location object represents the location (Address, Contact details and other metadata) associated associated with a booked Work Item.

Location Object Format

JSON Format
{
	"Address": {
		// Location Object
	},
	"Contacts": [
		{
			// Contacts Object
		},
		{
			// Contacts Object
		},
		...
	],
	"LanguageId": "",
	"LocationNum": "",
	"Name": "",
	"POReq": false,
	"SigReq": false,
	"StorageLocationId": "",
	"Type": "",
	"WorkCenter": ""
}

Location Object Properties


PropertyTypeRequired?Description

Field Mappings

ServiceDispatchServiceMobilityServiceScheduling
AddressobjectNoAn Address object, representing the address of the Work Item.


ContactsarrayNoAn array of Contact objects, representing contacts and their contact details for the Work Item.


LanguageIdstringNoA language code identifier associated with the location.
/Location/LanguageId
LocationNumstringNoThe primary sub-system's unique identifier for the Work Item location.

ConsumerInfo:SiteID

/Location/LocationNum

customer.custID
NamestringNoThe name of the location.




/Location/Namecustomer.custName
POReqbooleanNoWhen true, indicates that a purchase order number is required when visiting the location as part of the associated Work Item.
/Location/POReq
SigReqbooleanNoWhen true, indicates that a signature must be captured when visiting the location as part of the associated Work Item.
/Location/SigReq
StorageLocationIdstringNoAn inventory storage location identifier for the location.
/Location/StorageLocationId
TypestringNoThe type of location (one of InHome, Warehouse or Depot).ServiceSite

WorkCenterstringNoThe primary sub-system's unique identifier for the Work Center to which the Work Item has been assigned.
/Location/ServiceAreaID
  • No labels