GET api/Reservation
Request Information
URI Parameters
None.
Body Parameters
Collection of booking_getAllTable_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantId | integer |
None. |
|
| Seats | integer |
None. |
|
| Total | integer |
None. |
|
| Duration | integer |
None. |
|
| AreaID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"MerchantId": 1,
"Seats": 1,
"Total": 1,
"Duration": 1,
"AreaID": "sample string 1"
},
{
"MerchantId": 1,
"Seats": 1,
"Total": 1,
"Duration": 1,
"AreaID": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfbooking_getAllTable_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
<booking_getAllTable_Result>
<AreaID>sample string 1</AreaID>
<Duration>1</Duration>
<MerchantId>1</MerchantId>
<Seats>1</Seats>
<Total>1</Total>
</booking_getAllTable_Result>
<booking_getAllTable_Result>
<AreaID>sample string 1</AreaID>
<Duration>1</Duration>
<MerchantId>1</MerchantId>
<Seats>1</Seats>
<Total>1</Total>
</booking_getAllTable_Result>
</ArrayOfbooking_getAllTable_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of booking_getAllTable_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantId | integer |
None. |
|
| Seats | integer |
None. |
|
| Total | integer |
None. |
|
| Duration | integer |
None. |
|
| AreaID | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MerchantId": 1,
"Seats": 1,
"Total": 1,
"Duration": 1,
"AreaID": "sample string 1"
},
{
"MerchantId": 1,
"Seats": 1,
"Total": 1,
"Duration": 1,
"AreaID": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfbooking_getAllTable_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
<booking_getAllTable_Result>
<AreaID>sample string 1</AreaID>
<Duration>1</Duration>
<MerchantId>1</MerchantId>
<Seats>1</Seats>
<Total>1</Total>
</booking_getAllTable_Result>
<booking_getAllTable_Result>
<AreaID>sample string 1</AreaID>
<Duration>1</Duration>
<MerchantId>1</MerchantId>
<Seats>1</Seats>
<Total>1</Total>
</booking_getAllTable_Result>
</ArrayOfbooking_getAllTable_Result>