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

isCustomer set to false after PUT /customer/{id} #45

Open
b-brodie opened this issue Sep 30, 2021 · 1 comment
Open

isCustomer set to false after PUT /customer/{id} #45

b-brodie opened this issue Sep 30, 2021 · 1 comment

Comments

@b-brodie
Copy link

There seems to be some hidden validation going on when updating customers via the API.

Steps to reproduce:

  1. In Tripletex web client, change existing customer to type "Kunde/leverandør" and click SAVE.
  2. PUT to /customer/{id} endpoint with or without any changes to customer attributes.
  3. Reload customer in web client and see that customer type has changed to "Leverandør".

Expected behaviour:

  1. Customer type should remain the same after calling PUT /customer/{id}, not change to "Leverandør".
@ergor
Copy link
Contributor

ergor commented Oct 4, 2021

Unable to reproduce. Could be related to your company, employee or permission settings. Please check that and see if the behavior changes

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

2 participants