POST api/KDSStationAPI/getAllOrders
Request Information
URI Parameters
None.
Body Parameters
KDSGetAllOrderRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | globally unique identifier |
None. |
|
| BranchID | globally unique identifier |
None. |
|
| KDSStationID | globally unique identifier |
None. |
|
| RowsPerPage | integer |
None. |
|
| PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": "2a440bf7-7b8f-4e09-a667-22fd6ced42e8",
"BranchID": "93009d29-5b45-4321-afb0-fc5c8425f2b2",
"KDSStationID": "65085923-1d2a-4766-b427-e99846075072",
"RowsPerPage": 4,
"PageNumber": 5
}
application/xml, text/xml
Sample:
<KDSGetAllOrderRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchID>93009d29-5b45-4321-afb0-fc5c8425f2b2</BranchID> <KDSStationID>65085923-1d2a-4766-b427-e99846075072</KDSStationID> <PageNumber>5</PageNumber> <RestaurantID>2a440bf7-7b8f-4e09-a667-22fd6ced42e8</RestaurantID> <RowsPerPage>4</RowsPerPage> </KDSGetAllOrderRequestClass>
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. |