Discussions
ASI SOA Cart Shipping Issues
So essentially what is happening is that after an iMIS upgrade to the self-hosted version of 2017 we have been experiencing issues where the cart intermittently does/doesn't calculate shipping and handling, however this error always prevents the cart from actually going through, and this seems to be narrowed down to one issue where in the SOA methods an address lookup fails:
ASI Scheduler Endpoint URL
I also have been struggling with this issue, can someone please assist?
Offset and Count acting strange
When using /api/Organization?limit=100
I get strange results:
Getting all available IQA via REST API
Hi,
Is there a way to get all available IQA with the full path and name via the REST API for iMIS 2017 and iMIS Cloud?
I know that I can get the name at least from the document system by filtering by documenttypecode IQD but it does not give me the full path.
Any pointers are much appreciated.
Thank you very much for your help!
Best,
Alex
Updating username
I'm trying to update just a person's username. I'm trying the request from this page https://developer.imis.com/reference/usersecurity but I keep getting this message: "{"$type":"System.Web.Http.HttpError, System.Web.Http","Message":"Authorization has been denied for this request."}"
Connecting from a Single Page App to REST API
I am a novice to the iMIS REST endpoint connectivity. The requirement is to have the Single Page App connect to the API and get the names of all companies with a contains search. Where do I start? I am trying to get my head around OAuth2.0 authorization, JWT and its expiry and Refresh token. Any pointers into this direction would be deeply appreciated.
Adding Structured Snippet, Meta tags, and opengraph data to iMIS
Hello,
Pulling list of available Business Objects in REST
Is there an easy way to get a list of Business Objects? The best solution I have now is https://{{URL}}/api/DocumentMain?DocumentTypeCode=BOD. It does pull in some duplicates but I think with an IQA I should be able to group them and have a nice list going, but I'm not sure if I am doing it the right way.
Pulling list of Panel Sources
Is there a simple way to pull a list of sources (both single instance and multi-instance) other than looking for it in the ObjectMetaData and ObjectPropertyMetaData?
PHP: iMISEntityService & iMISClasses
Are these libraries / classes available anywhere for download?