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": "0b922d50-d04f-4f26-befb-c59aa9e96b51",
"UserIDF": "17c124e1-be66-48e4-abf8-8b838041f682",
"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>0b922d50-d04f-4f26-befb-c59aa9e96b51</SeatIDP> <TableStatus>sample string 3</TableStatus> <TrackingOrderID>sample string 4</TrackingOrderID> <UserIDF>17c124e1-be66-48e4-abf8-8b838041f682</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. |