Oracle HCM Cloud- create location rest api is giving 204 no content
HI All,
i am trying to create the location using HCM create location Rest API. and it is giving response as 204 no content. did i missing any required field or header?
URL : https://XXXXX/hcmRestApi/resources/11.13.18.05/locationsV2
Below Headers i have used
Content-Type:
application/vnd.oracle.adf.resourceitem+json
effective-Of : RangeStartDate=2025-09-17
Request:
{ "LocationCode": "LOC-0013", "LocationName": "Temp Location13", "ActiveStatus": "A", "SetId": 0, "SetCode": "COMMON", "addresses": [ { "AddressUsageType": "MAIN", "AddressLine1": "DIP", "TownOrCity": "DUBAI", "Country": "AE", "PostalCode": "12345" } ], "locationsDFF": [ { "JobCode": "51234" } ]}
Appreciate your support to resolve this issue.
Thanks
venkatesh.P