Discussions
How to fetch the entire list of active members at once?
Hi,
Is there a way to send a password reset link to a user?
According to this post (https://developer.imis.com/discuss/5b9ab7b7eac9630003bf6c46), there used to be an endpoint MembershipWebService and operation RequestPasswordReset. It seems like it has been removed now (https://developer.imis.com/discuss/5b95ef4206ca8a00031f14a8).
UserRoles
Hi ASI Support,
Cart payment receipt
I need to process a credit card transaction and use the GatewayRef as the receipt reference. How do I obtain the GatewayRef from a successful CC Payment?
Validate active membership status for email address
I'll have an email address from which I believe I can look up the party using an email address as per https://developer.imis.com/reference/find-party-using-filter-operator. E.g. /api/party?email=eq:[email protected]
REST API - 2017 - query by ID or PartyID for a UD_Table?
Hi - I have an interesting case where I'm trying to query the API for a UD_Table. When I call:
How do I upload a multipage site to iMIS cloud?
The iPart approach described here https://developer.imis.com/docs/developing-a-client-based-ipart, only works for SPA (single page architecture).
How to remove a Company Admin role via REST API ( 2017) ?
Hello,
Updating a Cart using REST API
I´d like to edit a Cart created by a user using REST API.
I get created Cart json file and edit some properties like UnitPrice, BaseUnitPrice, OrderTotal, etc and I make a PUT request using REST API
and the Cart is successfully updated.
But when navigating to page Cart (iMIS portal) looks like back-end logic is recalculating pricing again overriding my changes.
Generate Renewals Fiddler dump
Hello,