---
title: "Download receivables by ID"
method: POST
path: "/receivables-download"
tags: ["Receivable"]
---

# Download receivables by ID

`POST /receivables-download`

#		Download receivables by ID
>*	Download the receivables by passing one or more id
>>*	Baixe os recebíveis passando um ou mais ID

## Request body

- DomainDownloadReceivablesInput
  - `receivable_id` integer[], required

## Response `200`

Encoded file return | Retorno de arquivo codificado

- DomainReceivableDownloadByID
  - `file` string

## Other responses

- `400` — Validation error in the parameters | Erro de validação nos parâmetros
- `401` — Unauthorized | Não autorizado
- `403` — Forbidden | Proibido
- `500` — General errors, internal server error, etc... | Erros gerais, erro interno do servidor, etc...

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
