Daily position summary in EXCEL
Request
ENDPOINT
/bank_slip/duplicates_balance_excelMETHOD
GETAttention
The response body of this request will be an Excel file encoded in base64.
Query params
Field | Type | Description | Characters |
---|---|---|---|
beneficiary_key | string | Beneficiary identification key (mandatory if there is no requester_profile_code). | UUID key |
requester_profile_code | string | Portfolio code (mandatory if there is no beneficiary_key). | 10 |
expiration_date | date | Maximum due date (Format YYYY-MM-DD). | 10 |
Response
STATUS
200Response Body
The response of this request will be a Excel(xlsx) file encoded with base64
STATUS
400Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}