---
title: "Dodaje pozycję do faktury korygującej"
method: POST
path: "/corrects_lines"
tags: ["Dokumenty - Faktury korygujące"]
---

# Dodaje pozycję do faktury korygującej

`POST /corrects_lines`

Tworzenie nowej pozycji na fakturze

## Request body

- CorrectLineRequest — Struktura pozycji na fakturze
  - `correct_id` integer — Identyfikator korekty
  - `discount` integer — Rabat
  - `name` string — Nazwa pozycji
  - `price_gross` number — Cena jednostkowa brutto
  - `price_net` number — Cena jednostkowa netto
  - `quantity` integer — Ilość sztuk
  - `vat` integer — Stawka VAT

## Response `200`

Sukces

- object
  - `id` integer

## Other responses

- `401` — Błąd autoryzacji

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
