This API can be used when you wish to configure a general submissions button on your website, where any prospective applicants can submit their profile as a general application without linking them to a particular job in iSmartRecruit. These applications will be received in iSmart as candidates.

 

 

URL - https://app.ismartrecruit.com/saveCandidateAPI 

Method - POST

Header - 

apiKey - < Your>

updateDuplicate - Y or N

Parameter Type - JSON

Parameter - 

{

    "cndName":"CANDIDATE NAME",

    "email": "CANDIDATE EMAIL"

}

Note: You can pass other candidate values but given two values are mandatory.  Both header values are mandatory

Other Parameters You can add - 

 

{

  "annualSalary": "string",

   "assignedOn": "2022-12-22T13:17:11.472Z",

  "blockEmail": true,

  "blockReason": "string",

  "blockedResumePath": "string",

  "candidatePermanentAddress": "string",

  "cndConsentStatus": "string",

  "cndId": 0,

  "cndJobRating": 0,

  "cndName": "string",

  "cndStatus": "string",

  "cndStatusFeedBack": "string",

  "cndStatusId": 0,

  "cndStatusLogic": "string",

  "consentDate": "2022-12-22T13:17:11.472Z",

  "consentStatus": "string",

  "createdBy": "string",

  "createdDate": "2022-12-22T13:17:11.472Z",

  "currencyType": "string",

  "currentAddress": "string",

  "currentCtc": "string",

  "currentEmployer": "string",

  "currentLocation": "string",

  "custField1": "string",

  "custField10": "string",

  "custField11": "string",

  "custField12": "string",

  "custField13": "string",

  "custField14": "string",

  "custField15": "string",

  "custField16": "string",

  "custField17": "string",

  "custField18": "string",

  "custField19": "string",

  "custField2": "string",

  "custField20": "string",

  "custField21": "string",

  "custField22": "string",

  "custField23": "string",

  "custField24": "string",

  "custField25": "string",

  "custField26": "string",

  "custField27": "string",

  "custField28": "string",

  "custField29": "string",

  "custField3": "string",

  "custField30": "string",

  "custField31": "string",

  "custField32": "string",

  "custField33": "string",

  "custField34": "string",

  "custField35": "string",

  "custField36": "string",

  "custField37": "string",

  "custField38": "string",

  "custField39": "string",

  "custField4": "string",

  "custField40": "string",

  "custField41": "string",

  "custField42": "string",

  "custField43": "string",

  "custField44": "string",

  "custField45": "string",

  "custField46": "string",

  "custField47": "string",

  "custField48": "string",

  "custField49": "string",

  "custField5": "string",

  "custField50": "string",

  "custField6": "string",

  "custField7": "string",

  "custField8": "string",

  "custField9": "string",

  "designation": "string",

  "dispCndNameId": "string",

  "dob": "2022-12-22T13:17:11.472Z",

  "downloadFileFlg": true,

  "email": "string",

  "eraseConsentDate": "2022-12-22T13:17:11.472Z",

  "expUpdatedDate": "2022-12-22T13:17:11.472Z",

  "expectedCtc": "string",

  "facebook": "string",

  "fileName": "string",

  "functionalArea": "string",

  "gdprDate": "2022-12-22T13:17:11.472Z",

  "gdprDateStr": "string",

  "gdprFlg": true,

  "gender": "string",

  "gmail": "string",

  "google": "string",

  "imagePath": "string",

  "img": "string",

  "imgName": "string",

  "inactive": true,

  "industry": "string",

  "institution": "string",

  "interviewDate": "2022-12-22T13:17:11.472Z",

  "interviewId": "string",

  "interviewTimeZone": "string",

  "interviewType": "string",

  "isAllocated": true,

  "isBlock": true,

  "jobLocation": "string",

  "jobTitle": "string",

  "jobType": "string",

  "keySkills": "string",

  "language": "string",

  "linkedin": "string",

  "maritalStatus": "string",

  "mobile": "string",

  "nationality": "string",

  "note": "string",

  "noticePeriod": "string",

  "otherAttach": "string",

  "otherAttach2": "string",

  "passportNo": "string",

  "password": "string",

  "profileUpdatedDate": "2022-12-22T13:17:11.472Z",

  "projectedExperience": 0,

  "qualification": "string",

  "requestConsentDate": "2022-12-22T13:17:11.472Z",

  "resume": "string",

  "resumeInHtml": "string",

  "resumeInTxt": "string",

  "resumePath": "string",

  "resumeSource": "string",

  "resumeSourceDisp": "string",

  "score": 0,

  "secondaryResumeInHtml": "string",

  "secondaryResumeInTxt": "string",

  "secondaryResumePath": "string",

  "skype": "string",

  "stackoverflow": "string",

  "state": "string",

  "telephone": "string",

  "tmp": true,

  "totalExperience": 0,

  "twitter": "string",

  "updatedBy": "string",

  "updatedByCnd": "2022-12-22T13:17:11.472Z",

  "updatedByCndFlg": true,

  "updatedByCndStr": "string",

  "updatedDate": "2022-12-22T13:17:11.472Z",

  "website": "string",

  "zip": "string"

}

 

Response - 

{"title":"Success","message":"id_name","status":200}