No access

8 May 2024

v0.3.5

Sandbox
v0.3.5

Added

  • Added shipping_date for order INDEX endpoint.

Fixed

  • Removed prefix from reference in order INDEX endpoint.

16 April 2024

v0.3.4

Sandbox Production
v0.3.4

Added

  • Added volume discount endpoint
  • Added automatic price calculation in order line endpoint
  • Added filter for customer INDEX to filter on multiple customer uuid's.
  • Added filter for supplier INDEX to filter on multiple supplier uuid's.
  • Added search for customer INDEX to search on code or company.
  • Added search for supplier INDEX to search on code or description.

18 April 2024

v0.3.3

Sandbox Production
v0.3.3

Added

  • Added filter for product INDEX to filter on multiple product uuid's.

09 April 2024

v0.3.2

Sandbox Production
v0.3.2

Added

  • Extended API documentation online.

5 April 2024

v0.3.1

Sandbox
v0.3.1

Changed

  • Some fields are no longer required in the POST and PUT of the order endpoint. These fields are now optional: store_order_id (default null), is_webshop_order (default false), is_paid (default false) and order_reference (default empty string).

Fixed

  • Fixed a bug where the product endpoint did not properly create a product code
  • Fixed a bug where the customer endpoint did not properly create a company code

22 March 2024

v0.3.0

Sandbox Production
v0.3.0

Added

  • Started fase 2. This means that all POST, PUT and PATCH endpoints on sandbox are now also available on production.

18 March 2024

v0.2.10

Sandbox Production
v0.2.10

Added

  • Added filtering on barcode for product endpoint
  • Added INDEX and GET for purchase dropship orders

13 March 2024

v0.2.9

Sandbox Production
v0.2.9

Added

  • Improved endpoint logging efficiency

Changed

  • Removed several obselete properties from product packaging endpoint

Fixed

  • Fixed bug for orders vat rate
  • Fixed documentation for parts in product endpoint

28 Februari 2024

v0.2.8

Sandbox Production
v0.2.8

Added

  • Added validation for vat_type in orders

Changed

  • Changed all timezones to Europe/Amsterdam. This will be visible for all created_at and updated_at properties
  • Changed validation for orderLines with type product. The product_id and quantity are now required. The vat_rate is no longer required and will be filled with the vat_rate of the product

Fixed

  • Fixed vat_rate validation on orders when a customer didn't have a vat_number
  • Fixed pagination bug when the next was empty. Offset is now always a multiple of limit, or 0
  • Fixed validation for sorting and filtering.

30 January 2024

v0.2.7

Sandbox Production
v0.2.7

Added

  • In the POST or PUT in the product endpoint, the product code is no longer required. When not given, it is automatically generated

Changed

  • Changed the delivery time from/to for the orders endpoint. They are now required and only accept quaters of an hour
  • The orderline list now returns all orderline properties

Fixed

  • Fixed the return value of exchange rate in the order endpoints
  • Fixed documentation for user defined fields for products
  • Fixed documentation for customer discount agreements. The POST and PUT require a product_id and not a product resource.
  • Fixed error message of descriptions. It sometimes gave a wrongly formatted language.

10 January 2024

v0.2.6

Sandbox Production
v0.2.6

Added

  • All filters now have a maximum length of 50 characters
  • In the POST or PUT in the product endpoint, the code is now validated against a whitelist of allowed characters
  • In the POST of a customer endpoint, code is no longer required. When not given, it is automatically generated

Changed

  • Improved 403 errors to include explanation of the error
  • Changed the email to email_general in the sorting of a supplier list
  • Description in the product list endpoint is now returned as an object

Fixed

  • Fixed an issue where 401 errors were not logged in the API insights
  • Made sure that required uuid's are properly validated
  • Fixed an issue where article_number was not saved for manual orderlines

4 December 2023

v0.2.5

Sandbox Production
v0.2.5

Changed

  • Removed the user_id property from the Orders endpoints since this is not used

Fixed

  • The customer_contact_id, price_nett_id and price_group_id properties in the SalesOrders and Quotations endpoints are now nullable
  • The supplier_contact_id property in the PurchaseOrders endpoint is now nullable

14 November 2023

v0.2.4

Sandbox Production
v0.2.4

Added

  • Added the Quotations endpoint
  • Added the quotation acceptation url as a property in the response of the quotations endpoint
  • Added the ProductImages endpoint
  • Added the in_pricelist filter to the products INDEX endpoint
  • Added validation for multiple languages in description fields. Because of this the structure for a POST or PUT request in those field is slightly changed. See the Swagger docs for an updated example.

