/
Service Area Query Object

Service Area Query Object

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.

Related content

Service Area Object
Service Area Object
More like this
ServiceAreas Query API
ServiceAreas Query API
More like this
Service Contract Object
Service Contract Object
More like this
Price List Query Object
Price List Query Object
More like this
Service Code Object
Service Code Object
More like this
Service Team Object
Service Team Object
More like this