Release notes
2020r1.002.000
API version: v1.0.1
External reference cannot be cleared by BAPI
Within any POST and PUT call, if a an attribute is sent empty, WHATS'ON will clear that field. Previously, this was also possible with the external reference of a company.
Now, this is fixed. When no external reference is provided but the attribute is sent empty or null, we will ignore that tag and proceed as if there was no ID field (external reference) provided. This means that it should remain as is in a PUT call or return a new one in a POST call.
2019r3.003.000
API version: v1.0.1
Fix in server URL
Previously, the server URL to form the base path was defined in the YAML as http:////. This was incorrect.
From this version on, the URL has been fixed in the YAML: http://:/
2017r1.004.000
API version: v1.0.0
Addition of Company API
From this version on, it is possible to manage companies using the Company API.