---
title: "Baixar uma conta a receber"
method: POST
path: "/contas-receber/{idContaReceber}/baixar"
tags: ["Contas a receber"]
---

# Baixar uma conta a receber

`POST /contas-receber/{idContaReceber}/baixar`

## Path parameters

- `idContaReceber` integer, required

## Request body

- BaixarContaReceberModelRequest — 
  - `contaDestino` ContaContabilRequestModel — 
    - `id` integer
  - `data` string, nullable
  - `categoria` CategoriaRequestModel — 
    - `id` integer, nullable
  - `historico` string, nullable
  - `taxa` string
  - `juros` string
  - `desconto` string
  - `valorPago` number, float
  - `acrescimo` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/versions/c351400bb11f/schema)
