Settings-Schedule Exceptions

Number of APIs: 5

  1. Create Schedule Exception POST {{baseUrl}}/odata/ScheduleExceptions

  2. Get Schedule Exception GET {{baseUrl}}/odata/ScheduleExceptions(b0edad22-9d8b-4992-9fb2-326ab4e773cb)?$expand=exceptionDays($orderby=date)

  3. Update Schedule Exception PUT {{baseUrl}}/odata/ScheduleExceptions(b0edad22-9d8b-4992-9fb2-326ab4e773cb)

  4. Delete Schedule Exception DELETE {{baseUrl}}/odata/ScheduleExceptions(b0edad22-9d8b-4992-9fb2-326ab4e773cb)

  5. Query Schedule Exceptions GET https://api.timetta-test.com/odata/ScheduleExceptions?$select=id,name,description,isActive&$top=50