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

Can't add a TaxCode, URL SDK is using is incorrect #317

Open
eswann opened this issue Aug 17, 2023 · 0 comments
Open

Can't add a TaxCode, URL SDK is using is incorrect #317

eswann opened this issue Aug 17, 2023 · 0 comments

Comments

@eswann
Copy link

eswann commented Aug 17, 2023

It looks like the URL is just wrong to add a Tax Code. The SDK SHOULD be sending the request to:
POST /v3/company/[realmId]/taxservice/taxcode?minorversion=40

At least, that's what the docs say.

But it appears that it is leaving the taxcode segment off of the url. Instead, it's posting to:
POST /v3/company/[realmId]/taxservice?minorversion=40
and not finding a resource there.
We are using version 8.1 because the Serilog issues are preventing us from upgrading...but it appears that the same issue is present even in 14.x.

I have manually set the URL to the correct URL while debugging and the request works when I append "/taxcode" to the end of the URL.

@eswann eswann changed the title Can't add a TaxCode Can't add a TaxCode, URL SDK is using looks incorrect Aug 17, 2023
@eswann eswann changed the title Can't add a TaxCode, URL SDK is using looks incorrect Can't add a TaxCode, URL SDK is using is incorrect Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant