Upload a Document
Purpose
To import resumes individually to the parser.
You need to provide both base64 data and the file name as parameters.
Request URL
https://recruit.zoho.com/recruit/v2/Candidates/actions/import_document
Body
document : FileInputStream
Request Method
POST
Scope
scope=ZohoRecruit.modules.all
(or)
scope=ZohoRecruit.modules.Candidate.Create
Possible module names |
candidate, application, jobopening, interview, client, contact, department, task, event, vendor, campaign, and custommodule |
Parameters
Parameter Name | Data Type | Description |
---|---|---|
filename * | String | Specify the file name and format |
document * | base64 | Provide base64 encoded resume. (Not required if the resume is provided in the body) |
Parameters marked with * are mandatory.
Sample URL
Copiedcurl "https://recruit.zoho.com/recruit/Candidates/actions/import_document"
-X POST
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"