Skip to main content

Daily position summary in EXCEL

Request

ENDPOINT
/bank_slip/duplicates_balance_excel
METHOD
GET
Attention

The response body of this request will be an Excel file encoded in base64.

Query params

FieldTypeDescriptionCharacters
beneficiary_keystringBeneficiary identification key (mandatory if there is no requester_profile_code).UUID key
requester_profile_codestringPortfolio code (mandatory if there is no beneficiary_key).10
expiration_datedateMaximum due date (Format YYYY-MM-DD).10

Response

STATUS
200
Response Body

The response of this request will be a Excel(xlsx) file encoded with base64

STATUS
400
Response Body

{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}