---
title: "ProducerSuccessResponse"
url: "https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e/schemas/ProducerSuccessResponse"
---

> Full API specification: https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e.md

# ProducerSuccessResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business API.
  version: 0.9.8
servers:
  - url: https://qa.api.zinnia.io
    description: QA Environment
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://uat.api.zinnia.io
    description: UAT Environment
  - url: https://api.zinnia.io
    description: PROD Environment
components:
  schemas:
    ProducerSuccessResponse:
      type: object
      properties:
        statusCode:
          type: integer
          format: int32
          example: 202
        timestamp:
          type: string
          format: date-time
        message:
          type: string
          example: Request Accepted Successfully
        npn:
          type: string
          example: "12345678"
        caseId:
          type: string
          example: CA0000389896
        correlationId:
          type: string
          example: 2ad51ecf-9923-437f-a6f0-70968e464cuu
```