Changed

  • Removed the logistic_user_id and transporter_id properties from the SalesOrders endpoint since these are not used

Fixed

  • Added max character length validation to the different languages inside a description object
  • Orders created through the orders endpoints now all have get a unique order number
  • User defined fields in the product resource are now filled with data
  • It is not possible anymore to create multiple main suppliers through the ProductSupplier endpoint. When creating a new main supplier, the old main supplier is automatically demoted to a regular supplier
  • The order lines POST and PUT requests now accept negative quantities

10 October 2023

v0.2.3

Sandbox Production
v0.2.3

Changed

  • Changed the urls for the invoice endpoints to make it more in line with the current naming of endpoints. See our Swagger documentation for the changes.

2 October 2023

v0.2.2

Sandbox Production
v0.2.2

Added

  • Added the quotation order type to the orders and order_lines endpoints
  • Added the possibility to filter on customer_code in the customers INDEX endpoint
  • Added the possibility to filter on product_code in the products INDEX endpoint
  • Added the possibility to filter on supplier_code in the suppliers INDEX endpoint
  • Added a few missing properties to the tradenames endpoint
  • Added filtering on the created_at and updated_at properties for all endpoints
  • Added sorting on the created_at and updated_at properties for all endpoints where it was still missing

Changed

  • Changed warehouse filters that were in camel case to snake case
  • Updated the documentation for all endpoints to display all properties and filters in snake case
  • Removed the conditions property from the tradenames POST endpoint since this was not used
  • Changed the max length of the visiting_city and postal_city properties from 50 to 100 in the tradenames endpoint

Fixed

  • Fixed an issue where the validation did not validate if the posted currency_id was enabled

20 September 2023

v0.2.1

Sandbox Production
v0.2.1

Added

  • Stock is now updated when deleting a sales order
  • Stock is now updated when creating, updating or deleting a sales order line
  • Added missing sorting options for created_at and updated_at in the Swagger documentation for the PriceGroup INDEX endpoint
  • Added missing sorting options for created_at and updated_at in the Swagger documentation for the PriceNett INDEX endpoint

Changed

  • Removed the is_active filter from the Location INDEX endpoint since this was not used
  • Disabled the ProductImage endpoint since this is not implemented yet

Fixed

  • The CustomerPriceAgreement endpoint now correctly returns a filled created_at after making a successful POST request
  • Fixed a bug where a filtered list (when filtered by an id of another resource) would set an invalid id for the returned resources.

15 September 2023

v0.2.0

Sandbox Production
v0.2.0

Changed

  • Major changes introduced for the Visma Connect setup and token retrieval. We dropped support for interactive application types and we introduced support for non-interactive application types (service applications) in Visma Connect. You can now retrieve an access token without having to authorize the request and refresh tokens are no longer needed to retrieve access tokens without user interaction. See our documentation page on how to setup a new application (of the type service) in Visma Connect and how to retrieve an access token.

8 September 2023

v0.1.2

Sandbox Production
v0.1.2

Changed

  • Removed the favourite property and filter from the Suppliers endpoint, since this was not used
  • Removed the discount property from the Suppliers endpoint, since this was not used
  • Removed the price_group_rows property from the PriceGroup INDEX endpoint. This property should be fetched from the PriceGroup GET endpoint
  • Removed the price_nett_rows property from the PriceNett INDEX endpoint. This property should be fetched from the PriceNett GET endpoint

Fixed

  • Added the order_type parameter to the order_lines endpoints in the Swagger documentation
  • Added missing created_at and updated_at properties to the PriceGroups endpoints
  • Added missing created_at and updated_at properties to the PriceNett endpoints

1 September 2023

v0.1.1

Sandbox Production
v0.1.1

Added

  • Added the ExchangeRate GET endpoint
  • Added the Invoice INDEX and GET endpoints
  • Added the ProvisionalInvoice INDEX and GET endpoints
  • Added the purchase order type to the order endpoints
  • OrderLine endpoints are now also compatible with the purchase order type
  • Added the ColliPackaging INDEX, POST, GET, PUT and DELETE endpoints

Changed

  • The order endpoints are now prefixed with an order type.

Fixed

  • The currency_id is now automatically set after creating or updating an order line
  • Added missing created_at and updated_at properties to a lot of endpoints
  • Fixed sorting on created_at and updated_at properties in a few endpoints