Header Name | Value |
Authorization | Zoho-oauthtoken {access_token} |
Possible Scope Names (Case Sensitive) | Operation Types |
associatejobopening | ALL - Full access to the record READ - Get records from the module |
Parameter | Data Type | Description |
authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
scope* | String | Specify the value as recruitapi |
Parameter | Data Type | Description |
jobIds* | String | Specify uniqueID of the Job Opening record. |
candidateIds* | String | Specify candidate ids separated by comma to associate with the above jobIds. |
version* | Integer | Use version=2: This will fetch responses based on the latest API implementation |
status | String | Specify the status of the Candidate with the associated Job opening. By default, "Associated" will be the status on association. |
comments | String | Specify the comments for the association. |
Note: Parameters marked with * are mandatory.