upload_trade_document
Upload an invoice or proof of settlement document to a specific trade by providing the trade UUID, document category, file details, and base64-encoded content.
Instructions
Uploads an invoice or proof of settlement document for a trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trade_uuid | Yes | UUID of the trade | |
| category | Yes | Document category | |
| file_name | Yes | File name including extension | |
| content_type | Yes | MIME type (e.g. application/pdf, image/png) | |
| file_base64 | Yes | Base64-encoded file content |