FortnoxAB / csharp-api-sdk

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

No SIE Import API since 3.0.0 #251

Open simsod opened 1 year ago

simsod commented 1 year ago

Hi, I recently inherited some old code that used the 3.0.0(!) version of the SDK. The code used the SIEConnector.ImportSIE(...) functionality that existed back then. This was removed in 3.1.0, and I cant seem to find any documentation about how import/upload of SIE is supposed to work in newer versions?

Should I find another route (ex. email to inbox) for this, or can this be done via the File Attachament apis somehow? I did note that there is no SIE import endpoint documented in the REST api either. So this might be something that was simply removed from the Fortnox API alltogether?

(Sorry for raising an issue for this, tried asking in "Diskcussions" but no response over there)

richardrandak commented 1 year ago

Hi! Sorry for late answer, i have been really busy these days. I remember removing that functionality since it was not in the documentatio, not even the older one. Did it still worked with the old nuget? If yes, i could add it to the new one again.

You could also ask the support whether the API for it is actually supported.

simsod commented 1 year ago

Thanks for answering! I don´t really know if it worked with the old nuget, since I upgraded it immediately due to the fact that the older solution used the old constant API-key authentication flow and I started with replacing that with the OAuth flow.

I´d have to revert/check out the old one, get the new auth in place and then try it out.

I´ll start with contacting support regarding wether or not it´s supported.