The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: EventsManagement/ResourceSchedules/{resourceScheduleId} | Test | |
Get a single resource schedule. |
|||
GET | Method: GetAll, URL: EventsManagement/ResourceSchedules?resourceIds={resourceIds}&constituentIds={constituentIds}&typeIds={typeIds}&startDate={startDate}&endDate={endDate} | Test | |
Get a list of resource schedules for resources or workers. One of 'resourceIds' or 'constituentIds' parameters must be provided. |
|||
POST | Method: Create, URL: EventsManagement/ResourceSchedules | Test | |
Create a Busy or Available resource schedule. Booking Assignment Schedules must be created in a booking. |
|||
PUT | Method: Update, URL: EventsManagement/ResourceSchedules/{resourceScheduleId} | Test | |
Update a specific resource schedule. Only Busy or Available types can be updated. |
|||
DELETE | Method: Delete, URL: EventsManagement/ResourceSchedules/{resourceScheduleId}?overrideConflicts={overrideConflicts} | Test | |
Delete a busy or available resource schedule. Booking Assignment Schedules must be deleted by updating their booking. |