POST Tickets/UpdateTicketSort
Request Information
URI Parameters
None.
Body Parameters
RequestUpdateTicketSort| Name | Description | Type | Additional information |
|---|---|---|---|
| CurTicketID | integer |
None. |
|
| CardID | integer |
None. |
|
| PrevCardID | integer |
None. |
|
| Sort | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurTicketID": 1,
"CardID": 2,
"PrevCardID": 3,
"Sort": "sample string 4"
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}