ISSUE: OpenAPI v1.0 specification uses date-time instead of time
The openapi specification wrongly uses the `date-time` format everywhere for it's Date objects. Because the API expects YYYY-MM-DD for these fields, our generated clients fail to update these objects. Please take a look at https://swagger.io/docs/specification/data-models/data-types/, where you ...
STATUS DETAILS
Needs Votes
API ERROR with create a salesCreditMemoLine that already exist
This is probably the wrong place to report this but when you create a new salesCrediMemoLine while the line already exists, you receive the error code "Application_DialogException" instead of "Internal_EntityWithSameKeyExists", it should be the latter (as that semantic is used in the rest of the ...
STATUS DETAILS
New