Verify Employment History
POST/verification/api/1.0/verifications/employment-check
Verify Employment History
Request
- application/json
Body
uan string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Valid UAN
- Invalid UAN
- Invalid format UAN
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
{
"code": 0,
"message": "Success",
"data": {
"employmentData": [
{
"name": "SXXXXQ XXXXX",
"guardianName": "MXXXA KXXXXXXEN",
"establishmentName": "BXXXN CXXXXS PRIVATE LIMITED",
"memberId": "PXXXXXXXXXXXX2",
"dateOfJoining": "2022-03-01",
"dateOfExit": "2023-07-03"
},
{
"name": "SXXXXQ XXXXX",
"guardianName": "MXXXA KXXXXXXEN",
"establishmentName": "QXXXS CORP LIMITED",
"memberId": "PYXXXXXXXXX91",
"dateOfJoining": "2021-05-10"
}
]
}
}
{
"code": 0,
"message": "Provided UAN doesn't exist",
"data": {
"status": "INVALID",
"reason": "No employment records found."
}
}
{
"message": "Invalid UAN",
"code": -1
}
Loading...