Recruiting Candidate Merge During Offer REST Endpoints
Recruiting Candidate Merge During Offer
The recruitingUIMergeJobOffers resource identifies duplicate candidates during the job offer process and merge candidates.
- Create a candidate during the job offer process
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers
- Delete a candidate during the job offer process
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/{PersonId}
- Get a duplicate candidate during the job offer process
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/{PersonId}
- Get all duplicate candidates during the job offer process
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers
- Merge the duplicate candidates into one candidate
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/action/performViewDuplicateMergeOperation
- Update a candidate during the job offer process
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/{PersonId}
- Verify if the logged-in user can edit the offer
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/action/isEditOfferAllowed
- Verify if user can merge candidates
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIMergeJobOffers/action/isMergeAllowedForTheUser