1
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 will see that the correct type is `date`.

I will write a small script that automatically updates the yaml which can be found in our open-source client: https://github.com/tcorp-bv/business-central-api-go
Category: Development
STATUS DETAILS
Needs Votes

Comments

T

https://gist.github.com/toonsevrin/919e327bc5cd9eabc0fe6e05f699bb2f here's the python script.

Category: Development