added
2025-04-11
April 11th, 2025
Release to introduce Items and use of items on invoices as well as some smaller improvements to invoices.
Introducing Items
We have improved invoicing by making it possible to manage
Items
and reference them on invoicelineItems
API Improvements
unitType
is now available on InvoicelineItems
itemRef
add to invoicelineItems
to use value from the Item
API operations added
POST companies/{companyId}/items
- Create an itemGET companies/{companyId}/items
- Get all itemsGET companies/{companyId}/items/{itemId}
- Get an itemPUT companies/{companyId}/items/{itemId}
- Update an itemDELETE companies/{companyId}/items/{itemId}
- Remove an item
Known issues
Issue with invoice dates and customer payment terms
There's an issue with invoice dates that makes the dates change when opening an invoice, created through the Bokio API, in the app. The dates will when invoice is opened in the app changes to the match the customer payment terms. We are actively working on a fix for this issue and hope to resolve it soon.