softwerkab / fortnox-csharp-api-sdk

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

VoucherSeries property "Year" shouldn't be read-only #190

Closed ChocoWhoopies closed 2 years ago

ChocoWhoopies commented 3 years ago

According to https://apps.fortnox.se/apidocs#operation/create_VoucherSeriesResource the field "Year" is not read only

richardrandak commented 3 years ago

It also does not say that URL property is read-only, but naturally, it is..

Anyway, Year is definitely read-only. See the picture.

Screenshot_8

richardrandak commented 3 years ago

However, seems there is a way to create the series in a specific year by an URL parameter.. this is currently not possible in the SDK, So, the issue is similar to #175

Screenshot_9