Update Shift Substitutions
put https://api.everbridge.net/rest/scheduling//shiftSubstitutions/
Return Type
shiftSubstitution Object
Parameters
Name | Required? | 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 ShiftSchedule 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. |
Error Messages
status | message |
---|---|
400 | Type mismatch exception |
400 | ShiftSubstitution shiftScheduleId not found. |
500 | Internal Error |