Dataloy API 2.0 Release Notes
10. April 2015
With great pleasure, Dataloy presents API 2.0.
Highlights of Dataloy API 2.0
In the new API 2.0 version precision for decimal numbers has been increased.
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.
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