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

> ## 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 Requisition

Patch/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D

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='94c0e210-31b1-44e9-8c99-41fad17f7472'>application/json</option>
</select>object  Example{
  "HrrPropSalary": 40000
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='47d7e91d-2e77-4ef8-a8b6-81f8cb39d5b7'>application/json</option>
</select>

```json
{
  "HrrOraseq": 829397290,
  "HrrCode": "001",
  "HrrDate": null,
  "HrrQty": null,
  "HrrTrdCode": "0095",
  "HrrRequestedBy": null,
  "HrrPropHireDate": null,
  "HrrPropJobTitle": "Payroll Manager",
  "HrrJobDesc": null,
  "HrrResp": "Managing Payroll checks/direct depositis are accurately processed and sent to employees",
  "HrrSalaryRange": null,
  "HrrPropSalary": 40000,
  "HrrStatusCode": "H",
  "HrrAccountingCode": null,
  "HrrNotes": null,
  "HrrFullparttime": "F",
  "HrrTemporary": "N",
  "HrrType": "A",
  "HrrHireOffice": null,
  "HrrVUuid": "EB2F372A016551A1E05316821FAC932D",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
      "name": "hrrequisitions",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
      "name": "hrrequisitions",
      "kind": "item"
    }
  ]
}
```

object
