softwerkab / fortnox-csharp-api-sdk

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

RowId property missing in InvoiceRow #176

Closed johannesjonsson closed 3 years ago

johannesjonsson commented 3 years ago

The API has a property RowId in InvoiceRow under the resource Invoice, but the RowId isn't available in the SDK. Is there a reason for this? RowId looks like a unique identifier for the InvoiceRow and that would be useful.

richardrandak commented 3 years ago

Hello! The RowID was added just recently (2021-09-09) - https://developer.fortnox.se/blog/updating-document-rows-using-rowid/ So, the only reason for it not being in the SDK is that I did not have time to investigate the impact of these changes and implement it for the SDK. :)

johannesjonsson commented 3 years ago

Fair enough!

I checked the blog earlier but obviously missed that. Would be great to have RowID added when possible, thanks.