Dokumenty - Faktury korygujące
Aktualizuje pozycję faktury korygującej
Aktualizacja pozycji na fakturze
put/corrects_lines/{line_id}
Path parameters
{"stackTrail":"paths:/corrects_lines/{line_id}:put:parameters:0:schema","oasType":"schema","type":"unknown"}
Identyfikator linii
Request body
Example request
{
"correct_id": 1,
"discount": 15,
"name": "Szafka",
"price_gross": 12.3,
"price_net": 10,
"quantity": 3,
"vat": 23
}Response
Sukces
Example response
{
"id": 20
}Changes
No recorded changes to this endpoint across all 1 revision of this API.