Update Event Schedule
POST/api/EntityEventSchedules/UpdateEventSchedule
Tier: Public — stable, supported for third-party integration.
Updates an entity-event schedule; every field is re-applied. Changing Scope
clears the other scope foreign keys and re-resolves the new one (except a known defect
where ScopeDepartmentId is not cleared when moving away from a Department scope).
Validated the same way as EntityEventScheduleController.CreateSchedule(...).
Request
Responses
- 200
- 400
The updated schedule. See EntityEventSchedules.EventScheduleDetailDto.
No schedule with that id exists in the caller's organisation (NotFound), or the update failed validation (see EntityEventScheduleController.CreateSchedule(...) for the validation response codes).