Daily position report 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 (required if there is no requester_profile_code). | uuid key |
requester_profile_code | string | Wallet code (required if there is no beneficiary_key). | 10 |
expiration_date | date | Maximum expiration date (Format YYYY-MM-DD). | 10 |
Response
STATUS
200Response Body
O body de resposta desta request será um arquivo excel encodado em base64.
STATUS
400Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}