job-level
Update a job level
patch/v1/org/{orgId}/job-level/{jobLevelId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
jobLevelIdstring required
Job level id
Query parameters
datestring date
Effective date of jobLevel update
Request body
Example request
{
"label": "Associate",
"code": "BF01",
"benchmarkType": {
"id": "588f7ee98f138b19220041a7"
},
"benchmarkLevel": {
"id": "588f7ee98f138b19220041a7"
}
}Response
snapshot currently building
Changes
No recorded changes to this endpoint across all 10 revisions of this API.