Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hi,
Is it possible to list all item attributes defined for a customer in their Visma setup? We need that information to display mapping schemes within our application. If it's possible, then please give us an example API request as well as any other extra requirements that might come into play.
Thanks!
Solved! Go to Solution.
1 REPLY 1
Hi,
To get all attributes you can use the Attribute endpoint:
This will include attributes that might be used for inventory, to get what item's has what attributes you use the parameter "expandAttribute" and set it to true:
/controller/api/v1/inventory?expandAttribute=true
