This resource allows you to create, retrieve, update, and delete the person TeleStaff assignment of an employee.
The employee passed in must be a valid Workforce TeleStaff employee.
Operations
Create Person TeleStaff Assignment by Person Number
POST /v1/commons/persons/telestaff_assignments
Create Person TeleStaff Assignments by Person Number for Multiple Employees
POST /v1/commons/persons/telestaff_assignments/multi_create
Delete Person TeleStaff Assignment by ID
DELETE /v1/commons/persons/telestaff_assignments/{personId}
Delete Person TeleStaff Assignments for Multiple Employees
POST /v1/commons/persons/telestaff_assignments/multi_delete
Retrieve Person TeleStaff Assignment by ID
GET /v1/commons/persons/telestaff_assignments/{personId}
Retrieve Person TeleStaff Assignment by Person Number
GET /v1/commons/persons/telestaff_assignments
Retrieve Person TeleStaff Assignments for Multiple Employees
POST /v1/commons/persons/telestaff_assignments/multi_read
Update Person TeleStaff Assignment by ID
PUT /v1/commons/persons/telestaff_assignments/{personId}
Update Person TeleStaff Assignments for Multiple Employees
POST /v1/commons/persons/telestaff_assignments/multi_update