{
"tableCount": 10,
"personCount": 50,
"oneToTwo": 5,
"twoToFour": 10,
"fourToSix": 15,
"sixToEight": 10,
"GeThanEight": 10,
"bookingOrderListCOs": [
{
"bookingOrderId": 1,
"corporationId": 101,
"shopId": 201,
"shopName": "Shop A",
"guestId": 301,
"bookingTime": "2024-04-01T12:00:00Z",
"bookingTimeLocal": "2024-04-01T20:00:00+08:00",
"guestCount": 2,
"bookingTags": [
{
"tagId": 1,
"tagName": "Special Request"
}
],
"contactFirstName": "John",
"contactLastName": "Doe",
"status": "CONFIRMED",
"childount": 0,
"childSeatCount": 0,
"orderType": 1,
"avgDiningTime": 120,
"tableIds": [1001, 1002],
"createTime": "2024-03-31T12:00:00Z",
"diningTime": 120,
"guestBookingRemark": "Please provide a high chair."
},
{
"bookingOrderId": 2,
"corporationId": 102,
"shopId": 202,
"shopName": "Shop B",
"guestId": 302,
"bookingTime": "2024-04-02T14:00:00Z",
"bookingTimeLocal": "2024-04-02T22:00:00+08:00",
"guestCount": 4,
"bookingTags": [
{
"tagId": 2,
"tagName": "VIP"
}
],
"contactFirstName": "Jane",
"contactLastName": "Smith",
"status": "CREATED",
"childount": 1,
"childSeatCount": 1,
"orderType": 2,
"avgDiningTime": 180,
"tableIds": [1003],
"createTime": "2024-03-31T14:00:00Z",
"diningTime": 180,
"guestBookingRemark": "Require a vegetarian menu."
}
]
}