Skip to main content

SpecialScheduleCreate

datestring<date>required

Date for this special schedule

start_timestring<time>required

Start time for this schedule

end_timestring<time>required

End time for this schedule

closed_all_dayboolean

Whether the schedule is closed all day

SpecialScheduleCreate
{
"date": "2024-07-29",
"start_time": "string",
"end_time": "string",
"closed_all_day": true
}