---
title: "ReinstatementApproved"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/ReinstatementApproved"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# ReinstatementApproved

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    ReinstatementApprovedAdhocPolicy:
      type: object
      properties:
        policyFeatures:
          type: array
          items:
            $ref: "#/components/schemas/ReinstatementApprovedAdhocPolicyFeature"
    AdhocExternalIdentifiers:
      type: object
      properties:
        referenceNumber:
          type: string
          description: The unique payment reference number for all premium-related
        externalTransactionId:
          type: string
          description: The unique ID to identify transaction on carrier side
    ReinstatementApprovedAdhocPolicyFeature:
      type: object
      properties:
        featureType:
          $ref: "#/components/schemas/ReinstatementApprovedFeatureType"
        approvalDate:
          type: string
          example: 2024-02-21
          format: date
          description: Date (with pattern "yyyy-mm-dd")
    ReinstatementApprovedFeatureType:
      type: string
      enum:
        - FREELOOK
        - LAPSEASSESSMENT
        - LAPSEPROTECTION
        - REINSTATEMENT
    ReinstatementApproved:
      type: object
      properties:
        correlationId:
          type: string
          example: 657b717b7dcf554abf9ef067
          description: The unique ID to track transaction request across all systems
        effectiveDate:
          type: string
          example: 2023-01-01
          format: date
          description: Date (with pattern "yyyy-mm-dd") when the transaction was
            originally scheduled or expected to happen, can be a non-business
            day
        reverseInitiator:
          type: boolean
          example: false
          default: false
          description: Property to isolate source transaction(s) that initiated the reversal
        policy:
          $ref: "#/components/schemas/ReinstatementApprovedAdhocPolicy"
        externalIdentifiers:
          $ref: "#/components/schemas/AdhocExternalIdentifiers"
```
