POST api/orders/loadtable
Request Information
URI Parameters
None.
Body Parameters
LoadTableRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TableNo | string |
None. |
|
| POSCenterCode | string |
None. |
|
| HotelCode | string |
None. |
|
| DocNo | string |
None. |
|
| Cover | integer |
None. |
|
| TranDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TableNo": "sample string 1",
"POSCenterCode": "sample string 2",
"HotelCode": "sample string 3",
"DocNo": "sample string 4",
"Cover": 1,
"TranDate": "sample string 5"
}
application/xml, text/xml
Sample:
<LoadTableRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CitrusPOS_WebAPI2"> <Cover>1</Cover> <DocNo>sample string 4</DocNo> <HotelCode>sample string 3</HotelCode> <POSCenterCode>sample string 2</POSCenterCode> <TableNo>sample string 1</TableNo> <TranDate>sample string 5</TranDate> </LoadTableRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.