Zoho Recruit
candidates.associate
Associate one or more candidates to a target Job Opening, Client, or Contact. The body's `data` array contains `Jobids` (or `Clientids` / `Contactids`) plus `ids` of candidates to associate.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called candidates.associate?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Candidate record IDs to associate"
},
"Jobids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Job Opening record IDs"
},
"comments": {
"type": "string"
},
"Clientids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Client record IDs"
},
"Contactids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Contact record IDs"
}
}
},
"description": "body parameter"
}
}
}