POST v6/ticketCategory/save
Request Information
URI Parameters
None.
Body Parameters
TicketCategoryModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketCategoryId | integer |
None. |
|
| TicketCategory | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketCategoryId": 1,
"ticketCategory": "sample string 2",
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.