softwerkab / fortnox-csharp-api-sdk

.NET SDK for Fortnox API.
MIT License
52 stars 64 forks source link

Add VAT code property to AccountSubset #191

Closed Sharparam closed 3 years ago

Sharparam commented 3 years ago

Verified as being part of the data by calling the API, and is also listed in the docs here: https://apps.fortnox.se/apidocs#operation/list_AccountsResource

It seems the docs at "apps.fortnox.se" are the most up to date ones. In the old(?) docs at https://developer.fortnox.se/documentation/resources/accounts/#List-all-accounts you can see VATCode is missing, despite being in the response when calling the API.

There may be other properties missing due to this mismatch in API docs.

richardrandak commented 3 years ago

Hi! Yes, you are right, the "app.sofrtnox.se/apidocs" is the new documentation. The "old" one is no longer updated as far as I understand... but still, I don't feel any of them is reliable enough :)

Anyway, thank you for the contribution.