Document Upload
This endpoint allows uploading documents associated with an operation. Such documents can be used in the collateral system to add accessory documents, in addition to the collateral instrument itself.
Document Upload (POST)
Request
ENDPOINT
/commercial_paper/uploadMETHOD
POSTRequest Body
{
"document_base64": "sringb64",
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
document_base64 * | string | Document content encoded in Base64. | Yes |
Response
STATUS
201Response Body
{
"document_key": "25dd10b8-7364-4abe-b0e8-0e419b04194b"
}
Response Body Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
document_key * | string | Unique key of the added document (UUID v4). | 36 |