Paycode Value Profiles

This resource allows a manager to create, retrieve, update, and delete paycode value profiles, which help determine the applicable paycode values for a person.

Operations


Create Paycode Value Profile
POST /v1/scheduling/pay_code_value_profiles


Create Paycode Value Profiles
POST /v1/scheduling/pay_code_value_profiles/multi_create


Delete Paycode Value Profile by ID
DELETE /v1/scheduling/pay_code_value_profiles/{id}


Delete Paycode Value Profiles
POST /v1/scheduling/pay_code_value_profiles/multi_delete


Retrieve All Paycode Value Profiles
POST /v1/scheduling/pay_code_value_profiles/multi_read


Retrieve Paycode Value Profile by ID
GET /v1/scheduling/pay_code_value_profiles/{id}


Retrieve Paycode Value Profile by Name
GET /v1/scheduling/pay_code_value_profiles


Update Paycode Value Profile by ID
PUT /v1/scheduling/pay_code_value_profiles/{id}


Update Paycode Value Profiles
POST /v1/scheduling/pay_code_value_profiles/multi_update