Inserção de Documentos
Request
ENDPOINT
/asset_amendment/fund_class/FUND_CLASS_KEY/amendment_configuration/AMENDMENT_CONFIGURATION_KEY/asset_amendment/ASSET_AMENDMENT_KEY/documentMÉTODO
POSTRequest Body
{
"document_type":"amendment_term",
"document_b64": "aGVsbG8gd29ybGQgaWYgeW91IGRlY29kZWQgbWUsIGJlIGNhcmVmdWwuIEl0IG11c3QgYmUgYSBQREYgRmlsZSBvdGhlcndpc2UgSSB3aWxsIHJhaXNlIGFuIEVycm9yLg=="
}
Body Params
Campo | Tipo | Descrição |
---|---|---|
document_type * | string | Tipo do documento (sempre amendment_term). |
document_b64 * | string | Deve ser o binário do arquivo, em PDF, encodado em Base64. |
Response
STATUS
201Response Body
{
"document_key": "8e515a17-8b4d-49a3-aed6-47c9574e426a"
}