POST Tickets/ArchieveTickets
Request Information
URI Parameters
None.
Body Parameters
RequestArchieveTickets| Name | Description | Type | Additional information |
|---|---|---|---|
| CardID | integer |
None. |
|
| TicketID |
If TicketID present only one deleted |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardID": 1,
"TicketID": 2
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}