Dataloy API 2.0 Release Notes
10. April 2015
With great pleasure, Dataloy presents API 2.0.
Highlights of this Release:
- Thank you for all your issues and votes. Keep logging issues to help us keep improving!
Highlights of Dataloy API 2.0
Use Datatype Double in the Dataclasses Instead of Float
In the new API 2.0 version precision for decimal numbers has been increased.
Date Format Changed to Conform ISO 8601
The date format has been changed to conform ISO 8601, i.e. by inserting a T between date and time instead of the previous space.
Old format: yyyy-dd-MM hh:mm:ss
New format: yyyy-dd-MMThh:mm:ss
Example:
Old format: 2015-01-01 00:00:00
New format: 2015-01-01T00:00:00
IMPORTANT: All users of Dataloy API must change their programs to the same format or the integration between Dataloy API and their programs will not work.
Link and Unlink Existing Bank Accounts to Existing Business Partner
It is now possible to link existing bank accounts to a business partner by using the following urls:
- /BusinessPartner/{business partner key}/BankAccount/{bank account key}/link
- /BusinessPartner/{business partner key}/BankAccount/{bank account key}/unlink
More information: /BusinessPartner