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: postPath:
/crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays - Delete a technician's access off day
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId} - Get a technician's access off day
- Method: getPath:
/crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId} - Get all technicians' access off days
- Method: getPath:
/crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays - Update a technician's access off day
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/serviceTechnicianAccessSchedules/{AccScheduleNumber}/child/offdays/{SchedOffdaysId}