curl --location --request GET 'https://api.checkandplace.com/api/v1/dashboard/summary_report?revenue_center_id&slot_id&date=2024-05-06 21:00' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"summary_report": [
{
"total_reservation": 25,
"total_guest": 50,
"total_cancel_reservation": 12,
"total_cancel_guest": 36,
"total_noshow_reservation": 21,
"total_noshow_guest": 50,
"total_amount": 450,
"with_reservation": 21,
"with_reservation_guest": 45,
"walkin_reservation": 12,
"walkin_reservation_guest": 16
}
]
}