Update a Specific HR Relation
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Update a Specific HR Relation
- Updated on 25 Sep 2024
- 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/hrrelations/F31A71AB5163409BE05316821FAC5E4B
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "RelaDescription": "Test" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"RelaCode": "S",
"RelaDescription": "Test",
"RelaVUuid": "F31A71AB5163409BE05316821FAC5E4B",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrelations/F31A71AB5163409BE05316821FAC5E4B",
"name": "hrrelations",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrelations/F31A71AB5163409BE05316821FAC5E4B",
"name": "hrrelations",
"kind": "item"
}
]
}
object