---
title: "Property Verification"
method: POST
path: "/v1/properties"
---

# Property Verification

`POST /v1/properties`

## Request body

- object
  - `customerReference` string, required — Customer reference
  - `propertyName` string, required — Property Name
  - `propertyType` string, required — Hotel, Airbnb, Shop, Residential Building, Office Complex, Warehouse, Apartment, Other
  - `lgaName` string, required — Local govt area name to be verified
  - `address` string, required — Property address to be verified
  - `contactPerson` object
    - `fistname` string, required — Contact Person's First-name
    - `lastName` string, required — Contact Person's Last-name
    - `phone` string, required — Contact Person's Phone
    - `email` string — Contact Person's Email
  - `propertyPhoto1` string, binary — multipart form data
  - `propertyPhoto2` string, binary — mulipart form data
  - `propertyPhoto3` string, binary — multipart form data
  - `propertyPhoto4` string, binary — multipart form data
  - `propertyPhoto5` string, binary — multipart form data
  - `propertyPhoto6` string, binary — mulipart form data

## Response `200`

200

- object
  - `id` integer
  - `customerReference` string
  - `applicant` object
    - `firstname` string
    - `lastname` string
    - `phone` string
    - `email` string
  - `status` object
    - `status` string
    - `subStatus` string
    - `state` string
  - `property` object
    - `id` integer
    - `verificationTypeCode` string
    - `requestValue` string
    - `isAsset` boolean
    - `organisationId` integer
    - `requestedAt` string
    - `consentReference` string
    - `requestSource` string
    - `archived` boolean
    - `canContactPoc` boolean
    - `stateId` integer
    - `stateName` string
    - `lgaId` integer
    - `lgaName` string
    - `isVague` boolean
    - `customerReference` string
    - `paymentMethodCode` string
    - `propertyBasic` object
      - `propertyName` string
      - `propertyType` string
    - `propertyLocation` object
      - `street` string
    - `price` integer
    - `updatedAt` string
    - `status` object
      - `status` string
      - `subStatus` string
      - `state` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/qoreid/apis/baseurl.md) · [All operations](https://skmtc.net/qoreid/apis/baseurl/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qoreid/baseurl/versions/36a3d804cbc4/schema)
