POST v2/ticketCategory/save
Add or modify information about a Ticket Category
Request Information
URI Parameters
None.
Body Parameters
TicketCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketCategoryID |
Unique record identifier of a category |
integer |
None. |
| IsActive |
Boolean indicating if a category is active or inactive |
boolean |
None. |
| Category |
Name of the category |
string |
None. |
| ColorValue |
Name of the category |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketCategoryID": 1,
"isActive": true,
"category": "sample string 2",
"colorValue": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.