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

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

# SectionAgreement

Agreement reference for a quote section.

## 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:
    SectionAgreement:
      type: object
      description: Agreement reference for a quote section.
      required:
        - agreement
        - agreementActivity
        - agreementSection
      properties:
        agreement:
          type: string
          description: "**Required.** Agreement code (e.g. 'AGR0000159'). The Mosaic
            binding authority agreement under which this section is written."
          example: AGR0000159
        agreementActivity:
          type: string
          description: "**Required.** Agreement activity code (e.g. 'AGR0000159-22-01').
            The specific year/version of the agreement activity."
          example: AGR0000159-22-01
        agreementSection:
          type: string
          description: "**Required.** Agreement section identifier (e.g. '1'). Identifies
            the section within the agreement activity."
          example: "1"
```
