Voters Card
Fetch Voters Card details
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"data": {
"fullname": "DOE JOHN",
"vin": "90A5AB0797293845330",
"gender": "male",
"occupation": "STUDENT",
"pollingUnitCode": "24/08/02/015",
"firstName": "JOHN",
"lastName": "DOE"
}
}{
"statusCode": 404,
"error": "Not Found",
"message": "Voters Details not found"
}Last updated