POST api/Tickets/CloseTicket
Closes the ticket.
Request Information
URI Parameters
None.
Body Parameters
CloseTicketPostName | Description | Type | Additional information |
---|---|---|---|
TicketId |
(Required) The ticket Id to close. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TicketId": 254 }
application/xml, text/xml
Sample:
<CloseTicketPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestorApiDataStructures.Posts"> <TicketId>254</TicketId> </CloseTicketPost>
Response Information
Resource Description
IHttpActionResultNone.