Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

The Service Area Query object contains specific details related to a service area. A service area may have zero or more service teams assigned to it. Service Area Query object also contains information about associated price list.

 

On this page:

 

Service Area Object Formats

JSON Format
 {
	"Name": "",
	"PriceListID": "",
	"PriceListName": "",
	"ServiceAreaID": "",
	"ServiceTeams": [{
		"ServiceTeamID": "",
		"Name": ""
	}],
	"TimeZone": ""
}

Service Area Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
NamestringIdentifies the name of the service area
PriceListIDstringIdentifies the price list associated with the service area
PriceListNamestringIdentifies the price list name associated with the service area
ServiceAreaIDstringIdentifies the unique ID of the service area
ServiceTeamscollection

This collection contains zero or more service teams assigned to a service area.

PropertyTypeDescription
ServiceTeamIDstringIdentifies the unique ID of the service team
NamestringIdentifies the name of the service team
TimeZonestringIdentifies the time zone that the service area is located in.
  • No labels