Technician's Access off Days REST Endpoints

Technician's Access Schedules/Technician's Access off Days
The technician's access off days identifies when a technician can't access a customer site.
Create a technician's access off day
Method: post
Path: /crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays
Delete a technician's access off day
Method: delete
Path: /crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId}
Get a technician's access off day
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId}
Get all technicians' access off days
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays
Update a technician's access off day
Method: patch
Path: /crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId}