Add Candidate API
This API is used to modify the field values of a specific candidate.
Request URL:
https://people.zoho.com/people/api/forms/<inputType>/Candidate/updateRecord?inputData=<inputData>&recordId=<recordId>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameter:
input data | {First_Name:'value',Last_Name:'value1',Mobile:'value2'} |
userId | Specified the record ID of the candidate being edited |
Threshold Limit: 30 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Sample Request
Copiedhttps://people.zoho.in/people/api/forms/json/Candidate/updateRecord?inputData={Mobile:'9756786578', Other_Email:'steves17@abccorpltd.tk'}&recordId=479732000000162407
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Sample Response
Copied{"response":{"result":{"pkId":"479732000000162407","message":"Successfully Updated"},"message":"Data updated successfully","uri":"/api/forms/json/Candidate/updateRecord","status":0}}