---
title: "Deed"
method: POST
path: "/deed/"
---

# Deed

`POST /deed/`

The post Deed endpoint creates a new deed based on the JSON provided.
 The reponse will return a URL that can retrieve the created deed. 
 > REQUIRED: Land Registry system requests Conveyancer to confirm that the Borrowers identity has been established in accordance with Section 111 of the Network Access Agreement.

## Request body

- DeedApplication
  - `title_number` string, required
  - `borrowers` PrivateIndividualName[], required
    - `forename` string, required
    - `middle_name` string
    - `surname` string, required
    - `dob` string, required
    - `gender` 'Male' | 'Female' | 'Not Specified'
    - `phone_number` string, required
    - `address` string, required
  - `md_ref` string, required
  - `identity_checked` string, required
  - `property_address` string, required — The address of property that the deed relates. This should be supplied in a comma separated format e.g. 30 wakefield rd, plymouth, PL6 3WA

## Response `201`

URL to the GET endpoint for the deed is returned on successful creation.

## Other responses

- `400` — Bad Request due to invalid schema. Response will include 1 or more schema errors

---

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