POST api/v1/ListRestaurant
Request Information
URI Parameters
None.
Body Parameters
ManageRestaurantInput| Name | Description | Type | Additional information |
|---|---|---|---|
| RestId | integer |
None. |
|
| LocId | integer |
None. |
|
| Mode | string |
None. |
|
| RPDeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestId": 1,
"LocId": 2,
"Mode": "sample string 3",
"RPDeviceID": "sample string 4"
}
application/xml, text/xml
Sample:
<ManageRestaurantInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <LocId>2</LocId> <Mode>sample string 3</Mode> <RPDeviceID>sample string 4</RPDeviceID> <RestId>1</RestId> </ManageRestaurantInput>
application/x-www-form-urlencoded
Sample:
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. |