Opening Hour
Header Authorization: required.
Header Authentication : not required.
update: the opening hour is also available with store profile.
PATH
[GET] /restaurant/get/open_hours/{restaurant_id}
PARAMETERS:
RESPONSE:
{
"data": [
{
"id": 31,
"day": "monday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 32,
"day": "tuesday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 33,
"day": "wednesday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 34,
"day": "thursday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 35,
"day": "friday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 36,
"day": "saturday",
"open": "07:00:00",
"close": "18:00:00"
},
{
"id": 37,
"day": "sunday",
"open": "00:00:00",
"close": "00:00:00"
}
],
"status": "success",
"message": "Restaurant Open hours listed",
"error": {
"detail": "Restaurants open hrs listed",
"code": "200"
}
}