Discussions
API Returning 405 Method Not Allowed
When I make requests in the chrome developer console directly to the URL I do not have any issues. However, when I make requests using ajax in an html file, I always get a response of 405 method not allowed. Is there a specific way you have to make ajax requests?
Easiest way to retrieve roles for username
I'm trying to retrieve roles for a given username. The User entity has a roles field, but this is always null regardless of whether the user has been assigned any roles. I know that I could get a userkey for a username, then query UserRole to get a list of RoleKeys, then use rolekeys to get the names of the roles, but it seems like there should be a more straightforward way to get this information.
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.
Is there an ability to "Verify" a ComboOrder?
Back in the day you could "Verify()" an order to return taxes, shipping, handling, totals, etc. prior to submitting the final order. Can't see that in the REST documentation. Does such a thing exist? Thanks.
Best approach to update a custom field at the Member/Party level?
Hi,
Calling an IQA using the REST API
I have created an IQA with a url filter (@url:PartyId) and I am trying to call the IQA with:
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,