Create a Candidate via Form
This creates new candidate via form
Last updated
Was this helpful?
Was this helpful?
HTTP/1.1 201 CREATED
{
"success": true,
"statusCode": 201,
"message": "Candidate created successfully!",
"data": {
"firstName": "Famous",
"middleName": "Prior",
"lastName": "Ehichioya",
"dateOfBirth": "2000-01-01",
"photo": null,
"email": "testemail@gmail.com",
"mobile": "08036xxxxxx",
"idNumber": null,
"type": "form",
"medium": "form",
"businessId": "615c2deb203b96532838418b",
"createdAt": "2021-11-12T11:44:29.335Z",
"lastModifiedAt": "2021-11-12T11:44:29.335Z",
"_createdAt": "2021-11-12T12:44:2929+01:00",
"_lastModifiedAt": "2021-11-12T12:44:2929+01:00",
"id": "618e539d540fb2e1d076427a"
},
"links": []
}