Discussions
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"
}
}
Clone event API returns 501 in version 20.3.171.213
Anyone else get a "ServiceNotAvailable" when making a post call to https://{{URL}}/api/Event/_execute ?
iMIS EMS: Self-hosting ASI.dlls
Hi,
What are the Legacy endpoints?
There are a few endpoint calls beginning with Legacy that I'm not sure have begun deprecation. We use these in our development and wanted to make sure the legacy endpoints are still preferred use.
Order not getting submitted after Cart is created
I am trying to submit the order after the cart is created using the "Bill Me" Payment method. On submit it is giving error as below:
API intermittently not working
Hello,
Working on iMIS Cloud (20.3 upgraded) and I'm having trouble with most of the API endpoints.
The iQA endpoint randomly gives me 400 - "Query: .../Store Queries/BOOL-Allowed to acquire VCE resources not found."
/api/iqa?QueryName=$/.../Store Queries/BOOL-Allowed to acquire VCE resources
Is there any way to create panel definition using rest apis ?
I want to create new panel definition with its source using restful apis
Commerce Pricing Groups
Hi,
Updating Actual Amount and Transaction Count in BatchSummary
Earlier today, I created numerous prepayments through the API. While the transactions all processed correctly, the batch summary information was way off from the actual transaction information. I attempted to update the information via the BatchSummary endpoint using the PUT method; however, the ActualAmount.Amount and the TransactionCount fields would not update. Could this be addressed so that when the batch summary info is wrong we can fix it?
iMIS SSO with 3rd Party Client Site
We are implementing iMIS's SSO solution and have set up the iMIS side according to the documentation provided at https://help.imis.com/imis2017/Features/RiSE/Maintenance/Single_Sign_On.htm; however, after logging in at the newly created sign on screen and being redirected to the content record containing the Single Sign-On content item, we get the message "Login redirect Url [Our Redirect Url] did not respond." Is there any documentation about what is required on the 3rd party client side to provide iMIS the appropriate response? What is the response that iMIS is seeking when this message is displayed?