Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLAccount sync no longer provides DeductibilityPercentages #652

Open
olia-bn opened this issue Aug 6, 2024 · 3 comments
Open

GLAccount sync no longer provides DeductibilityPercentages #652

olia-bn opened this issue Aug 6, 2024 · 3 comments

Comments

@olia-bn
Copy link

olia-bn commented Aug 6, 2024

It seems that the sync endpoint to GLAccounts no longer provides DeductibilityPercentages

https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SyncFinancialGLAccounts

Requesting the endpoint with this property will result in an exception:

Error 400: Type 'Exact.Web.Api.Models.GLAccountSync' does not have a property named 'DeductibilityPercentages'

@DannyvdSluijs
Copy link
Contributor

I can confirm that Exact Online has removed the DeductibilityPercentages from the documentation for the Sync GLAccounts. See https://github.com/DannyvdSluijs/ExactOnlineRestApiReference/pull/161/files.

@olia-bn
Copy link
Author

olia-bn commented Aug 12, 2024

I've received the following confirmation / explanation from Exact support

Thank you for your question.

The DeductibilityPercentages is no longer available in the sync API, because if you used this correctly you should do an expand for this field. The expand would give an error. The error is because the timestamp for the GLAccounts might be different from the timestamp for the DeductibilityPercentages.

I have asked the developers to create a releasenote for this. So sorry they didn't create a releasenote upfront for this change.

@DannyvdSluijs
Copy link
Contributor

See #656 for a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants