POST v6/serviceCategory/save

Request Information

URI Parameters

None.

Body Parameters

ServiceCategoryModelv6
NameDescriptionTypeAdditional information
ServiceCategoryId

integer

None.

ServiceCategory

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceCategoryId": 1,
  "serviceCategory": "sample string 2",
  "isActive": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.