Skip to main content
POST
/
v1.0
/
schedules
/
update
json
{
  "ScheduleId": "SID-d54c650d-4132-418a-9202-3178427610df",
  "Name": "Business Hours v2",
  "MondayStartTime": "8:30 AM",
  "MondayEndTime": "5:30 PM",
  "FridayStartTime": "8:00 AM",
  "FridayEndTime": "4:00 PM"
}
{
  "ScheduleId": "SID-d54c650d-4132-418a-9202-3178427610df",
  "Active": true,
  "Name": "Business Hours v2",
  "AccountId": "DID-1e8939ac-3f3c-4cc1-89d7-956d80fbg221",
  "MondayStartTime": "8:30 AM",
  "MondayEndTime": "5:30 PM"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ScheduleId
string
required

Unique identifier of the schedule to update

Example:

"SID-d54c650d-4132-418a-9202-3178427610df"

Name
string

New name for the schedule

Active
boolean

Enable or disable the schedule

MondayStartTime
string

Monday start time

Example:

"8:30 AM"

MondayEndTime
string

Monday end time

Example:

"5:30 PM"

TuesdayStartTime
string

Tuesday start time

TuesdayEndTime
string

Tuesday end time

WednesdayStartTime
string

Wednesday start time

WednesdayEndTime
string

Wednesday end time

ThursdayStartTime
string

Thursday start time

ThursdayEndTime
string

Thursday end time

FridayStartTime
string

Friday start time

FridayEndTime
string

Friday end time

SaturdayStartTime
string

Saturday start time

SaturdayEndTime
string

Saturday end time

SundayStartTime
string

Sunday start time

SundayEndTime
string

Sunday end time

Response

200 - application/json

Schedule Updated

The response is of type object.