---
title: "Update a Specific HR Employee Position"
slug: "update-a-specific-hr-employee-position"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-hr-employee-position"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific HR Employee Position

Patch/hcm-rest-api/rest/1/hrpositions/EB2F34CAFDFD5671E05316821FAC3E12

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='1514242e-6442-48eb-adba-2ec36314a56c'>application/json</option>
</select>object  Example{
  "HrpSalary": 40000,
  "HrpReportTo": "Jane Doe"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='7895eaf3-2236-4afc-9ce2-0bc1eb2c477a'>application/json</option>
</select>

```json
{
  "HrpPositionCode": "001",
  "HrpPositionName": "Payroll Manager",
  "HrpTrdCode": "0095",
  "HrpEffectiveDate": null,
  "HrpExpiryDate": null,
  "HrpEmpNo": null,
  "HrpJobTitle": null,
  "HrpReportTo": "Jane Doe",
  "HrpResp": null,
  "HrpSalary": 40000,
  "HrpStatusCode": "H",
  "HrpRegCode": null,
  "HrpJobSummary": "Process payroll efficiently and accurately.",
  "HrpVUuid": "EB2F34CAFDFD5671E05316821FAC3E12",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/EB2F34CAFDFD5671E05316821FAC3E12",
      "name": "hrpositions",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/EB2F34CAFDFD5671E05316821FAC3E12",
      "name": "hrpositions",
      "kind": "item"
    }
  ]
}
```

object
