---
title: "Creates new property registry check against the registration."
method: POST
path: "/api/property-register"
tags: ["PropertyRegister"]
---

# Creates new property registry check against the registration.

`POST /api/property-register`

## Headers

- `apikey` string, required

## Request body

- CredasApiModelsPropertyRegisterPropertyRegisterCheckRequest
  - `person` CredasApiModelsPropertyRegisterPerson, required
    - `forename` string, required
    - `middleName` string
    - `surname` string, required
  - `address` CredasApiModelsPropertyRegisterAddress, required
    - `addressLine1` string, required
    - `addressLine2` string
    - `addressLine3` string
    - `city` string, required
    - `postcode` string, required
    - `county` string
    - `country` string, required
  - `regEntryId` string, uuid, required

## Response `200`

Details of newly added data check.

- CredasApiModelsPropertyRegisterPropertyRegisterCheckResponse
  - `matchResult` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — Unknown = 0, FullNameMatch = 1, SurnameMatch = 2, NoNameMatch = 3, NoAddressMatch = 4, TitleNotRegistered = 5, Unavailable = 6, OutOfHours = 7
  - `matchResultText` string
  - `propertyOwnership` 0 | 1 | 2 — Unknown = 0, SoleOwnership = 1, JointOwnership = 2
  - `propertyOwnershipText` string
  - `titleNumber` string
  - `checkStatus` 0 | 1 | 2 | 3 — Unknown = 0, Pass = 1, Refer = 2, Fail = 3
  - `hasBeenOverridden` boolean

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `402` — Error code meaning that the operation was aborted due to insufficient credits.
- `500` — If an unexpected exception occurred whilst processing the request.

---

[API](https://skmtc.dev/credas/apis/credas-api.md) · [All operations](https://skmtc.dev/credas/apis/credas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/credas/credas-api/revisions/a8dd82736563/schema)
