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

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

# AdditionalDetailsDto

## 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:
    AdditionalDetailsDto:
      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
```
