Discussions
Updating records in mass for erasure
Is there a way to mark records for erasure without updating them one by one?
Bad Request when Creating an Event Registration
I am attempting to use this endpoint, https://{{URL}}/api/EventRegistration/_execute, in Postman to create a new event registration.
Disable "add a contact" to a company roster
Hello! We are a trade association and our members are companies that include their employees. We are having trouble with members adding new contacts when they are registering for someone else and we'd like to disable this option as it's causing duplicate records in our system. Has anyone else had this issue and figured out a way to prevent this?
Update Order_Badge using rest API
Can any one let me know how i can update Order_Badge Table using Rest API in cloud?
I am also facing issue in Creating New Activity Type using Rest API in cloud.
Documentation about Invoice Type
Hello,
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:chris@example.com
What is /api/GenTable/GenTableId - "GenTableId"
I would have thought it would be the "tablename", however that doesn't appear to be the case.
So what is this "GenTableId" URL param of the "/api/GenTable/GenTableId" endpoint?
https://developer.imis.com/reference/gentable#getgentablebyid
Look up purchase for specific party?
I'm new to iMIS and have been reading to find out how to look up a purchase for a specific party.
Test REST API?
I'm completely unfamiliar with iMIS and have been reading over the documentation and other questions here. To get an understanding on the REST API, I'd like to make some calls via Postman. From the discussion at https://developer.imis.com/discuss/5cf83ceda1dde9001f1af82c it seems like the following HTTP request would get a new token from the test API:
Forms authentication cookies
I have successfully set up SSO between a .NET site and a RiSE iMIS site, using Forms Authentication cookies.