Skip to main content
POST
/
v3
/
schedules
/
{id}
/
holiday-calendar-links
Link a holiday calendar to a schedule
curl --request POST \
  --url https://api.reply.io/v3/schedules/{id}/holiday-calendar-links \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "calendarId": 3
}
'
"<unknown>"

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Schedule ID

Body

application/json

Request body for linking a holiday calendar to a schedule.

calendarId
integer
required

ID of the holiday calendar to link

Response

Holiday calendar linked successfully. The response body is empty.

Empty body