v3

latestSwagger 2.02026-08-067506752.0 MB
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

labelstring

human-readable name of job level

codestring

job level code

Example request

{
  "label": "Associate",
  "code": "BF01",
  "benchmarkType": {
    "id": "588f7ee98f138b19220041a7"
  },
  "benchmarkLevel": {
    "id": "588f7ee98f138b19220041a7"
  }
}

Response

snapshot currently building