We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/tenant/{tenantKey}/company should return Company object which has key and vat_number
/tenant/{tenantKey}/company
Company
key
vat_number
however the current sandbox implementation instead returns key and vatnr
vatnr
So current return is [{"vatnr":"SE9164xxxxxx01","key":"148585xxxx"}] but expected is [{"vat_number":"SE9164xxxxxx01","key":"148585xxxx"}]
is it the Company object that is incorrect for all cases, or is it the endpoint that should refer to a different object instead?
The text was updated successfully, but these errors were encountered:
Thanks @caspChristian for the report we'll look at it and will address it asap.
Sorry, something went wrong.
paolokivra
No branches or pull requests
/tenant/{tenantKey}/company
should return
Company
object which haskey
andvat_number
however the current sandbox implementation instead returns
key
andvatnr
So current return is
[{"vatnr":"SE9164xxxxxx01","key":"148585xxxx"}]
but expected is
[{"vat_number":"SE9164xxxxxx01","key":"148585xxxx"}]
is it the Company object that is incorrect for all cases, or is it the endpoint that should refer to a different object instead?
The text was updated successfully, but these errors were encountered: