My Products
Help
Anonymous
Not applicable

Slash in inventory number

by Anonymous

Hi,

 

We have a customer with a slash (/) in the inventory number. When using the inventory endpoint, this product can not be found. I have tried to escape the slash in different ways, but nothing seems to work. Is there any solution to this other than asking the customer to change the inventory number? 🙂

 

See also the attached screen dump.

 

Marius

2 REPLIES 2
Accepted solution
Yıldırım
VISMA

by Yıldırım

Hello,

 

"InventoryNumber" parameter can also be used for this operation. 
inv_number_param.png

Accepted solution
Magnus Johnsen
VISMA

by Magnus Johnsen

Hi,

As "/" is a URL reserved character it needs to be wrapped by the b64 method we have for all resources:

Method for getting resources with reserved characters - B64URL Encoding

 

Please try this and let us know if you are still having issues.