Download OpenAPI specification:Download
BeeOrder API
BeeOrder offers one forms of authentication:
Get a list of all restaurants
page | integer Default: 1 Page number to retrieve |
pageSize | integer Default: 10 Number of restaurants to retrieve per page |
{- "data": [
- {
- "id": 5,
- "name": {
- "en": "KAZA",
- "ar": "كزا"
}, - "description": {
- "en": "string",
- "ar": "string"
}, - "logo": "string",
- "coverImage": "string",
- "tax": 5.5,
- "commission": 0.14,
- "status": "OPENED",
- "address": {
- "latitude": 33.510414,
- "longitude": 36.278336,
- "street": {
- "en": "string",
- "ar": "string"
}, - "city": {
- "en": "Damascus",
- "ar": "دمشق"
}, - "address": {
- "en": "string",
- "ar": "المنطقة الحرة، جانب بنك فرنسبنك"
}, - "area": {
- "en": "string",
- "ar": "المنطقة الحرة"
}
}, - "phones": [
- "6666666",
- "3333333"
], - "queue": 10,
- "orderSettings": {
- "orderOptions": [
- "LATER_ORDER",
- "ASAP_ORDER"
], - "minimumOrderValue": 15000,
- "maximumOrderValue": 400000,
- "avaragePreparationTime": 0
}, - "deliverySettings": {
- "freeDelivery": false,
- "deliveryDistance": 500000000,
- "deliveryDistanceByRestaurant": 5
}, - "workingDays": [
- {
- "dayOfWeek": "Sunday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}, - {
- "dayOfWeek": "Monday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}
], - "categories": {
- "name": {
- "en": "burger",
- "ar": "برغر"
}, - "image": "string",
- "active": true,
- "queue": 1
}, - "DishOptions": [
- {
- "id": 2,
- "name": {
- "en": "string",
- "ar": "العجينة"
}, - "status": {
- "active": true,
- "deleted": false
}, - "items": [
- {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "name": {
- "en": "string",
- "ar": "سميكة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
], - "defaultItem": {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
}
], - "DishToppings": [
- {
- "id": 5,
- "name": {
- "en": "string",
- "ar": "كومبو(بيبسي مع بطاطا)"
}, - "price": 12500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 6,
- "name": {
- "en": "string",
- "ar": "كول سلو"
}, - "price": 1500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 7,
- "name": {
- "en": "string",
- "ar": "اكسترا موزريلا"
}, - "price": 3500,
- "image": "string",
- "status": {
- "active": true,
- "deleted": true
}
}
], - "menu": [
- {
- "id": 5,
- "restaurantId": 5,
- "name": {
- "en": "name",
- "ar": "سندويش دجاج"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 5,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي مايو تشكن"
}, - "description": {
- "en": "string",
- "ar": "صدر دجاج كريسبي مع صوص مايو خس وثوم مايونيز"
}, - "image": "string",
- "queue": 1,
- "price": 18750,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 4,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي داينميت تشكن"
}, - "description": {
- "en": "string",
- "ar": " دجاج كريسبي مع صوص الداينميت، مايونيز، تورتيا"
}, - "image": "string",
- "queue": 2,
- "price": 19750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 6,
- "name": {
- "en": "name",
- "ar": "سلايدر"
}, - "image": "string",
- "queue": 2,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 6,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر تشكن"
}, - "description": {
- "en": "string",
- "ar": "2 ميني دجاج مع صوص المايو اونيون الخاص وجبنة الشيدر السائحة مع البطاطا"
}, - "image": "string",
- "queue": 1,
- "price": 20500,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 9,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر ميكس"
}, - "description": {
- "en": "string",
- "ar": "ميني تشكن مع صوص المايو اونيون الخاص وميني برغر مع صوص مايو"
}, - "image": "string",
- "queue": 2,
- "price": 21750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 7,
- "name": {
- "en": "Pizza",
- "ar": "بيتزا"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 7,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "بيتزا فاهيتا دجاج"
}, - "description": {
- "en": "string",
- "ar": "صوص البيتزا الخاص، جبنة موتزاريلا، قطع دجاج مشوية، بصل، فطر ، أوريغانو"
}, - "image": "string",
- "queue": 2,
- "price": 35000,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [
- 2
], - "toppings": [
- 7
]
}
]
}
]
}
], - "totalPages": 20,
- "currentPage": 1
}
Get a specific restaurant by ID
id required | integer ID of the restaurant |
{- "id": 5,
- "name": {
- "en": "KAZA",
- "ar": "كزا"
}, - "description": {
- "en": "string",
- "ar": "string"
}, - "logo": "string",
- "coverImage": "string",
- "tax": 5.5,
- "commission": 0.14,
- "status": "OPENED",
- "address": {
- "latitude": 33.510414,
- "longitude": 36.278336,
- "street": {
- "en": "string",
- "ar": "string"
}, - "city": {
- "en": "Damascus",
- "ar": "دمشق"
}, - "address": {
- "en": "string",
- "ar": "المنطقة الحرة، جانب بنك فرنسبنك"
}, - "area": {
- "en": "string",
- "ar": "المنطقة الحرة"
}
}, - "phones": [
- "6666666",
- "3333333"
], - "queue": 10,
- "orderSettings": {
- "orderOptions": [
- "LATER_ORDER",
- "ASAP_ORDER"
], - "minimumOrderValue": 15000,
- "maximumOrderValue": 400000,
- "avaragePreparationTime": 0
}, - "deliverySettings": {
- "freeDelivery": false,
- "deliveryDistance": 500000000,
- "deliveryDistanceByRestaurant": 5
}, - "workingDays": [
- {
- "dayOfWeek": "Sunday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}, - {
- "dayOfWeek": "Monday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}
], - "categories": {
- "name": {
- "en": "burger",
- "ar": "برغر"
}, - "image": "string",
- "active": true,
- "queue": 1
}, - "DishOptions": [
- {
- "id": 2,
- "name": {
- "en": "string",
- "ar": "العجينة"
}, - "status": {
- "active": true,
- "deleted": false
}, - "items": [
- {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "name": {
- "en": "string",
- "ar": "سميكة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
], - "defaultItem": {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
}
], - "DishToppings": [
- {
- "id": 5,
- "name": {
- "en": "string",
- "ar": "كومبو(بيبسي مع بطاطا)"
}, - "price": 12500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 6,
- "name": {
- "en": "string",
- "ar": "كول سلو"
}, - "price": 1500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 7,
- "name": {
- "en": "string",
- "ar": "اكسترا موزريلا"
}, - "price": 3500,
- "image": "string",
- "status": {
- "active": true,
- "deleted": true
}
}
], - "menu": [
- {
- "id": 5,
- "restaurantId": 5,
- "name": {
- "en": "name",
- "ar": "سندويش دجاج"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 5,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي مايو تشكن"
}, - "description": {
- "en": "string",
- "ar": "صدر دجاج كريسبي مع صوص مايو خس وثوم مايونيز"
}, - "image": "string",
- "queue": 1,
- "price": 18750,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 4,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي داينميت تشكن"
}, - "description": {
- "en": "string",
- "ar": " دجاج كريسبي مع صوص الداينميت، مايونيز، تورتيا"
}, - "image": "string",
- "queue": 2,
- "price": 19750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 6,
- "name": {
- "en": "name",
- "ar": "سلايدر"
}, - "image": "string",
- "queue": 2,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 6,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر تشكن"
}, - "description": {
- "en": "string",
- "ar": "2 ميني دجاج مع صوص المايو اونيون الخاص وجبنة الشيدر السائحة مع البطاطا"
}, - "image": "string",
- "queue": 1,
- "price": 20500,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 9,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر ميكس"
}, - "description": {
- "en": "string",
- "ar": "ميني تشكن مع صوص المايو اونيون الخاص وميني برغر مع صوص مايو"
}, - "image": "string",
- "queue": 2,
- "price": 21750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 7,
- "name": {
- "en": "Pizza",
- "ar": "بيتزا"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 7,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "بيتزا فاهيتا دجاج"
}, - "description": {
- "en": "string",
- "ar": "صوص البيتزا الخاص، جبنة موتزاريلا، قطع دجاج مشوية، بصل، فطر ، أوريغانو"
}, - "image": "string",
- "queue": 2,
- "price": 35000,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [
- 2
], - "toppings": [
- 7
]
}
]
}
]
}
Notify clients of updates to restaurant information, menu or menu items.
type | string Enum: "RESTAURANT_BASIC_INFORMATION_UPDATED" "RESTAURANT_STATUS_UPDATED" "DISH_ADDED" "DISH_DELETED" "DISH_STATUS_UPDATED" "DISH_INFORMATION_UPDATED (including dish price)" "MENU_ADDED" "MENU_DELETED" "MENU_STATUS_UPDATED" "MENU_INFORMATION_UPDATED" The type of update (e.g. menu item, restaurant basic information, etc.). |
entity_id | string The ID of the menu dish that was updated (if type is DISH). |
entity_type | string Enum: "RESTAURANT" "MENU" "DISH" The type of entity that was updated. |
data | Array of arrays The updated properties | (eg. if the restaurant is updated then this should be an array of the updated properties, if the restaurant is deleted, then this should be an empty array). |
[- {
- "type": "RESTAURANT_BASIC_INFORMATION_UPDATED",
- "entity_id": "string",
- "entity_type": "RESTAURANT",
- "data": [ ]
}
]
{- "message": "string"
}
Get a list of all restaurants for a specific provider
page | integer Default: 1 Page number to retrieve |
pageSize | integer Default: 10 Number of restaurants to retrieve per page |
{- "data": [
- {
- "id": 5,
- "name": {
- "en": "KAZA",
- "ar": "كزا"
}, - "description": {
- "en": "string",
- "ar": "string"
}, - "logo": "string",
- "coverImage": "string",
- "tax": 5.5,
- "commission": 0.14,
- "status": "OPENED",
- "address": {
- "latitude": 33.510414,
- "longitude": 36.278336,
- "street": {
- "en": "string",
- "ar": "string"
}, - "city": {
- "en": "Damascus",
- "ar": "دمشق"
}, - "address": {
- "en": "string",
- "ar": "المنطقة الحرة، جانب بنك فرنسبنك"
}, - "area": {
- "en": "string",
- "ar": "المنطقة الحرة"
}
}, - "phones": [
- "6666666",
- "3333333"
], - "queue": 10,
- "orderSettings": {
- "orderOptions": [
- "LATER_ORDER",
- "ASAP_ORDER"
], - "minimumOrderValue": 15000,
- "maximumOrderValue": 400000,
- "avaragePreparationTime": 0
}, - "deliverySettings": {
- "freeDelivery": false,
- "deliveryDistance": 500000000,
- "deliveryDistanceByRestaurant": 5
}, - "workingDays": [
- {
- "dayOfWeek": "Sunday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}, - {
- "dayOfWeek": "Monday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}
], - "categories": {
- "name": {
- "en": "burger",
- "ar": "برغر"
}, - "image": "string",
- "active": true,
- "queue": 1
}, - "DishOptions": [
- {
- "id": 2,
- "name": {
- "en": "string",
- "ar": "العجينة"
}, - "status": {
- "active": true,
- "deleted": false
}, - "items": [
- {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "name": {
- "en": "string",
- "ar": "سميكة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
], - "defaultItem": {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
}
], - "DishToppings": [
- {
- "id": 5,
- "name": {
- "en": "string",
- "ar": "كومبو(بيبسي مع بطاطا)"
}, - "price": 12500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 6,
- "name": {
- "en": "string",
- "ar": "كول سلو"
}, - "price": 1500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 7,
- "name": {
- "en": "string",
- "ar": "اكسترا موزريلا"
}, - "price": 3500,
- "image": "string",
- "status": {
- "active": true,
- "deleted": true
}
}
], - "menu": [
- {
- "id": 5,
- "restaurantId": 5,
- "name": {
- "en": "name",
- "ar": "سندويش دجاج"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 5,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي مايو تشكن"
}, - "description": {
- "en": "string",
- "ar": "صدر دجاج كريسبي مع صوص مايو خس وثوم مايونيز"
}, - "image": "string",
- "queue": 1,
- "price": 18750,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 4,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي داينميت تشكن"
}, - "description": {
- "en": "string",
- "ar": " دجاج كريسبي مع صوص الداينميت، مايونيز، تورتيا"
}, - "image": "string",
- "queue": 2,
- "price": 19750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 6,
- "name": {
- "en": "name",
- "ar": "سلايدر"
}, - "image": "string",
- "queue": 2,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 6,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر تشكن"
}, - "description": {
- "en": "string",
- "ar": "2 ميني دجاج مع صوص المايو اونيون الخاص وجبنة الشيدر السائحة مع البطاطا"
}, - "image": "string",
- "queue": 1,
- "price": 20500,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 9,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر ميكس"
}, - "description": {
- "en": "string",
- "ar": "ميني تشكن مع صوص المايو اونيون الخاص وميني برغر مع صوص مايو"
}, - "image": "string",
- "queue": 2,
- "price": 21750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 7,
- "name": {
- "en": "Pizza",
- "ar": "بيتزا"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 7,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "بيتزا فاهيتا دجاج"
}, - "description": {
- "en": "string",
- "ar": "صوص البيتزا الخاص، جبنة موتزاريلا، قطع دجاج مشوية، بصل، فطر ، أوريغانو"
}, - "image": "string",
- "queue": 2,
- "price": 35000,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [
- 2
], - "toppings": [
- 7
]
}
]
}
]
}
], - "totalPages": 20,
- "currentPage": 1
}
Get a specific restaurant by ID for a specific provider
id required | integer >= 1 ID of the restaurant |
{- "id": 5,
- "name": {
- "en": "KAZA",
- "ar": "كزا"
}, - "description": {
- "en": "string",
- "ar": "string"
}, - "logo": "string",
- "coverImage": "string",
- "tax": 5.5,
- "commission": 0.14,
- "status": "OPENED",
- "address": {
- "latitude": 33.510414,
- "longitude": 36.278336,
- "street": {
- "en": "string",
- "ar": "string"
}, - "city": {
- "en": "Damascus",
- "ar": "دمشق"
}, - "address": {
- "en": "string",
- "ar": "المنطقة الحرة، جانب بنك فرنسبنك"
}, - "area": {
- "en": "string",
- "ar": "المنطقة الحرة"
}
}, - "phones": [
- "6666666",
- "3333333"
], - "queue": 10,
- "orderSettings": {
- "orderOptions": [
- "LATER_ORDER",
- "ASAP_ORDER"
], - "minimumOrderValue": 15000,
- "maximumOrderValue": 400000,
- "avaragePreparationTime": 0
}, - "deliverySettings": {
- "freeDelivery": false,
- "deliveryDistance": 500000000,
- "deliveryDistanceByRestaurant": 5
}, - "workingDays": [
- {
- "dayOfWeek": "Sunday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}, - {
- "dayOfWeek": "Monday",
- "openTime": "14:15:22Z",
- "closeTime": "14:15:22Z"
}
], - "categories": {
- "name": {
- "en": "burger",
- "ar": "برغر"
}, - "image": "string",
- "active": true,
- "queue": 1
}, - "DishOptions": [
- {
- "id": 2,
- "name": {
- "en": "string",
- "ar": "العجينة"
}, - "status": {
- "active": true,
- "deleted": false
}, - "items": [
- {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "name": {
- "en": "string",
- "ar": "سميكة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
], - "defaultItem": {
- "name": {
- "en": "string",
- "ar": "رقيقة"
}, - "price": 0,
- "status": {
- "active": true,
- "deleted": false
}
}
}
], - "DishToppings": [
- {
- "id": 5,
- "name": {
- "en": "string",
- "ar": "كومبو(بيبسي مع بطاطا)"
}, - "price": 12500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 6,
- "name": {
- "en": "string",
- "ar": "كول سلو"
}, - "price": 1500,
- "image": "",
- "status": {
- "active": true,
- "deleted": false
}
}, - {
- "id": 7,
- "name": {
- "en": "string",
- "ar": "اكسترا موزريلا"
}, - "price": 3500,
- "image": "string",
- "status": {
- "active": true,
- "deleted": true
}
}
], - "menu": [
- {
- "id": 5,
- "restaurantId": 5,
- "name": {
- "en": "name",
- "ar": "سندويش دجاج"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 5,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي مايو تشكن"
}, - "description": {
- "en": "string",
- "ar": "صدر دجاج كريسبي مع صوص مايو خس وثوم مايونيز"
}, - "image": "string",
- "queue": 1,
- "price": 18750,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 4,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "كريسبي داينميت تشكن"
}, - "description": {
- "en": "string",
- "ar": " دجاج كريسبي مع صوص الداينميت، مايونيز، تورتيا"
}, - "image": "string",
- "queue": 2,
- "price": 19750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 6,
- "name": {
- "en": "name",
- "ar": "سلايدر"
}, - "image": "string",
- "queue": 2,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 6,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر تشكن"
}, - "description": {
- "en": "string",
- "ar": "2 ميني دجاج مع صوص المايو اونيون الخاص وجبنة الشيدر السائحة مع البطاطا"
}, - "image": "string",
- "queue": 1,
- "price": 20500,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}, - {
- "id": 9,
- "menu_item_id": 6,
- "name": {
- "en": "string",
- "ar": "سلايدر ميكس"
}, - "description": {
- "en": "string",
- "ar": "ميني تشكن مع صوص المايو اونيون الخاص وميني برغر مع صوص مايو"
}, - "image": "string",
- "queue": 2,
- "price": 21750,
- "status": {
- "active": true,
- "deleted": false
}, - "options": [ ],
- "toppings": [
- 5,
- 6
]
}
]
}, - {
- "id": 7,
- "name": {
- "en": "Pizza",
- "ar": "بيتزا"
}, - "image": "string",
- "queue": 1,
- "status": {
- "active": true,
- "deleted": false
}, - "dishes": [
- {
- "id": 7,
- "menu_item_id": 5,
- "name": {
- "en": "string",
- "ar": "بيتزا فاهيتا دجاج"
}, - "description": {
- "en": "string",
- "ar": "صوص البيتزا الخاص، جبنة موتزاريلا، قطع دجاج مشوية، بصل، فطر ، أوريغانو"
}, - "image": "string",
- "queue": 2,
- "price": 35000,
- "status": {
- "active": true,
- "deleted": true
}, - "options": [
- 2
], - "toppings": [
- 7
]
}
]
}
]
}
id required | integer >= 1 The ID of the bill to retrieve |
{- "id": 0,
- "restaurantId": 0,
- "subTotal": 0,
- "tax": 0,
- "orderType": "LATER_ORDER",
- "total": 0,
- "stauts": "CONFIRMED",
- "expectedDriverArrivalTime": "2019-08-24T14:15:22Z",
- "items": [
- {
- "id": 0,
- "itemId": 0,
- "name": "string",
- "quantity": 0,
- "price": 0,
- "total": 0,
- "note": "string",
- "toppings": [
- {
- "name": "string",
- "price": 0
}
], - "options": [
- {
- "name": "string",
- "price": 0
}
]
}
]
}