Discussions
Product Price - Endpoint
We are looking for a way to automate some Price changes for a customer. Is there an endpoint for the Product Price table? If so, what is it and can you point us to documentation?
Adding Gift record via RESTful API
I am not finding example or documentation on how to create a simple gift.
Trouble posting to multi instance panel source
Hi,
Executes a TaskDefinition operation - possible with variables?
Hi
I want to execute a Process Automation Task with a POST request to https://yourorgsite.com/api/TaskDefinition/_execute and the body
{
"$type": "Asi.Soa.Communications.DataContracts.TaskAdhocRequest, Asi.Contracts",
"EntityTypeName": "TaskDefinition",
"OperationName": "TaskAdhocRequest",
"Task": {
"$type": "Asi.Soa.Communications.DataContracts.TaskDefinitionData, Asi.Contracts"
}
}
custom IQA ReST resonse format example for person
We are trying to use a custom IQA to synchronize data between iMIS and our XenForo Forums.
API Request Successful but no Data returned
I'm running into an issue on select environments where I make a Get request and it does not show any errors but no data is returned. I have tried multiple endpoints but nothing seems to work. I have seen this before but it randomly just starts working but that's not a great answer. Here is one of the requests I was attempting, any insight is greatly appreciated.
Updating security??
Having trouble finding the right endpoints for updating a user security profile in iMIS cloud (20.3.90.44742). I want to:
iMIS api calls failing on PUT and POST api calls with 400 errors
jQuery.ajax("https://www.test.org/iMIS/api/cs_Event_Speakers", {
type : "GET",
contentType: "application/json",
headers: {"RequestVerificationToken": document.getElementById("__RequestVerificationToken").value},
success: function(data){console.log(data);}
})
The following is failing with a 400 error however:
Register for event function with custom price using REST api
Hi, I want to register a contact for an event function, and to have the price be custom/overriden using the REST api. I know how to register using the EventRegistration functionality, but am not sure about how to register using the Cart to override the price.
Can you explain/provide example code on how to do this for iMIS 2017?
Thanks,
Brian.
Issue in purchasing function in registered event through REST API
I have an existing event registration and want to update that by purchasing new functions. Can anyone help me in fixing my problem?
I am sending PUT request to {{URL}}/api/EventRegistration/{{EventRegistrationId}}.