associateJobopening 方法
目的
您可以使用此方法在 Zoho Recruit 中将应聘者关联到空缺职位。
重要事项:使用 POST 方法而不是 GET 方法来传递这些参数。
请求 URL
XML 格式
https://recruit.zoho.com.cn/recruit/private/xml/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi
JSON 格式
https://recruit.zoho.com.cn/recruit/private/json/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi
请求参数
参数 | 数据类型 | 描述 |
authtoken* | 字符串 | 加密的字母数字字符串,用来对 Zoho 凭证进行身份验证。 |
scope* | 字符串 | 将值指定为 recruitapi。 |
jobIds* | 字符串 | 指定“空缺职位”记录的 uniqueID。 |
candidateIds* | 字符串 | 指定与上述 jobId 关联的应聘者 ID(用英文逗号分隔)。 |
version* | 整数 | 使用 version=2:这将基于最新 API 实施来提取响应 |
status | 字符串 | 指定应聘者的关联空缺职位状态。 默认情况下,关联状态为“已关联”。 |
comments | 字符串 | 指定关联的注释。 |
* - 必备参数
示例
使用第三方应用程序关联 Zoho Recruit 中的空缺职位。
URL 格式:
https://recruit.zoho.com.cn/recruit/private/xml/Candidates/associateJobOpening?authtoken=Auth Token&scope=recruitapi&jobIds=292114000000087156,292114000000087140
&candidateIds=292114000000139404,292114000000139403
响应格式:
<response uri="/recruit/private/xml/Candidates/associateJobOpening">
<result>
<message>Candidate(s) associated successfully</message>
<recorddetail>
<FL val="jobIds">
292114000000087156,292114000000087140,292114000000087124
</FL>
<FL val="candidateIds">292114000000139404,292114000000139403</FL>
</recorddetail>
</result>
</response>