to get a personalized navigation.
to get a personalized navigation.
Someone knowf if it is possible to add an attribute query to Inventory end point? Like checking: attribute = value ?
Solved! Go to Solution.
Hi,
You would use the attribute query as below:
inventory?attributes={"TEST":"testvalue"}
When encoding, the equal signs should not be encoded, both examples below works:
inventory?attributes=%7B"TEST":"testvalue"%7D
inventory?attributes=%7B%22TEST%22%3A%22testvalue%22%7D
Copyright © 2022 Visma.com. All rights reserved.