Plate number verification
Verify a vehicle plate number
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": true,
"response_code": "00",
"message": "Valid and assigned to the vehicle",
"data": {
"vehicle_number": "",
"vehicle_name": "",
"vehicle_color": ""
},
"verification": {
"status": "",
"reference": ""
}
}Last updated