Skip to content

FixDocumentItem

Data of the original document item will be updated with values inside of this object.
Only non-null values will be changed.

Properties

Name Type Required Description Example
name string If not null, original item's name will be replaced with this value. "Actual item name"
voucherNumber string If not null, original item's voucher will be replaced with this value. Keep in mind, that the original voucher number cannot be erased. "123456"
seller Seller
referenceDocumentId string If not null, referenceDocumentId of the original item will be replaced with this value. Keep in mind, that the original referenceDocumentId cannot be erased. "123"
quantity number If not null, original item's quantity will be replaced with this value. 2
vatRate string (23% | 20% | 19% | 10% | 5% | 0% | Suma) Vat rate definition:

- VAT_20: Basic vat rate (up to 2024)
- VAT_10: Reduced vat rate (up to 2024)
- VAT_0: Zero or no vat rate (eg. for packing refunds)
- VAT_23: Basic vat rate (from 2025 onwards)
- VAT_19: Reduced vat rate (from 2025 onwards)
- VAT_5: Second reduced vat rate (from 2025 onwards)
- TOTAL: VAT totals (only internal usage)
specialRegulationChange SpecialRegulationChange Indicates how specialRegulation should be changed.

[Back to Model list] [Back to API list] [Back to README]