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

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

# ContactLiaisonItem

A single contact liaison entry for a producer.

## 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:
    ContactLiaisonItem:
      type: object
      description: A single contact liaison entry for a producer.
      properties:
        contactliaisonkey:
          type: integer
          description: XFI contact liaison key.
          example: 2596
        contactkey:
          type: integer
          description: XFI contact key of the producer.
          example: 2000556
        contact:
          type: string
          description: Producer company name.
          example: Lockton Companies, LLC
        liaisonRole:
          type: string
          description: Role of the liaison (e.g. Broker Contact).
          example: Broker Contact
        contactLiaisonReference:
          type: string
          description: Display name (LastName, FirstName).
          example: Ahn, Paul
        firstName:
          type: string
          example: Paul
        lastName:
          type: string
          example: Ahn
        email:
          type: string
          example: pahn@lockton.com
```
