uploadDocument API call is not returning candidate ID
Hello!
I am a Zoho Recruit Trial user and have built an API integration to call the POST uploadDocument endpoint.
When do a POST call to uploadDocuments I get a 200 response but there is not candidate ID or error message.
I tried manually uploading the PDF and it does create the candidate through the web.
documentData=base64 of PDF
fileName=abepark.pdf
- {"response":{"error":{"code":"null","message":"null"},"uri":"/recruit/private/json/Candidates/uploadDocument"}}
I also tried the example used in the documentation and got the same response