My Products
Help

Functionality to retrieve translated body

by Nichlas Søgård Nielsen (Updated ‎15-03-2022 13:07 by Yıldırım VISMA )
Status: New

Hey there,

In the Visma.net user interface it's possible to give an inventory item's body text a translation, so you have a body text for a native language and one for english. It's similar to how you can have multiple translations for inventory item descriptions.

However, we currently cannot retrieve the translated inventory item body text, because it is not supported via the API.

The easiest way to implement this would probably be to include the translated body text in the following endpoint: /controller/api/v1/multilanguage/inventory/{inventoryNumber}/{languageISO}

... Or make a dedicated endpoint similar to the previous one mentioned.