POST v6/serviceCategory/save
Request Information
URI Parameters
None.
Body Parameters
ServiceCategoryModelv6| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.