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

# Create a HR Employee Position

Post/hcm-rest-api/rest/1/hrpositions

## Create Employee Positions

UI Location:

### 

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='e6adcfac-82ca-4798-820e-28b60687cf84'>application/json</option>
</select>object  Example{
  "HrpPositionCode": "133",
  "HrpPositionName": "Payroll Specialist",
  "HrpTrdCode": "0578",
  "HrpReportTo": "001",
  "HrpVUuid": ""
}HrpPositionNamestring    Required

The Name of the Position

Max length100
HrpReportTostring    Required

Reports to

Max length30
HrpPositionCodestring    Required

Position Code

Max length30
HrpVUuidstring    Required

Unique uuid of row

Max length64
HrpTrdCodestring    RequiredMax length30
HrpExpiryDatestring    

Expiry Date of the Position

HrpEffectiveDatestring    

Effective Date of the Position

HrpJobTitlestring    

Job Title

Max length1000
HrpRespstring    

Responsibility of the Position

Max length4000
HrpStatusCodestring    

Status Code

Max length1
HrpRegCodestring    

Reg Code

Max length4
HrpJobSummarystring    

Job Summary of the Position

Max length4000
HrpEmpNostring    

Employee Number

Max length16
HrpSalarynumber    

Salary of the Position

Max length7

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3ed49b28-28c2-4844-9e48-63e143591dda'>application/json</option>
</select>

```json
{
  "HrpPositionCode": "133",
  "HrpPositionName": "Payroll Specialist",
  "HrpTrdCode": "0578",
  "HrpEffectiveDate": null,
  "HrpExpiryDate": null,
  "HrpEmpNo": null,
  "HrpJobTitle": null,
  "HrpReportTo": "001",
  "HrpResp": null,
  "HrpSalary": null,
  "HrpStatusCode": null,
  "HrpRegCode": null,
  "HrpJobSummary": null,
  "HrpVUuid": "F31A71AB5162409BE05316821FAC5E4B",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/F31A71AB5162409BE05316821FAC5E4B",
      "name": "hrpositions",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/F31A71AB5162409BE05316821FAC5E4B",
      "name": "hrpositions",
      "kind": "item"
    }
  ]
}
```

object
