Verified Property
This payload is sent to your webhook endpoint on successful property verification.
Sample Webhook Payload
{
"type":"property",
"data":{
"id":40,
"verificationTypeCode":"property",
"isAsset":true,
"organisationId":8,
"userId":1,
"approvedAt":"2021-10-11T16:07:30.000Z",
"requestedAt":"2021-08-27T12:35:08.000Z",
"consentReference":"nP0SRL_TXD1mm1qzJvzwp",
"requestSource":"string",
"archived":false,
"canContactPoc":false,
"apiReference":null,
"bundleCode":null,
"stateId":25,
"stateName":"Lagos",
"lgaId":512,
"lgaName":"Kosofe",
"latitude":null,
"longitude":null,
"isVague":false,
"customerReference":"06963969",
"paymentMethodCode":"standard",
"propertyBasic":{
"propertyType":"Apartment",
"propertyCost":null,
"propertyName":"jumog Apartment",
"scheduleDate":"2021-11-02T08:00:00.000Z",
"propertyPhoto1":null,
"propertyPhoto2":null,
"propertyPhoto3":null,
"propertyPhoto4":null,
"propertyPhoto5":null,
"propertyPhoto6":null
},
"exteriorPhotos":{
"exteriorPhoto1":null,
"exteriorPhoto2":null,
"exteriorPhoto3":null,
"exteriorPhoto4":null,
"exteriorPhoto5":null,
"exteriorPhoto6":null
},
"propertyCriterial":{
"hasEmergencyExit":null,
"hasWindowsBurglaryProof":null,
"hasDoorsBurglaryProof":null,
"areElectricWiresExposed":null,
"additionalSafetyComment":null
},
"propertyUtilities":{
"tapsRunWell":null,
"hasCableTv":null,
"hasStandbyGenerator":null,
"hasKitchen":null,
"hasMicrowave":null,
"hasElectricKettle":null,
"hasCookingStove":null,
"hasPlatesAndCups":null,
"hasCutlery":null,
"additionalUtilitiesComment":null
},
"propertyLocation":{
"hasTarredRoad":null,
"hasParkingSpace":null,
"availableCarSpace":null,
"commentAboutLocation":null,
"street":"25 street oshamo",
"city":null,
"hostLivesHere":null,
"numberOfTenants":null,
"latitude":null,
"longitude":null
},
"propertyConfirmation":{
"numberOfBedrooms":null,
"numberOfBathrooms":null,
"hasClothStorageFurniture":null,
"isSmokingAllowed":null,
"areEventsAllowed":null,
"areChildrenAllowed":null,
"arePetsAllowed":null,
"hasDryer":null,
"hasLift":null,
"hasHotWater":null,
"hasTV":null,
"hasAirConditioning":null,
"hasFirstAidKit":null,
"hasWashingMachine":null,
"hasToiletries":null,
"hasWiFi":null,
"hasBunker":null,
"hasSmokeDetector":null,
"hasFireExtinguisher":null,
"hasBreakfast":null,
"hasTowel":null,
"hasBedsheets":null
},
"propertyAesthestic":{
"hasMarksAndStains":null,
"marksAndStainsRating":null,
"hasMinimumOfTwoSittingRoomWindows":null,
"hasMinimumOfTwoBedRoomWindows":null,
"additionalComments":null
},
"propertyContactPerson":{
"firstName":"Biggs",
"lastName":"Olomu",
"phone":"+2349060002499",
"email":"a.ogunbayo@verifyme.ng"
},
"status":{
"status":"AWAITING_APPROVAL",
"subStatus":"AWAITING APPROVAL",
"state":"IN_PROGRESS"
}
}
}
Last updated