Purpose You can use this method to associate candidates to job openings in Zoho Recruit.
Note: This API supports only POST method.
Request URL to associateJobOpening:
XML: https://recruit.zoho.com/ats/private/xml/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi JSON: https://recruit.zoho.com/ats/private/json/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi
Request Parameters: | Parameter | Type | Description |
| authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
| scope* | String | Specify the value as recruitapi |
| jobId* | String | Specify unique ID of the Job Opening record. |
| candidateIds* | String | Specify comma separated candidate ids to associate with the above jobId. |
* - Mandatory parameter
Examples:
Associate Job Opening into Zoho Recruit from third-party applications
URL Format:
https://recruit.zoho.com/ats/private/xml/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi&jobId=54290000000089027&candidateIds= 54290000000022332,54290000000089027
Response Format:
<response uri="/ats/private/xml/Candidates/associateJobOpening">
<result>
<message>Candidate(s) associated successfully</message>
<recorddetail>
<FL val="jobId">54290000000089027</FL>
<FL val="candidateIds">54290000000022332,54290000000089027
</recorddetail>
</result>
</response>