POST api/Tickets/add-status
Request Information
URI Parameters
None.
Body Parameters
AddStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
|
| StatusID | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketID": 1,
"statusID": 2,
"createdBy": "sample string 3",
"createdOn": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.