Send Collateral Document
Introduction
This resource aims to send us the document related to the formalization 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. See example below.
As output, a collateral_document_key will be delivered. The collateral_document_key is used to identify the collateral document sent.
Request
ENDPOINT
/quota_lock/investor/INVESTOR_KEY/quota_lock/QUOTA_LOCK_KEY/collateral/COLLATERAL_KEY/documentMÉTODO
POSTSTATUS
201Request body
Request Body
{
"document_type": "collateral_contract",
"document_b64" : "B64"
}
Response
Response Body
{
"collateral_document_key": "UUID"
}