---
title: "Додати ТТН до угоди"
method: POST
path: "/agreements/{agreement_id}/deliveries"
tags: ["Agreements"]
---

# Додати ТТН до угоди

`POST /agreements/{agreement_id}/deliveries`

**Метод додає існуючу ТТН до угоди.** <br/>Використовується перший увімкнений акаунт Нової Пошти.**

## Path parameters

- `agreement_id` integer, required

## Request body

- object
  - `ttn` integer, required — Номер ТТН

## Response `201`

Успішно створено

- CreatedResponse
  - `id` integer — Ідентифікатор сутності
  - `created_at` string — Дата та час створення
  - `updated_at` string — Дата та час оновлення

## Other responses

- `401` — Невірний APIKey
- `422` — Помилка валідації

---

[API](https://skmtc.dev/keepincrm/apis/keepincrm-api.md) · [All operations](https://skmtc.dev/keepincrm/apis/keepincrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keepincrm/keepincrm-api/revisions/d0be1723749a/schema)
