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

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

# TitleDocumentAttributesDto

## 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:
    TitleDocumentAttributesDto:
      type: object
      properties:
        propertyAddress:
          properties:
            lineOne:
              type: string
              default: ""
              example: Flat 3B
            lineTwo:
              type: string
              default: ""
              example: SkyView Apartments
            lineThree:
              type: string
              default: ""
              example: 12, Commercial Street
            lineFour:
              type: string
              default: ""
              example: Huddersfield
            lineFive:
              type: string
              default: ""
              example: London
            postcode:
              type: string
              default: ""
              example: HD2 2WH
        title:
          type: object
          properties:
            titleNumber:
              type: string
              example: DN100
        proprietorship:
          type: object
          properties:
            registeredProprietors:
              type: array
              items:
                type: object
                properties:
                  individual:
                    properties:
                      forenames:
                        type: string
                        example: Ann
                      surname:
                        type: string
                        example: Smith
                  organisation:
                    properties:
                      organisationName:
                        type: string
                        example: Ltd Company
                      registrationNumber:
                        type: string
                        example: "6473671112"
                      registeredAddress:
                        properties:
                          lineOne:
                            type: string
                            default: ""
                            example: Flat 3B
                          lineTwo:
                            type: string
                            default: ""
                            example: SkyView Apartments
                          lineThree:
                            type: string
                            default: ""
                            example: 12, Commercial Street
                          lineFour:
                            type: string
                            default: ""
                            example: Huddersfield
                          lineFive:
                            type: string
                            default: ""
                            example: London
                          postcode:
                            type: string
                            default: ""
                            example: HD2 2WH
                  addresses:
                    type: array
                    items:
                      properties:
                        lineOne:
                          type: string
                          default: ""
                          example: Flat 3B
                        lineTwo:
                          type: string
                          default: ""
                          example: SkyView Apartments
                        lineThree:
                          type: string
                          default: ""
                          example: 12, Commercial Street
                        lineFour:
                          type: string
                          default: ""
                          example: Huddersfield
                        lineFive:
                          type: string
                          default: ""
                          example: London
                        postcode:
                          type: string
                          default: ""
                          example: HD2 2WH
        charges:
          type: array
          items:
            type: object
            properties:
              chargeDate:
                type: string
                format: date
                example: 2021-01-30
              registrationDate:
                type: string
                format: date
                example: 2021-01-30
              chargeeParties:
                type: array
                items:
                  type: object
                  properties:
                    organizationName:
                      type: string
                      example: Ltd Company
                    address:
                      properties:
                        lineOne:
                          type: string
                          default: ""
                          example: Flat 3B
                        lineTwo:
                          type: string
                          default: ""
                          example: SkyView Apartments
                        lineThree:
                          type: string
                          default: ""
                          example: 12, Commercial Street
                        lineFour:
                          type: string
                          default: ""
                          example: Huddersfield
                        lineFive:
                          type: string
                          default: ""
                          example: London
                        postcode:
                          type: string
                          default: ""
                          example: HD2 2WH
              additionalDetails:
                type: object
                properties:
                  restrictionDetails:
                    type: array
                    items:
                      type: object
                      properties:
                        chargeRestriction:
                          type: object
                          properties:
                            reason:
                              type: string
                              example: Restriction Reason
                            chargeParty:
                              type: string
                              example: Charge Party
                            chargeDate:
                              type: string
                              format: date
                              example: 2021-01-30
```
