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

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

# SectionAgreement

Agreement reference for a quote section.

## 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:
    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"
```
