ServiceResourceCategory
Version: 1.33
Parameters
Extends: TractObject
Attribute | Required? | Datatype | Description |
name |
string |
The name of the service resource category. |
|
type |
ServiceResourceType |
GENERICSRVCRESOURCE |
|
status |
ServiceResourceCategoryStatus |
ACTIVE |
Querying ServiceResourceCategory
For paged results, use the plural of the entity name (for example, billingAccounts, productCategories). For more information, refer to Understanding Queries.
Key | Type |
eid |
Long |
name |
String |
type |
ServiceResourceType |
REST Endpoints
getServiceResourceCategories |
GET |
https://my.tractbilling.com/t/s/r/1.33/serviceResourceCategories |
getServiceResourceCategory |
GET |
https://my.tractbilling.com/t/s/r/1.33/serviceResourceCategories/{eid: \d+} |
Sample Requests and Responses
SOAP — Coming soon.
REST — Coming soon.