You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

DFF UniqID

jsmithA
jsmithA Silver Medal
edited Nov 12, 2025 9:29AM in HCM REST APIs 1 comment

Summary:

Hi Team,

tESTInstance/hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/additionalInformationDetails/{additionalInformationDetailsUniqID}

Offer ID fine for me can some one help me from where i can get the

additionalInformationDetailsUniqID actully this is DFF and I am not able to find the UniqID kindly help if someone work on this

https://docs.oracle.com/en/cloud/saas/human-resources/farws/op-recruitinguicreateorupdatejoboffers-offerid-child-additionalinformationdetails-additionalinformationdetailsuniqid-patch.html

Or give the get and Patch details need to update the DFF for candidate offer page

Thank you!


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Answers

  • Hello,

    You may try a GET operation to retrieve all records. Then, you can try filtering the data and find out the unique id {additionalInformationDetailsUniqID} of existing record.

    /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/additionalInformationDetails


    Thank you