Vehicle Verification
Verify any Vehicle both its interior and exterior attributes.
The last-mile service relies on a scheduled visit to the property to assess its basic features, aesthetics, utilities and amenities.
{{baseUrl}}/v1/vehicles
Request Body
Parameters | Type | Description |
---|---|---|
requestSource | string | Request Source |
customerReference (REQUIRED) | string | Customer Reference |
lgaName (REQUIRED) | string | Lga name of Property address |
propertyName (REQUIRED) | string | Property Name |
propertyType (REQUIRED) | string | Property Type |
address (REQUIRED) | string | Address of the Property |
contactPerson.fistname (REQUIRED) | string | Contact First Name |
contactPerson.lastName (REQUIRED) | string | Contact Last Name |
contactPerson.phone (REQUIRED) | string | Contact Phone Number |
contactPerson.email (OPTIONAL) | string | Contact Ema |
Response Sample
{
"id": 95,
"customerReference": "eplompont",
"applicant": {
"createdAt": "2022-11-04T10:44:55.000Z",
"updatedAt": "2022-11-04T10:44:55.000Z",
"id": 29,
"firstname": "Bunch",
"lastname": "Dillon",
"phone": "+2349010000000",
"email": "[email protected]"
},
"status": {
"status": "IN_PROGRESS",
"subStatus": "IN PROGRESS",
"state": "IN_PROGRESS"
},
"vehicle": {
"id": 95,
"vehicleBasic": "string",
"consentReference": "string",
"stateName": "Lagos",
"lgaName": "Mushin",
"location": "string",
"customerReference": "eplompont",
}
}
{
"method": "POST",
"body": {
"event": "vehicle",
"event_type": "verification_completed",
"data": {
"id": 23961,
"summary": null,
"customerReference": "lbibomnt",
"vehicle": {
"id": 23961,
"vehicleBasic": "string",
"consentReference": "string",
"stateName": "Lagos",
"lgaName": "Mushin",
"location": "string",
"customerReference": "eplompont",
"applicant": {
"firstname": "osikunf",
"middlename": null,
"lastname": "James",
"gender": null,
"maritalStatus": null,
"phone": "+2349012345672",
"email": "[email protected]",
"dob": null,
"photo": null,
"faceId": null
}
}
}
}
}
Updated about 1 hour ago