Create a Candidate via Form
This creates new candidate via form
POST
{{baseurl}}/v2/api/addresses/candidates
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Name
Type
Description
firstName*
String
first name of candidate
middleName
String
middle name of candidate
lastName*
String
last name of candidate
mobile*
String
mobile of candidate
dateOfBirth
String
date of birth of candidate
String
email of candidate
image*
String
candidate image URL
Last updated