---
title: "Inserir Lançamento"
method: POST
path: "/v1/accounting-posting/create"
tags: ["Lançamento para Parceiros"]
---

# Inserir Lançamento

`POST /v1/accounting-posting/create`

Utilize esse endpoint para inserir um lançamento para uma loja:

## Request body

- object
  - `facilitator_id` integer
  - `seller_id` integer, required
  - `accounting_posting_type_code` string, required
  - `movement_type_code` string, required
  - `date` string, required
  - `amount` number, required
  - `reason` string, required

## Response `200`

Success

- object
  - `accounting_posting_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio.md) · [All operations](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bs2/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/revisions/989ddf3f68cd/schema)
