Modify Search
This web service allows you to modify an existing search on HotJobs in real time, eliminating the need to create a new search every time you wish to make a small change to an existing search. Valid session token and unique resumé search ID are required to modify the search. This returns the same search ID supplied when you first created the search, which you can then use to get the search results.
HTTP Method
PUT
HTTP Request Body
Resumé Search XML Request
HTTP Custom Headers
- X-Yahoo-HJAuth-Token
This is the session token returned by the authentication web service.
- X-Yahoo-HJAuth-Timestamp
This 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-Signature
The signature is MD5 hash (in Hexadecimal format) of the concatenation of the XML request, request timestamp, search id, token and the license key.
Parameters
- Same as Resumé Search
- In order to avoid changing any parameter value, please do not send that field at all. If a field is sent with blank value, any values of that in the existing search will be overridden to blank.
Request XML, Success Response XML and Error Response XML
Same as Resumé Search

