Discussions
Adding a negative amount MISC item to Membership Fees using REST API
We are using iMIS Cloud 20.3.110.58019. Is there a way using the REST API to set an arbitrary negative amount to a membership MISC product type and have it show in the Membership Fees section? It wouldn't be a subscription item as we are tracking overpayments and then want to apply that as a credit to their next transaction.
Generic Execute Request at Invoice Failing
Good morning everyone,
Create Party API Required Fields
Is there a list of required fields when creating a party?
Party Data Object Cannot Be Deserialized without Gender
If the gender on a person record is empty, the JSON returned at the Party endpoint cannot be deserialized using the Person Data contract because the gender object is looking for a code which appear to be only M or F and does not take into account an empty value.
REST API Dues Payment - "The order contains no items"
Trying to setup a test Dues payment via the REST API using the examples I've found here. Getting this error:
Does ASI publish a swagger spec for the Rest API?
I am looking at using AutoRest to build a client proxy, but it requires a swagger spec to work. I remember hearing ASI talk about this previously, but didn't know if it's available yet.
Rest API endponit to update and delete a Committee (Group)
Hello, does anyone know how can I update an existing Committee group ?
Unlinking a record from a company using REST
Hi everyone,
Creating a gift item within iMIS
Hi,
How do I modify an event registration?
e.g. remove or add program items to someone's registration.
I noticed when I remove a program item from someone's registration via the UI, the /EventRegistration/EVENTID-USERID response has that item removed from the "Functions" property of the response.
However if I GET /EventRegistration/EVENTID-USERID
Remove items from the "Functions" property and PUT it back, nothing changes.