Skip to content

Create Office Hours Schedule Request

The request payload for creating an office hours schedule.

namestringrequired

The name of the office hours schedule.

Example:"Standard Support Hours"
time_zone_namestringrequired

The IANA time zone the schedule's hours are evaluated in.

Example:"America/New_York"
time_intervalsArray of objects(Office Hours Time Interval)required

The open intervals for the schedule. start_minute and end_minute must be on a 15-minute boundary.

{ "name": "Standard Support Hours", "time_zone_name": "America/New_York", "time_intervals": [ {} ] }