POST api/Tickets/add-comment

Request Information

URI Parameters

None.

Body Parameters

AddCommentModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.