Update a Specific HR Employee Position
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Update a Specific HR Employee Position
- Updated on 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/hcm-rest-api/rest/1/hrpositions/EB2F34CAFDFD5671E05316821FAC3E12
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "HrpSalary": 40000, "HrpReportTo": "Jane Doe" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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