Submit Property Verification
Submit Property for Verification
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"isAsset": true,
"verificationTypeCode": "property",
"createdAt": "2021-10-06T14:56:48.000Z",
"updatedAt": "2021-10-06T14:56:48.000Z",
"id": 71,
"agentId": null,
"applicantId": null,
"organisationId": 1,
"userId": 1,
"groupId": 10,
"statusId": 2,
"opsStatusId": 2,
"agentStatusCode": null,
"agentComment": null,
"assignedBy": null,
"assignedAt": null,
"approvedAt": null,
"approvedBy": null,
"rejectedAt": null,
"rejectedBy": null,
"updatedBy": null,
"requestedAt": "2021-10-06T14:56:48.000Z",
"consentReference": "yo0pvJLUGLy14IqRKrdHz",
"orderNumber": null,
"fulfillmentNumber": null,
"agentCommission": 400,
"requestSource": "api",
"agentPaymentReference": null,
"agentSubmittedAt": null,
"archived": false,
"timeToCompletion": 0,
"price": 0,
"specialPrice": 0,
"discount": 0,
"overrideAgentCommission": 0,
"commissionComment": null,
"slaHour": 24,
"canContactPoc": false,
"apiReference": null,
"bundleCode": null,
"adminComment": null,
"stateId": 25,
"lgaId": 500,
"latitude": null,
"longitude": null,
"isVague": true,
"customerReference": "cust-m-001",
"paymentMethodCode": "standard",
"verificationType": {
"createdAt": "2021-07-27T12:48:30.000Z",
"updatedAt": "2021-07-27T11:48:30.000Z",
"id": 1,
"code": "property",
"name": "property verification",
"description": "Property verifcation type indicated all verification types that are done for a property"
},
"status": {
"id": 2,
"code": "ops_action",
"label": "Ops Action",
"stateCode": "pending",
"stateLabel": "Pending"
},
"opsStatus": {
"id": 2,
"code": "ops_action",
"label": "Ops Action",
"stateCode": "pending",
"stateLabel": "Pending"
},
"lga": {
"id": 500,
"code": "LGA500",
"name": "Agege",
"strippedName": "agege",
"stateId": 25,
"state": {
"id": 25,
"code": "NG-LA",
"name": "Lagos",
"strippedName": "lagos",
"countryId": 1
}
},
"lgaName": "Agege",
"stateName": "Lagos",
"propertyAesthestic": {
"hasMarksAndStains": null,
"marksAndStainsRating": null,
"hasMinimumOfTwoSittingRoomWindows": null,
"hasMinimumOfTwoBedRoomWindows": null,
"additionalComments": null
},
"propertyBasic": {
"propertyType": "Apartment",
"propertyCost": null,
"propertyName": "Ola studio",
"scheduleDate": null,
"propertyPhoto1": null,
"propertyPhoto2": null,
"propertyPhoto3": null,
"propertyPhoto4": null,
"propertyPhoto5": null,
"propertyPhoto6": 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
},
"propertyContactPerson": {
"firstName": "Folarin",
"lastName": "Adedeji",
"phone": "+2348074567321",
"email": "[email protected]"
},
"propertyCriterial": {
"hasEmergencyExit": null,
"hasWindowsBurglaryProof": null,
"hasDoorsBurglaryProof": null,
"areElectricWiresExposed": null,
"additionalSafetyComment": null
},
"propertyLocation": {
"hasTarredRoad": null,
"hasParkingSpace": null,
"availableCarSpace": null,
"commentAboutLocation": null,
"street": "oko oba",
"city": null,
"hostLivesHere": null,
"numberOfTenants": null,
"latitude": null,
"longitude": null
},
"propertyUtilities": {
"tapsRunWell": null,
"hasCableTv": null,
"hasStandbyGenerator": null,
"hasKitchen": null,
"hasMicrowave": null,
"hasElectricKettle": null,
"hasCookingStove": null,
"hasPlatesAndCups": null,
"hasCutlery": null,
"additionalUtilitiesComment": null
},
"exteriorPhotos": {
"exteriorPhoto1": null,
"exteriorPhoto2": null,
"exteriorPhoto3": null,
"exteriorPhoto4": null,
"exteriorPhoto5": null,
"exteriorPhoto6": null
},
"slaElapse": 0,
"isLate": false
}Sample Request
Last updated