Gebruikersprofiel
zunnu
6
Berichten
1
Kudos
0
Oplossingen
16-09-2024
13:24
1 Kudo
You were right; they blocked all our IPs because we couldn’t refresh the token since their services were down..
... Meer weergeven
31-05-2022
09:20
Yes this functionality is needed. I have created a post to the "Ideas" section about this. Everything that is translatable from the UI should be available on the API.
... Meer weergeven
31-05-2022
09:07
Hello, Currently its possible to translate sales categories in Visma.net user interface but there is no way to get the translations of the sales category. Even worse the user interface locale settings do not apply to the API. The problem here is that if your UI's default language is FI or SV all the text's you or the customer creates will be on the default language. Now if the customer creates a english translation for sales category that is in FI the API will return the english version of the sales category description and an integration or a platform that expects the language to be in FI will transfer the text in english under the FI translation. Let's say you have webshop that has Swedish and English translations the default language of the shop is Swedish and the default language of the Visma.net is also Swedish. You and the customer want to translate categories in Visma.net and transfer the translated text and the default text to the webshop. Now if you add English translation for the category the English translation will be returned and as the webshop and Visma.net are both in Swedish the English translation will go under the Swedish text. The solution for this is to include the translated texts with the category detail. {
"categoryID": 1,
"description": "Test",
"parentID": 0,
"sortOrder": 1,
"subCategories": [],
"translations":
{
"<iso>": "<translated text>"
}
} The best behaviour would be for the API to return texts in the default language that is set in the locale settings.
... Meer weergeven
09-03-2022
14:18
Hi,
We'll ave a look at this and get back to you, thank you for letting us know.
... Meer weergeven
Activiteits-feed voor zunnu
- Kudos krijgen voor Sv: All integrations getting 403 / 401 response suddenly. 16-09-2024 13:26
- Kudos gegeven aan PickPriority for locations under Get Warehouse voor RRTT. 14-10-2022 07:20
- Kudos gegeven aan Functionality to retrieve translated body voor Nichlas Søgård Nielsen. 31-05-2022 08:49