👍

New Property on DeliveryDate

The new property delivery date has been added. Validation will be added to quotes which means that it’s not possible to select a DeliveryDate that is before the actual QuoteDate.
This provides increased security for you who are quoting.

Changelog

  • New property DeliveryDate added to the QuoteAPI entity.

New property on DueDate

by Daniel Jonsson
👍

New property: DueDate

DueDate is now exposed on customerInvoiceDrafts.

Changelog

Affected endpoints:
GET v2/customerinvoicedrafts
GET v2/customerinvoicedrafts/{id}
POST v2/customerinvoicedrafts
PUT v2/customerinvoicedrafts/{id}

New property on Quote

by Henric Ström
👍

New property on Quote

DeliveryDate has been added to the Quote model. Proper validation error will be thrown if the delivery date is earlier than the quote date.

Changelog

  • Added: DeliveryDate to the QuoteAPI model.
📘

Fixed filtering issue with PaymentStatus

On CustomerInvoiceAPI there were previously a issue when filtering on PaymentStatus. It's now fixed and can be filtered accordingly.

Changelog

  • Fixed: Filtering issue with PaymentStatus.
👍

New filter type for GET /v2/articles

In order to filter on article account coding type we've added a filterable property called CodingType. Filter on value 1 or 2 for Goods or Service.

Changelog

  • Added: Filterable property CodingType to GET /v2/articles endpoint. 1 = Goods, 2 = Service.
👍

New property on Customers

UnpaidInvoicesAmount has been added to display the value of unpaid customer invoices for the given customer.

Changelog

  • Added: UnpaidInvoicesAmount to the CustomerApi model. It's read-only.

New property on Accounts

by Henric Ström
👍

New property on Accounts

CreatedUtc was previously missing from the endpoints specified below. It's read-only.

Changelog

  • Added: CreatedUtc to AccountAPI model.
👍

New endpoints: InventoryItems

You are now able to get information about booked inventory items (also known as fixed assets) from the API. Read more about how the functionality works within eAccounting here .

Changelog

  • Added: GET /v2/inventoryitems
  • Added: GET /v2/inventoryitems/{id}