Update Staff Schedules

Update one or more Staff Schedules

Return Type

staffSchedule Object

Parameters

NameRequired?Data Type?Description

organizationId

y

long

The ID of the Organization that owns this resource.

ids

y

string

The ID or IDs (comma-delimited) of the resources to update.

data

y

httpRequestBody

A StaffSchedule object to be updated. Supports partial updates - one or more fields may be included in the request and only the fields specified will be updated. To remove a field, the field must be explicitly passed with a null value.
PUT is treated as PATCH as object replacement is not supported. .
Language
Credentials
URL
Click Try It! to start a request and see the response here!