Skip to main content

Send Asset Document


Introduction

This feature aims to send us the document of the asset that is the object of the collateral for which a quota lock is being requested

Input / Output:

As input, the document type and the base 64 of the document must be sent. Example below.

As output, an asset_document_key will be delivered. The asset_document_key is used to identify the asset document sent.

Request

ENDPOINT
/quota_lock/investor/INVESTOR_KEY/quota_lock/QUOTA_LOCK_KEY/collateral/COLLATERAL_KEY/asset/ASSET_KEY/document
MÉTODO
POST
STATUS
201

Request body

Request Body
{
"document_type": "asset_document",
"document_b64" : "B64"
}

Response

Response Body
{
"asset_document_key": "UUID"
}