---
title: "ReviewerActionResponse"
url: "https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec/schemas/ReviewerActionResponse"
---

> Full API specification: https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec.md

# ReviewerActionResponse

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Market Connect Order Entry API
  version: 1.0.3
servers:
  - url: https://dev.api.zinnia.io
  - url: https://qa.api.zinnia.io
  - url: https://uat.api.zinnia.io
components:
  schemas:
    ReviewerActionResponse:
      type: object
      properties:
        caseId:
          type: integer
          description: Case identifier returned by the upstream service when available.
          format: int64
          nullable: true
        isSuccess:
          type: boolean
          description: True when the reviewer action completed successfully.
        message:
          type: string
          description: Human-readable outcome message.
          nullable: true
        status:
          type: string
          description: High-level status string returned to the client.
          nullable: true
      additionalProperties: false
```
