Error is thrown when calling Orchestrator ProcessSchedules API (/odata/ProcessSchedules POST), Error Message is "This ProcessScheduleDto key is already used or has been used in the past."
Root Cause: Id should not be in the request body as it is unique in database table.
Resolution: Remove the Id in the Dto of API request body, as the same Id is already used in database dbo.ProcessSchedules table, but it should be unique in the table.