Dokumenty - Paragony korygujące
Tworzy paragon korygujący
Tworzenie nowej korekty paragonu
post/receiptcorrects
Request body
Example request
{
"bdo_number": "09175912365",
"buyer": {
"address": "ul. Testowa 14",
"city": "Warszawa",
"country": "PL",
"email": "test@sellasist.pl",
"name": "Jan Testowy",
"nip": "822-19-90-318",
"phone": "123456789",
"postcode": "05-075"
},
"currency": "PLN",
"issue_date": "2026-07-20",
"lines": [
{
"discount": 15,
"name": "Szafka",
"price_gross": 12.3,
"price_net": 10,
"quantity": 3,
"vat": 23
}
],
"number": "KO/1/1",
"order_id": 123,
"package_number": "A201297929",
"payment_method": "Przelew",
"receipt_id": 123,
"sale_date": "2026-07-20",
"seller": {
"address": "ul. Testowa 14",
"bank_name": "Alior",
"bank_number": "0000 0000 0000 0000 0000 0000",
"city": "Warszawa",
"country": "PL",
"name": "Jan Testowy",
"nip": "822-19-90-318",
"postcode": "05-075"
},
"total": 39.99
}Response
Sukces
Example response
{
"id": 20
}Changes
No recorded changes to this endpoint across all 1 revision of this API.