---
title: "Creates a new agreement for a client"
method: POST
path: "/v{version}/Clients/agreements"
tags: ["Clients"]
---

# Creates a new agreement for a client

`POST /v{version}/Clients/agreements`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- ClientsContractsCommandsCreateClientAgreementsResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ClientsContractsCommandsClientAgreementsResponse
    - `agreementId` integer
    - `wereAnyDocumentFilesHandled` boolean

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/revisions/bcdbca776df0/schema)
