Skip to content

Update Office Hours Schedule Request

The request payload for updating an office hours schedule. Only the provided fields are updated.

namestring

The name of the office hours schedule.

Example:"Extended Support Hours"
time_zone_namestring

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

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

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

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