Discussions
How to secure REST endpoint? Documentation not current!
Does anyone instructions on how to secure REST endpoint.
Get shopping cart of currently logged-in user or on-behalf of user
Hi all,
How can I pick up the current cart of the logged in user?
I have a button on one of the content pages which should ideally pick up the cart ID of the current cart.
I have tried using the parameter userid which returns all carts of the specific user but a bit stuck in how to pick-up the current one.
I can see that the cart created by the user has additional UpdateInformation in which CreatedBy and UpdatedBy are set to the user but would not know how to filter on this one via the endpoint request.
?userid=18052&CreatedBy=18052&UpdatedBy=18502 does not yield any results although there is one. It also does not feel entirely right because there may be another cart instance with both informations set.
iMIS Cloud and Diagnosing Errors
When iMIS was hosted on-prem, if an error occurred, I could log onto the server and check the event viewer to get a better idea of what was causing the error. With the move to the cloud and no server access, that is no longer possible; however, the need to diagnose errors still exists. Has ASI provided or does ASI intend to provide a way in the cloud to see the specifics of the errors that occur?
Pay of cart partially with REST API
I have a client on cash billing and the dues products are added by running a billing cycle. How can I apply a partial payment against this in the shopping cart in iMIS Cloud 20.3?
Any pointers are much appreciated.
Thanks a lot
Alex
On Behalf Of ID
I have an ipart already built that pulls the logged in user ID but we are wanting to add the ability to use on behalf of with it. Is there a best way to pull the on behalf of ID from the page versus just the logged in user ID?
Adding Company Admin Relationship
Hello,
SSO OAuth2 module
Once I have retrieved the OAuthH2 token and posted it back to the endpoint, how do I get the user's ID and then the Party object for the logged in user?
SiteMap -> URL Parameters? Current Logged in User ID
Hello,
Event Registration using REST API - IMIS2017
Hello,
ArgumentFault error when trying to add new comboparty
I am writing an iPart that accepts individual and company information from a visitor and uses that to create a new comboparty. As a start, I have copied the code line for line from the documentation page at https://developer.imis.com/docs/organization. I have modified it slightly to place text that would have been written to the console to display in a label. I have also modified the customertypecode to match the type we want to create.