Hello,
I trying to develop a new .Net web service application that would take data from M3 using ION API.
Currently i found a problem that i can't figure out.
I created authorization for backend service.
I tried it with GetUserInfo api and everything works fine.
When i try to call other api i get a OK status response with an error inside. Example api GetItmWhsBal Response: Item number 123456-TST does not exist
I tried the same call with same api parameters from swagger and i get all the data.
After swapping the bearer token with the one from swagger api call works and i can also get all the data.
What could be the problem with Backend Service authentication. Even if i use Web Application authentication there is no problems.
Maybe this is an issue with Service Account permissions, are there any settings to check what api calls or data this account can access.
Maybe there is some documentation to share about this topic
Thank you,