Dokumenty - Faktury korygujące

Dodaje pozycję do faktury korygującej

Tworzenie nowej pozycji na fakturze

post/corrects_lines

Request body

correct_idinteger

Identyfikator korekty

discountinteger

Rabat

namestring

Nazwa pozycji

price_grossnumber

Cena jednostkowa brutto

price_netnumber

Cena jednostkowa netto

quantityinteger

Ilość sztuk

vatinteger

Stawka VAT

Example request

{
  "correct_id": 1,
  "discount": 15,
  "name": "Szafka",
  "price_gross": 12.3,
  "price_net": 10,
  "quantity": 3,
  "vat": 23
}

Response

Sukces

idinteger

Example response

{
  "id": 20
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.