---
title: "ContactLiaisonResponse"
url: "https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660/schemas/ContactLiaisonResponse"
---

> Full API specification: https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660.md

# ContactLiaisonResponse

Response returned after creating or updating a contact liaison for a producer.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: "2.0"
servers:
  - url: https://trident-api.connecttrident.com
    description: Generated server url
components:
  schemas:
    ContactLiaisonResponse:
      type: object
      description: Response returned after creating or updating a contact liaison for
        a producer.
      properties:
        producerContactKey:
          type: string
          description: XFI contact key of the producer (broker company).
          example: "2000556"
        contactLiaisonKey:
          type: string
          description: XFI contact liaison key. Use this value as the producerContact when
            creating a policy.
          example: "3045678"
```
