curl --location 'https://api.checkandplace.com/v1/off_days?revenue_center_id=undefined&start_date=2024-05-06%2023%3A00&end_date=2024-05-06%2023%3A00&page=1&per_page=50' \
--header 'CheckandPlace-Access-Token: <api-key>'{
"off_days": [
{
"id": "66deed75-5551-44bf-91d0-591dfbb3a272",
"date": "2026-04-29",
"end_date": "2026-05-29",
"type": "not_repeat",
"note": "Example Note",
"is_note_visible": false,
"partial": true,
"start_time": "09:00",
"end_time": "22:00",
"active_for_reservations": true,
"active_for_online": true,
"active_for_requests": true,
"translations": [
{
"note": "Örnek Not",
"locale": "tr"
}
]
}
],
"page_information": {
"has_next_page": false,
"current_page": 1,
"total_count": 3,
"page_count": 1
}
}