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

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

# AdditionalContact

An additional contact on the policy — CY LOB only.

## 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:
    IdReference:
      type: object
      description: Reference to a lookup-backed entity identified by `id` (the XFI
        lookup id, environment-specific).
      required:
        - id
      additionalProperties: false
      properties:
        id:
          type: string
          description: XFI lookup id — the canonical identifier (environment-specific).
          example: "260"
    AdditionalContact:
      type: object
      description: An additional contact on the policy — CY LOB only.
      properties:
        role:
          $ref: "#/components/schemas/IdReference"
          description: Contact role — `id` only.
        contact:
          $ref: "#/components/schemas/IdReference"
          description: Contact reference — `id` only.
```
