---
title: "ContactLiaisonItem"
url: "https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75/schemas/ContactLiaisonItem"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75.md

# ContactLiaisonItem

A single contact liaison entry for a producer.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: uat
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
```
