---
title: "Reinstatements"
url: "https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660/schemas/Reinstatements"
---

> Full API specification: https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660.md

# Reinstatements

Reinstatement configuration for a quote section.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: "2.0"
servers:
  - url: https://trident-api.connecttrident.com
    description: Generated server url
components:
  schemas:
    Reinstatements:
      type: object
      description: Reinstatement configuration for a quote section.
      properties:
        reinstatementsApplicable:
          type: boolean
          example: true
        unlimitedReinstatements:
          type: boolean
          example: false
        noOfReinstatements:
          type: integer
          format: int32
          example: 1
        availableReinstatements:
          type: integer
          format: int32
          example: 1
        proRata:
          type: boolean
          example: true
        reinstatementPercent:
          type: number
          format: double
          example: 100
```
