Job Application Preferred Locations REST Endpoints
Job Applications/Job Application Preferred Locations
The preferredLocations resource is the child of the recruitingUIJobApplications resource and provides information about the candidate's preferred locations.
- Create a preferred location
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations
- Delete a preferred location
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}
- Get a preferred location
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}
- Get all preferred locations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations
- Update a preferred location
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}