Skip to main content

Inserção de Documentos

Request

ENDPOINT
/asset_amendment/fund_class/FUND_CLASS_KEY/amendment_configuration/AMENDMENT_CONFIGURATION_KEY/asset_amendment/ASSET_AMENDMENT_KEY/document
MÉTODO
POST
Request Body
{
"document_type":"amendment_term",
"document_b64": "aGVsbG8gd29ybGQgaWYgeW91IGRlY29kZWQgbWUsIGJlIGNhcmVmdWwuIEl0IG11c3QgYmUgYSBQREYgRmlsZSBvdGhlcndpc2UgSSB3aWxsIHJhaXNlIGFuIEVycm9yLg=="
}

Body Params

CampoTipoDescrição
document_type *stringTipo do documento (sempre amendment_term).
document_b64 *stringDeve ser o binário do arquivo, em PDF, encodado em Base64.

Response

STATUS
201
Response Body
{
"document_key": "8e515a17-8b4d-49a3-aed6-47c9574e426a"
}