Inserção de Documentos
Request
ENDPOINT
/trade_receivables/BASE_URL/assignment/EXTERNAL_ID/asset/ASSET_EXTERNAL_ID/documentMETHOD
POSTRequest Body
{
"document_type":"ccb",
"document_b64": "aGVsbG8gd29ybGQgaWYgeW91IGRlY29kZWQgbWUsIGJlIGNhcmVmdWwuIEl0IG11c3QgYmUgYSBQREYgRmlsZSBvdGhlcndpc2UgSSB3aWxsIHJhaXNlIGFuIEVycm9yLg=="
}
Body Params
Campo | Tipo | Descrição |
---|---|---|
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"
}