Bookkeeping & Invoicing/eAccounting API news
June 24th, 2025 by Emelie Gasslander
Hey dev peeps! π
Summer is here, and so are the new updates in our API. Let's dive in!
π Added
- New endpoint:
GET /v2/backgrounds
. This endpoint lets you get all available document backgrounds.
- New property for
DocumentApi
. Affected endpoint:GET /v2/documents/{id}
.Title
- Represents the title or descriptive name of the document.
- New property for
CustomerInvoiceApi
. Affected endpoints:GET /v2/customerinvoices
,GET /v2/customerinvoices/{invoiceId}
,POST /v2/customerinvoices
,POST /v2/orders/{id}/convert
,POST /v2/quotes/{id}/converttocustomerinvoice
.BackgroundId
- Represents the identifier for the bakground image or tempalte used on the PDF printout.
- New property for
CustomerInvoiceDraftApi
. Affected endpoints:GET /v2/customerinvoicedrafts
,GET /v2/customerinvoicedrafts/{invoiceDraftId}
,POST /v2/customerinvoicedrafts
,PUT /v2/customerinvoicedrafts/{customerInvoiceDraftId}
,POST /v2/customerinvoicedrafts/{customerInvoiceDraftId}/convert
,POST/v2/quotes/{id}/converttocustomerinvoice
.BackgroundId
- Represents the identifier for the background image or template used on the PDF printout.
- New property for
QuoteApi
. Affected endpoints:GET /v2/quotes
,GET /v2/quotes/{id}
,POST /v2/quotes
,PUT /v2/quotes/{id}
,GET /v2/quoteDrafts
,GET /v2/quoteDrafts/{id}
,POST /v2/quoteDrafts
,PUT /v2/quoteDrafts/{id}
,PUT /v2/quoteDrafts/{id}/convert
.BackgroundId
- Represents the identifier for the background image or template used on the PDF printout.
- New property for
OrderApi
. Affected endpoints:GET /v2/orders
,GET /v2/orders/{id}
,POST /v2/orders
,PUT /v2/orders/{id}
,POST /v2/orders/{id}/converteddrafttoorder
,POST /v2/orders/{id}/completed
,POST /v2/orders/{id}/voided
,POST /v2/orders/{id}/backorder
,POST /v2/quotes/{id}/converttoorder
.BackgroundId
- Represents the identifier for the background image or template used on the PDF printout.
As always, if there're any questions, don't hesitate to reach out. Support π«.