Create Profile
POST/verification/api/1.0/ekyc-forms/:formId/diy-candidate
Create Profile
Request
- application/json
 
Body
name string
gender string
dob string
fatherName string
profession string
mobile string
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Valid
 - Invalid
 
Schema
code integer
message string
data object
{
  "code": 0,
  "message": "string",
  "data": {}
}
{
  "code": 0,
  "message": "Success",
  "data": {
    "transactionId": "6647408598332f345e0747ae"
  }
}
{
  "message": "name must be a string/dob must be a string/gender must be one of the following values: Male, Female, Other"
}
Loading...