Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Update Location PATCH Method
Summary
Cannot update an existing Locations with REST APIContent
Hi! I am trying to update an existing Location with REST service. The response I have is:
404 Not Found
The data I'm using is the following:
URL
https:/<server>/hcmRestApi/resources/11.13.18.05/locationsV2/{locationid}
HEADERS
REST-Framework-Version : 8
Content-Type : application/json
effective-Of : RangeMode=CORRECTION
BODY
{
"addresses": [
{
"Country": "{country}",
"AddressUsageType": "MAIN"
}
]
}
Thanks for your time
1