---
title: "OrganisationDetailsDto"
url: "https://developer.pexa.co.uk/apis/lodgement-v1-v1/versions/5d60a5b6-f880-49a9-9ffa-3fcd91fe7f8f/schemas/OrganisationDetailsDto"
---

> Full API specification: https://developer.pexa.co.uk/apis/lodgement-v1-v1/versions/5d60a5b6-f880-49a9-9ffa-3fcd91fe7f8f.md

# OrganisationDetailsDto

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Lodgement
  version: v1
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    OrganisationDetailsDto:
      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
```
