| GET | /api/serve/waitforconfirmationall |
|---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api/serve/waitforconfirmationall HTTP/1.1 Host: api.pos365.vn Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfRoomOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS.Data">
<RoomOrder>
<Approved>false</Approved>
<CreatedDate>0001-01-01T00:00:00</CreatedDate>
<Description>String</Description>
<IsLargeUnit>false</IsLargeUnit>
<IsQrOrderPayFirst>false</IsQrOrderPayFirst>
<ItemLineId>String</ItemLineId>
<LargeUnit>String</LargeUnit>
<Name>String</Name>
<OrderCode>String</OrderCode>
<PartitionKey>String</PartitionKey>
<Position>String</Position>
<Price>0</Price>
<PrintOnly>false</PrintOnly>
<Printed>false</Printed>
<Printer>String</Printer>
<Printer3>String</Printer3>
<Printer4>String</Printer4>
<Printer5>String</Printer5>
<ProductId>0</ProductId>
<Quantity>0</Quantity>
<RoomId>0</RoomId>
<RoomName>String</RoomName>
<RowKey>00000000-0000-0000-0000-000000000000</RowKey>
<SecondPrinter>String</SecondPrinter>
<Serveby>0</Serveby>
<ServebyName>String</ServebyName>
<Topping>String</Topping>
<TotalTopping>0</TotalTopping>
<Unit>String</Unit>
</RoomOrder>
</ArrayOfRoomOrder>