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
Example request
{
"type": "xml/credit_summary",
"document_id": "5004c4c8f24b4c4990a646b740647e09cdoc"
}Response
No Content