POST api/OrderTableMove
Request Information
URI Parameters
None.
Body Parameters
OrderTableMove| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTable | string |
None. |
|
| baseTicketNumber | string |
None. |
|
| distinationTable | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"baseTable": "sample string 1",
"baseTicketNumber": "sample string 2",
"distinationTable": "sample string 3"
}
application/xml, text/xml
Sample:
<OrderTableMove xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DCubeHotelSystem.Models"> <baseTable>sample string 1</baseTable> <baseTicketNumber>sample string 2</baseTicketNumber> <distinationTable>sample string 3</distinationTable> </OrderTableMove>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |