HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
Discussions
These docs are for v20.3.44. Click to read the latest docs for v20.3.192.

Discussions

Ask a Question

FinancialInformation in PartyData

As part of an upgrade we are replacing direct database links to the Rest API's. When I query my user with the Party API
https:///Asi.Scheduler_iMIS/api/Party/2200689

REST API & Cached Responses

Currently learning my way around the iMIS REST API and have encountered an issue where I am being served party data that I have since deleted. This appears to persist for about 15 minutes before it eventually returns a 404.

Best approach to update a custom field at the Member/Party level?

Hi,

REST API: Creating a cart with MISC, SEC & SUB with custom pricing.

Hi All,

Is there a way to dynamically look for parameters in an IQA REST Webservice?

If we have an application where the user puts in the path to an IQA on their iMIS site, would there be a way to look up the parameters of the IQA they selected?

Getting error while renewing dues subscription

Hi,

REST API: Updating a custom table (non iMIS).

Hello,

Stored Procedures with REST

Can we run stored procedures like "asi_RebuildCounters" or any custom stored procedures with current imis REST API?
Is this a possibility with current API or we can expect it in the future?

REST API - POST VERB : JSON --> How can we easily create a JSON Object of UD Defined MultiInstance Table.

This is the sample JSON that is needed to create a record in Name_CEU table.
My Question is how can we easily create this for other custom iMIS tables?

REST API The requested resource does not support http method 'OPTIONS'

I am trying to make a REST API call using AJAX to IMIS using bearer token (which is retrieved using C#) from another site. In other words I am making REST API call to IMIS scheduler endpoint from a different domain.