Worker Type Assignments

This resource allows you retrieve and manipulate worker type assignments by person number, person ID, or using bulk operations.

Worker type defines work characteristics such as Hourly, Project, PER_DIEM, PART_TIME, FULL_TIME, and so on.

A Service Limit applies to some of the bulk operations against this resource. Refer to the Limits topic for more information.

Operations


Delete Worker Type Assignment by Person ID
DELETE /v1/commons/persons/worker_types/{personId}


Delete Worker Type Assignments
POST /v1/commons/persons/worker_types/multi_delete


Retrieve Worker Type Assignment by Person ID
GET /v1/commons/persons/worker_types/{personId}


Retrieve Worker Type Assignment by Person Number
GET /v1/commons/persons/worker_types


Retrieve Worker Type Assignments
POST /v1/commons/persons/worker_types/multi_read


Update Worker Type Assignment by Person ID
PUT /v1/commons/persons/worker_types/{personId}


Update Worker Type Assignments
POST /v1/commons/persons/worker_types/multi_update