---
title: "TitleDocumentTypes"
url: "https://developer.pexa.co.uk/apis/lodgement-v1-v1/versions/4cf5cbcd-2fac-43d1-a87a-4c2ddc00ef30/schemas/TitleDocumentTypes"
---

> Full API specification: https://developer.pexa.co.uk/apis/lodgement-v1-v1/versions/4cf5cbcd-2fac-43d1-a87a-4c2ddc00ef30.md

# TitleDocumentTypes

Supported document types in title

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Lodgement
  version: v1.1.0
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    TitleDocumentTypes:
      type: string
      description: Supported document types in title
      enum:
        - TITLE_REGISTER
        - TITLE_INFORMATION_DOCUMENT
        - EARLY_COMPLETION_TITLE_INFORMATION_DOCUMENT
```
