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: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations
Delete a preferred location
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}
Get a preferred location
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}
Get all preferred locations
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations
Update a preferred location
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/PreferredLocations/{PreferredLocationId}