Refreshing a Job after 72 hours
Our Business Rules
The default order of job search results on the eFinancialCareers website is first by location, then language, then the job date (in reverse chronological order). To give our job seekers a better experience so they can see new jobs appearing further up the search results, we prevent a job from being refreshed before 72 hours.
To refresh a job send an authenticated HTTP PUT request to this URL replacing the {jobid} with the job you want to refresh
PUT https://core.ws.efinancialcareers.com/v1/jobs/{jobid}/refreshJob
Mandatory HTTP headers
Content-Type: application/xml
Authorization: EfcAuth realm=”EFC”, token=”522c3c4bd036a69db428ce4274745e9d”
Upon success, the server responds with HTTP 204 – No Content.
eFinancialCareers