πŸ“˜

Fixed issues with pricelist

We have fixed a bug for sales invoice drafts, so that when the price on the row is zero and ReplaceUnitPriceWhenZero is true, the price is taken from the sales pricelist the customer uses (if the company uses pricelists).

We have added the ReplaceUnitPriceWhenZero property for sales invoices as well.

Endpoints affected

GET /v2/customerinvoices
POST /v2/customerinvoices
GET /v2/customerinvoices/{invoiceId}

πŸ‘

New endpoints for SalesDocumentAttachmentsV2

Endpoints affected

GET /v2/salesdocumentattachments
GET /v2/salesdocumentattachments/{attachmentId}
POST /v2/salesdocumentattachments/order
POST /v2/salesdocumentattachments/quote
DELETE /v2/salesdocumentattachments/order/{orderId}/{attachmentId}
DELETE /v2/salesdocumentattachments/quote/{quoteId}/{attachmentId}

πŸ‘

We have added new endpoints for OrdersV2.

Endpoints affected

POST /v2/orders/{id}/converteddrafttoorder
POST /v2/orders/{id}/completed
POST /v2/orders/{id}/voided
POST /v2/orders/{id}/email

πŸ‘

New properties regarding E-invoices

We have added adresses for E-invoices as properties in /v2/CompanySettings

Endpoints affected

/v2/CompanySettings

New properties added

CompanyScanningAddress and CompanyEmailForUpload (read-only)

πŸ‘

New property on CustomerInvoiceDraftRowApi and CustomerInvoiceRowApi

We've added Amount as a read-only property on CustomerInvoiceDraftRowApi and CustomerInvoiceRowApi

Endpoints affected:

/v2/customerinvoicedrafts
/v2/customerinvoices