Business Trade Finance

Add document to a Trade Finance application

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.

post/v1/businesses/{business_id}/trade_finance_applications/{id}/documents

Path parameters

business_idstring required

ID of the business that submitted the application.

idstring required

ID of the Trade Finance application.

Request body

type'pdf/bwa_susa' | 'pdf/complete_annual_statements' | 'pdf/signed_contract' | 'xml/credit_summary' | 'xml/creditreform_wirtschaftsauskunft' required

MIME type of the file

document_idstring required

The ID of the uploaded document

Example request

{
  "type": "xml/credit_summary",
  "document_id": "5004c4c8f24b4c4990a646b740647e09cdoc"
}

Response

No Content