/
Service Area Object

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.

Related content

Service Area Query Object
Service Area Query Object
More like this
Service Area REST API
Service Area REST API
More like this
Service Team Object
Service Team Object
More like this
Service Code Object
Service Code Object
More like this
Service Area Teams REST API
Service Area Teams REST API
More like this