Gebruikersprofiel
jelle_webcompany_nl
9
Berichten
0
Kudos
0
Oplossingen
13-06-2024
11:58
Then I would ask the customer if they have set up the correct roles for the correct Company and not for the license in Visma Admin. When they log into Visma App Store they should be able to choose the correct Company there as well.
I see that this can be confusing as the license and the specific Company have the same name in this case. If the issue remains after this, please ask the customer to contact their partner regarding setting up the correct roles for the correct company.
Kind regards Sandra
... Meer weergeven
15-01-2024
08:49
That message is the default message the API returns when something in the backend crashes. It has nothing to do with concurrency or timing. It might be temporary and a retry will work but it could also be your request having an invalid value.
... Meer weergeven
23-05-2023
11:04
Can you make the Sales Orders in the frontend? Did you add the branch to the json? if there are multiple branches in the environment the user that authorized the token should have on the highest level the corresponding roles
... Meer weergeven
23-05-2023
10:06
We have the following case: We retrieve shipments for a update towards a webshop to add the track and trace. when we retrieve a shipment we miss some vital information that is not passed within the file for example the order reference. this is needed to identify the order in the target system. as a feature request can you add a extention similiar to the expand warehouse detail on the inventory endpoint expandWarehouseDetail boolean (query) Set to true to retrieve information about the warehouse connected to the item. that would reduce the amount of calls and errors we have as also a customer ordertype is supported that can use a different endpoint. if we retrieve shipments we get all the shipments including RMA. We now add a filter in our code to check on certain values. but it would be better to add a order type filtering in the endpoint to reduce the amount of calls we need to make. similiar to the way the get salesorders work with orderType string (query) Filter by Order type.
... Meer weergeven