GET v1/serviceCategory/list

Retrieve list of Service Categories with minimal information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceCategoryModel
NameDescriptionTypeAdditional information
ServiceCategoryID

Unique identifier of a Service Category

integer

None.

IsActive

Indicates if category is active or not

boolean

None.

ServiceCategory

Service Category description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "serviceCategoryID": 1,
  "isActive": true,
  "serviceCategory": "sample string 3"
}