---
title: "CaseEligibilityRequest"
url: "https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84/schemas/CaseEligibilityRequest"
---

> Full API specification: https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84.md

# CaseEligibilityRequest

Optional request body for case-level eligibility. The caller supplies only caseId in the path; policy and transaction context are resolved from Case Management. When `items` is absent or empty, all configured case features are evaluated.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia Policy Transactions API.
  version: 1.0.8
servers:
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://qa.api.zinnia.io
    description: QA Environment
components:
  schemas:
    CaseEligibilityRequest:
      type: object
      description: >
        Optional request body for case-level eligibility. The caller supplies
        only caseId in the path; policy and transaction context are resolved
        from Case Management. When `items` is absent or empty, all configured
        case features are evaluated.
      properties:
        items:
          type: array
          description: Case feature identifiers to evaluate.
          items:
            type: string
          example:
            - cancelTransaction
```
