Configuration for Developers
Candidate Creation on HRMS API
API End Point:
https://domain-name/api.php/recruitment/candidate_onboarding/createCandidate
Token: uKnowva will share the token on a private mail.
Basic Parameters: Parameters name is mandatory, the value required is optional
Parameters Name |
Value Required |
Api-Id |
NO |
Token |
YES |
Status Code Specification:
Code |
Specification |
200 |
Success |
400 |
Bad request |
406 |
Error while inserting records |
Create Candidate Request:
{
"name":"Ashwin",
"email":"This email address is being protected from spambots. You need JavaScript enabled to view it.",
"number":"8962968800",
"category":"",
"salary_expectation":"200000",
"work_exp":"2",
"current_ctc":"180000",
"notice_period":"30",
"city":"Mumbai",
"current_city":"Indore",
"qualification":"BE(CSE)",
"education":"",
"cover_note":"Better Opportunity",
"source":"Facebook",
"skills":"Adobe Analytics,Web Developer",
"expected_date_of_joining":"2022-01-15",
"profile_fields":""
}
Create Candidate Response:
{
"success_response":"created successfully"
}
- << Prev
- Next