---
title: "Submit Document"
method: POST
path: "/businesses/{business_id}/submit_document"
tags: ["Businesses"]
deprecated: true
---

# Submit Document

`POST /businesses/{business_id}/submit_document`

> **Deprecated.**

**⚠️ DEPRECATED**: This endpoint is deprecated. Please use the new unified `/submit_document` endpoint instead, which supports both person and business documents through a discriminated union approach.

See [Submit Document](/reference/submit_document_upload) for the replacement endpoint.

## Path parameters

- `business_id` string, required — A business identifier.

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Request body

- BusinessDocumentUploadRequest
  - `document` 'articles_of_association' | 'commercial_register_extract' | 'shareholder_list', required — A category describing the a business document: <ul> <li><code>articles_of_association</code> <li><code>commercial_register_extract</code> <li><code>shareholder_list</code> </ul>

## Response `201`

Successful Response

- BusinessDocumentUploadResponse
  - `document` 'articles_of_association' | 'commercial_register_extract' | 'shareholder_list', required — A category describing the a business document: <ul> <li><code>articles_of_association</code> <li><code>commercial_register_extract</code> <li><code>shareholder_list</code> </ul>
  - `upload_url` string, required — A URL to upload the business document. Use this URL to upload a document with the HTTP method `PUT` and the content type header set to `application/pdf`.
  - `expires_at` string, date-time, required — The expiry date for the upload link. Please only create upload links for immediate uploads.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

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