/
REST Objects Location

REST Objects Location

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.

N/ocation 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.N/ASee Address .
ContactsarrayNoAn array of Contact objects, representing contacts and their contact details for the Work Item.N/ASee Contact.
LanguageIdstringNoA language code identifier associated with the location.N/A/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.


N/A


/Location/Namecustomer.custName
POReqbooleanNoWhen true, indicates that a purchase order number is required when visiting the location as part of the associated Work Item.N/A/Location/POReq
SigReqbooleanNoWhen true, indicates that a signature must be captured when visiting the location as part of the associated Work Item.N/A/Location/SigReq
StorageLocationIdstringNoAn inventory storage location identifier for the location.N/A/Location/StorageLocationId
TypestringNoThe type of location (one of InHome, Warehouse or Depot).ServiceSiteN/A
WorkCenterstringNoThe primary sub-system's unique identifier for the Work Center to which the Work Item has been assigned.N/A/Location/ServiceAreaID

Related content

REST Objects Appointment Book
REST Objects Appointment Book
Read with this
REST Objects Address
REST Objects Address
More like this
REST Objects Contact
REST Objects Contact
More like this
REST Objects WorkType
REST Objects WorkType
More like this
Account Location Object
Account Location Object
More like this