Job Refresh
This API call allows you to refresh HotJobs postings in real time. Only public jobs, or jobs with status "posted", can be refreshed. When a job is refreshed, the job refresh date is updated. A job can be refreshed once every seven days. A valid session token and unique Job ID like the HotJobs ID or user-specified Job ID or IO/PO Number will be required for refreshing a job ad. The HotJobs Job ID and other job related details (see the response XML below) will be returned after successful job refresh.
URI
http://hj.yahooapis.com/v1/Job/<JobId>
Note
JobId must be a unique job ID, such as HJInternalJobID, or (user
specified) JobID, or IONumber.
HTTP Method
PUT
HTTP Request Body
Job Refresh XML Request
HTTP Custom Headers
X-Yahoo-HJAuth-TokenThis is session token returned by Authentication API call.
X-Yahoo-HJAuth-TimestampThis should be the request timestamp in Unix Timestamp format (the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC)
X-Yahoo-HJAuth-SignatureThe signature is MD5 hash of the XML request, request timestamp, job ID (empty for new job), token, and license key, respectively. The signature is also encoded in Hexadecimal format.
Request XML Sample
The following is an example of a Job Refresh request API call:
Success Response XML Sample
The following is an example of a successful response to a Job Refresh API call:
Error Response XML Sample
The following is an example of an error response to a Job Refresh API call:

