GET api/Restuarent/GetRestaurantTimingList_V1?listingId={listingId}&dayId={dayId}&restaurantTiming={restaurantTiming}&Date={Date}
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| listingId |
Define this parameter in the request URI. |
|
| dayId |
Define this parameter in the request URI. |
|
| restaurantTiming |
Define this parameter in the request URI. |
|
| Date | 22-5-2020 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": null,
"response": "sample string 1",
"message": "sample string 2",
"addedId": "sample string 3"
}
text/xml
Sample:
<CommonResponseDataset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models"> <addedId>sample string 3</addedId> <message>sample string 2</message> <response>sample string 1</response> <data i:nil="true" /> </CommonResponseDataset>