Create a HR Requisition
- 18 Jul 2025
- 1 Minute to read
- Print
- DarkLight
Create a HR Requisition
- Updated on 18 Jul 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Post
/hcm-rest-api/rest/1/hrrequisitions
Create HR Requisition
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "HrrCode": "010", "HrrDate": "2022-01-03", "HrrTrdCode": "0095", "HrrPropJobTitle": "Accountant", "HrrJobDesc": "book keeping", "HrrResp": "string", "HrrHireOffice": "toronto", "HrrVUuid": "" }
HrrJobDesc
string Required
Job Description
Max length4000
HrrHireOffice
string Required
Hire Office
Max length10
HrrTrdCode
string Required
Trd Code
Max length10
HrrDate
string Required
Date
HrrCode
string Required
Requisition Code
Max length10
HrrPropJobTitle
string Required
Job Title
Max length1000
HrrResp
string Required
Responsibilities
Max length4000
HrrVUuid
string Required
Unique ID of Row, Leave Blank
Max length64
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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