Zoho Recruit
submissions.create
Create a Submission record linking a Candidate to a Job Opening for client review.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called submissions.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"Candidate_Id",
"Job_Opening_Id"
],
"properties": {
"Candidate_Id": {
"type": "string",
"description": "Candidate record ID"
},
"Job_Opening_Id": {
"type": "string",
"description": "Job Opening record ID"
},
"Submission_Status": {
"type": "string"
}
}
},
"description": "body parameter"
}
}
}