Service Area Object

The Service Area object contains specific details related to a service area and are managed by the Service Area REST API. A service area may have zero or more service teams assigned to it. Service Teams assignments are managed by the Service Area Teams REST API.


On this page:


Service Area Object Formats

JSON Format
 {
 	"Name": "",
 	"PriceListID": "",
	"PriceListName": "",
 	"ServiceAreaID": "",
 	"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
TimeZonestringIdentifies the time zone that the service area is located in.