POST api/Seat/UpdateTableStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateTableStatusRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| SeatIDP | globally unique identifier |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| TableStatus | string |
None. |
|
| TrackingOrderID | string |
None. |
|
| IsOnHold | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SeatIDP": "ea1a3e84-57c4-45ca-a2ef-9fa86ed89f28",
"UserIDF": "449ed74f-6743-4db2-84a1-56446f364dbe",
"TableStatus": "sample string 3",
"TrackingOrderID": "sample string 4",
"IsOnHold": true
}
application/xml, text/xml
Sample:
<UpdateTableStatusRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <IsOnHold>true</IsOnHold> <SeatIDP>ea1a3e84-57c4-45ca-a2ef-9fa86ed89f28</SeatIDP> <TableStatus>sample string 3</TableStatus> <TrackingOrderID>sample string 4</TrackingOrderID> <UserIDF>449ed74f-6743-4db2-84a1-56446f364dbe</UserIDF> </UpdateTableStatusRequestClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |