This resource allows you to retrieve and manipulate employment terms.
Employment terms are legal contracts between employees and employers that establish the conditions of employment before the employee begins work.
Operations
Create Employment Term
POST /v1/timekeeping/setup/employment_terms
Delete Employment Term by ID
DELETE /v1/timekeeping/setup/employment_terms/{id}
Retrieve All Employment Terms
GET /v2/timekeeping/setup/employment_terms
Retrieve Employment Term (Deprecated)
GET /v1/timekeeping/setup/employment_terms
Retrieve Employment Term by ID
GET /v2/timekeeping/setup/employment_terms/{id}
Retrieve Employment Term by ID (Deprecated)
GET /v1/timekeeping/setup/employment_terms/{id}
Retrieve Employment Terms
POST /v1/timekeeping/setup/employment_terms/multi_read
Update Employment Term Versions
POST /v1/timekeeping/setup/employment_terms/versions/apply_upsert
Update Employment Term by ID
PUT /v1/timekeeping/setup/employment_terms/{id}