Paycode Value Profile Assignments

This resource allows you to retrieve, update, and delete a person's paycode value profile assignment, which helps determine the applicable paycode values for that person.

Operations


Delete Paycode Value Profile Assignment by ID
DELETE /v2/commons/persons/paycode_value_profiles/{personId}


Delete Paycode Value Profile Assignment by ID (Deprecated)
DELETE /v1/commons/persons/pay_code_value_profiles/{personId}


Delete Paycode Value Profile Assignments
POST /v2/commons/persons/paycode_value_profiles/multi_delete


Delete Paycode Value Profile Assignments (Deprecated)
POST /v1/commons/persons/pay_code_value_profiles/multi_delete


Retrieve All Paycode Value Profile Assignments (Deprecated)
POST /v1/commons/persons/pay_code_value_profiles/multi_read


Retrieve Paycode Value Profile Assignment by ID
GET /v2/commons/persons/paycode_value_profiles/{personId}


Retrieve Paycode Value Profile Assignment by ID (Deprecated)
GET /v1/commons/persons/pay_code_value_profiles/{personId}


Retrieve Paycode Value Profile Assignment by Person Number
GET /v2/commons/persons/paycode_value_profiles


Retrieve Paycode Value Profile Assignment by Person Number (Deprecated)
GET /v1/commons/persons/pay_code_value_profiles


Retrieve Paycode Value Profile Assignments
POST /v2/commons/persons/paycode_value_profiles/multi_read


Update Paycode Value Profile Assignment (Deprecated)
PUT /v1/commons/persons/pay_code_value_profiles/{personId}


Update Paycode Value Profile Assignment by ID
PUT /v2/commons/persons/paycode_value_profiles/{personId}


Update Paycode Value Profile Assignments
POST /v2/commons/persons/paycode_value_profiles/multi_update


Update Paycode Value Profile Assignments (Deprecated)
POST /v1/commons/persons/pay_code_value_profiles/multi_update