---
title: "Criar conta a receber"
method: POST
path: "/contas-receber"
tags: ["Contas a receber"]
---

# Criar conta a receber

`POST /contas-receber`

## Request body

- CriarContaReceberRequestModel — 
  - `data` string, nullable
  - `dataVencimento` string, required
  - `valor` number, float, required
  - `numeroDocumento` string, nullable
  - `contato` ContatoRequestModel, required — 
    - `id` integer, nullable
  - `historico` string, nullable
  - `categoria` CategoriaRequestModel — 
    - `id` integer, nullable
  - `dataCompetencia` string, nullable
  - `formaRecebimento` integer, nullable
  - `ocorrencia` 'U' | 'W' | 'Q' | 'M' | 'T' | 'S' | 'A' | 'P', nullable — - U - Unica - W - Semanal - Q - Quinzenal - M - Mensal - T - Trimestral - S - Semestral - A - Anual - P - Parcelada
  - `diaVencimento` integer, nullable
  - `diaSemanaVencimento` integer, nullable
  - `quantidadeParcelas` integer, nullable

## Response `200`

OK

- CriarContaReceberResponseModel — 
  - `id` integer

## 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)
