Recruiting Event Location REST Endpoints
Event Details/Recruiting Event Location
The event location resource provides event location related details.
- Add an event location
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventLocation - Delete an event location
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventLocation/{LocationUsageId} - Get all event locations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventLocation - Get an event location
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventLocation/{LocationUsageId} - Update an event location
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventLocation/{LocationUsageId}