---
title: "Add document to a Trade Finance application"
method: POST
path: "/v1/businesses/{business_id}/trade_finance_applications/{id}/documents"
tags: ["Business Trade Finance"]
---

# Add document to a Trade Finance application

`POST /v1/businesses/{business_id}/trade_finance_applications/{id}/documents`

Attaches a previously uploaded document to the business's Trade Finance application. Note that you must upload the document using the `POST Upload a document for a business` endpoint.

## Path parameters

- `business_id` string, required
- `id` string, required

## Request body

- TradeFinanceAddApplicationDocumentRequest
  - `type` 'pdf/bwa_susa' | 'pdf/complete_annual_statements' | 'pdf/signed_contract' | 'xml/credit_summary' | 'xml/creditreform_wirtschaftsauskunft', required — MIME type of the file
  - `document_id` string, required — The ID of the uploaded document

## Response `204`

No Content

## Other responses

- `400` — Invalid request.
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/trade-finance.md) · [All operations](https://skmtc.net/solarisgroup/apis/trade-finance/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/trade-finance/revisions/42ed9890c4d2/schema)
