Discussions
Update CsContact.CompanyId in REST
When sending a PUT request to CsContact and changing the CompanyId value nothing gets changed.
Pending payments
i am struggling with posting payments through the api, my payments are always in pending state, what could be the problem, below is my payload:
Adding Registration Option to Event in /api/Event
I am sending a POST/PUT call to api/Event with a registration option but the registration option does not show in iMIS. I placed my JSON body below. Using iMIS version 20.3.121.27.
API (EMS) - Possible to delete a subscription?
Hi - I'm trying to delete a subscription using this endpoint (after verifying the subscription exists by executing the comparable GET):
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?
PartyID - Can this be treated as a user UUID that will never change?
Hi iMIS,
HTML Editor on Description field of a Panel Table
I am looking to allow user to enter HTML into a description field to give them the power to format as needed. Currently when I enter the HTML in to the field it's stripped when saved. The current setup is a panel editor with a custom table. Is there a way I can bring in a HTML editor to update that one field?
When building angular client side ipart example what dependencies are needed for ng build?
Trying to use example ipart from: https://github.com/Advsol/Angular-settings-demo
EMS API - updating the Party (or CsContact) EntityCode
Hi - I'm trying to update a person's EntityCode from DEMO to another value. I tried doing a PUT against the Party endpoint, and a PUT against the CsContact endpoint. In both cases, the response from the PUT reflects the new value of the property, so it appears the update succeeded, but if I do a GET shortly after the update, it still reflects the original value.
Create a view in SQL database using API
Hi team,