---
title: "Create a HR Requisition"
slug: "create-a-hr-requisition"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-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.

# Create a HR Requisition

Post/hcm-rest-api/rest/1/hrrequisitions

## Create HR Requisition

### 

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='f5c125b9-89d7-433c-97a6-5dc11ffd49bc'>application/json</option>
</select>object  Example{
  "HrrCode": "010",
  "HrrDate": "2022-01-03",
  "HrrTrdCode": "0095",
  "HrrPropJobTitle": "Accountant",
  "HrrJobDesc": "book keeping",
  "HrrResp": "string",
  "HrrHireOffice": "toronto",
  "HrrVUuid": ""
}HrrJobDescstring    Required

Job Description

Max length4000
HrrHireOfficestring    Required

Hire Office

Max length10
HrrTrdCodestring    Required

Trd Code

Max length10
HrrDatestring    Required

Date

HrrCodestring    Required

Requisition Code

Max length10
HrrPropJobTitlestring    Required

Job Title

Max length1000
HrrRespstring    Required

Responsibilities

Max length4000
HrrVUuidstring    Required

Unique ID of Row, Leave Blank

Max length64

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='00df416a-f108-4b07-bb01-49aea6e0a308'>application/json</option>
</select>

```json
{
  "HrrOraseq": 833849115,
  "HrrCode": "010",
  "HrrDate": "2022-01-03",
  "HrrQty": null,
  "HrrTrdCode": "0095",
  "HrrRequestedBy": null,
  "HrrPropHireDate": null,
  "HrrPropJobTitle": "Accountant",
  "HrrJobDesc": "book keeping",
  "HrrResp": "string",
  "HrrSalaryRange": null,
  "HrrPropSalary": null,
  "HrrStatusCode": "P",
  "HrrAccountingCode": null,
  "HrrNotes": null,
  "HrrFullparttime": "F",
  "HrrTemporary": "N",
  "HrrType": "A",
  "HrrHireOffice": "toronto",
  "HrrVUuid": "F28AA2EBED1B3599E05316821FAC3A60",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/F28AA2EBED1B3599E05316821FAC3A60",
      "name": "hrrequisitions",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/F28AA2EBED1B3599E05316821FAC3A60",
      "name": "hrrequisitions",
      "kind": "item"
    }
  ]
}
```

object
