---
title: "PolicyReferenceResponse"
url: "https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579/schemas/PolicyReferenceResponse"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579.md

# PolicyReferenceResponse

Response returned after generating a policy reference. Contains the generated reference, associated keys, and input echo fields.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: dev
servers:
  - url: https://apinonprod.mosaicinsurance.com
    description: Generated server url
components:
  schemas:
    PolicyReferenceResponse:
      type: object
      description: Response returned after generating a policy reference. Contains the
        generated reference, associated keys, and input echo fields.
      properties:
        createdBy:
          type: integer
          format: int32
          description: Contact key of the user who created the reference.
          example: 2000574
        generatedReference:
          type: string
          description: The generated policy reference string.
          example: PCY2434926AA
        insured:
          type: string
          description: Insured contact id echoed from the request.
          example: "3000211"
        policyreferencekey:
          type: integer
          format: int32
          description: Internal policy reference key identifier.
          example: 646
        notes:
          type: string
          nullable: true
          description: Notes echoed from the request.
          example: ""
        policyYear:
          type: string
          description: Policy year echoed from the request.
          example: "26"
        policyYearNumber:
          type: integer
          format: int32
          description: Policy year number echoed from the request.
          example: 26
        producer:
          type: string
          description: Producer contact id echoed from the request.
          example: "2000987"
        product:
          type: integer
          format: int32
          description: Product identifier.
          example: 4
        underwriter:
          type: integer
          format: int32
          description: Underwriter contact key.
          example: 2000310
```
