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

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

# LookupValue

A single lookup value entry

## 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:
    LookupValue:
      type: object
      description: A single lookup value entry
      properties:
        id:
          type: integer
          description: Unique identifier for the lookup value
          example: 2000007
        code:
          type: string
          description: Code identifier for the lookup value (may not be present for all
            entries)
          example: M1609
        description:
          type: string
          description: Human-readable description of the lookup value
          example: Mosaic Syndicate 1609
      required:
        - id
        - description
```
