POST api/Tickets/add-comment
Request Information
URI Parameters
None.
Body Parameters
AddCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
|
| Comment | string |
None. |
|
| CommentedBy | string |
None. |
|
| CommentedOn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketID": 1,
"comment": "sample string 2",
"commentedBy": "sample string 3",
"commentedOn": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.