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

/tenant/{tenantKey}/company returns field with name vatnr instead of vat_number #11

Open
caspChristian opened this issue Jun 11, 2018 · 1 comment
Assignees

Comments

@caspChristian
Copy link

/tenant/{tenantKey}/company
should return Company object which has key and vat_number

however the current sandbox implementation instead returns key and 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?

@bipthelin
Copy link

Thanks @caspChristian for the report we'll look at it and will address it asap.

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

3 participants