Changelog - 2026-03-02
about 20 hours ago by ReadMe CLI
API Version 2026-03-02
Changelog
- New field
invoice_lines[].base_quantity(decimal, defaults to 1) to support Price Base Quantity (BT-149), wherepricerepresents the price perbase_quantityunits. - New fields
tax_currency_code(ISO 4217 string) andtax_amount_in_tax_currency(decimal) for Tax Accounting Currency (BT-6 & BT-111) dual currency support. - New field
bank_accounts[].is_default(boolean) to mark one bank account per company as the default. - Directory lookup now returns
202 Acceptedwith a polling URL when a participant is found in Peppol SML but not yet in the local directory. POST /accounts/{account}/invoices,POST /accounts/{account}/invoices/import,POST /accounts/{account}/tax_reports,POST /accounts/{account}/tax_reports/import, andPOST /accounts/{account}/contactsnow return201 Createdinstead of200 OK.- Contact
is_providernow defaults totruewhen creating contacts via API. - Field
type_documentrenamed totype_codefor document type codes across formats (Peppol, CII, KSeF, FatturaPA). - Field
payments_on_accountis now visible inGET /invoices/{invoice} tin_schemeandcin_schemeare now returned as zero-padded 4-character strings (e.g.,"0007"instead of7).- All deprecated fields from v2025-10-13 have been removed.
taxcodequery parameter removed fromGET /accounts/{account}/invoices; use thequeryparameter withtin_value=<value>instead.- Received Facturae invoices with
correction_method: "01"now return the original value instead of incorrectly returning"02". - Polish invoices in EUR with BT-6/BT-111 tax currency data now correctly derive the exchange rate for KSeF reporting.
- New response header
X-B2B-API-Request-Idreturned on every logged API request for end-to-end tracing. - New read-only fields
annulled_by_idandcorrected_by_id(integer, nullable) on tax reports to reference the tax report that annulled or corrected the current one. - New KSeF-specific fields on tax reports:
payment_account_name(string),purchase_order_reference(string),sales_order_reference(string), andtax_inclusive_amount_before_allowances_and_charges(decimal). - New fields
tax_report_lines[].item_seller_identifierandtax_report_lines[].item_standard_identifier(string) on TicketBAI and KSeF tax report lines for seller-assigned and standard item identifiers. - New endpoint
DELETE /attachments/:idto delete an attachment.