These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
ANSWERED

REST API: IQA cached response

Hi, is there a header we can send in the REST GET request for the api/iqa endpoint? We have noticed, that even though the flag on the IQA "Use cached results" is NOT set, that query data is cached when received through the endpoint. Best, Alex
ANSWERED

Executes a GenericExecuteRequest: ProcessOrderReversal

Hi, what is the structure of JSON object we need to add in place of "invoiceActionOrderReversalData Value"? Thanks much! Alex { "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts", "OperationName": "ProcessOrderReversal", "EntityTypeName": "Invoice", "Parameters": { "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib", "$values": [ { "$type": "Asi.Soa.Commerce.DataContracts.InvoiceActionOrderReversalData", "$value": "invoiceActionOrderReversalData Value" } ] }, "ParameterTypeName": { "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib", "$values": [ "Asi.Soa.Commerce.DataContracts.InvoiceActionOrderReversalData" ] }, "UseJson": false }
ANSWERED

Cannot POST ComboOrder after validation success

Hi, Additional attachments can be found in this support thread: https://support.imis.com/hc/en-us/requests/192867 I'm trying to make a minimal POST body stub I can use to work with modifying events. To that end I've POSTed (stub.json in the attached support ticket) to /api/ComboOrder/_validate. I received no validation errors or warnings, and received the validateResults.json in the attached ticket. I then tried POSTing the "Entity" property returned in the "validationResults.json" to /api/ComboOrder, however I then receive the following error: https://imis.zendesk.com/attachments/token/UN9FaPNx75kVHEMRyV2nqXfyg/?name=POSTresponse-400validationerror.json Why is this happening? Shouldn't the object returned from the /validate call work just fine since it's validated? Thank you
ANSWERED

Support for .NET Core 3.1

According to https://developer.imis.com/v1.0.1/docs/using-the-client-library-asisoaclientservices, “access to iMIS SOA web services for most .NET programmers is through a client library.” We are writing a .NET Core 3.1 application that will consume service iMIS SOA web service v1.0.1 (for iMIS 2017). Do you have a version of Asi.Soa.ClientServices library that can be used in a .NET core application?
ANSWERED

Event Registration using REST API - IMIS2017

Hello, I've heard from ASI that the Event Registration using REST API is a missing function in the IMIS2017 REST API, but I still need to accomplish this task of registering for an Event. And it needs to be cloud friendly, which means that the code that I’ll be building for our current Imis version (the IMIS2017) needs to be cloud friendly. What is the option I have, or better, what are the options ? I didn't find any example or documentation on how to do this. Thank you !
ANSWERED

iMIS Cloud - File Importer

Is the documentation at https://developer.imis.com/docs/custom-importer-replacing-the-file-importer#example-replacing-the-file-importer still the best cloud friendly solution to importing orders and other data into iMIS? If so, where do the project files exist? I searched the GitHub repositories but did not see a repository for this.
ANSWERED

Updating records in mass for erasure

Is there a way to mark records for erasure without updating them one by one?
ANSWERED

Bad Request when Creating an Event Registration

I am attempting to use this endpoint, https://{{URL}}/api/EventRegistration/_execute, in Postman to create a new event registration. Here is the body of my request. { "$type": "Asi.Soa.Events.DataContracts.EventRegistrationRequest, Asi.Contracts", "EntityTypeName": "EventRegistration", "OperationName": "RegisterEvent", "RegistrationType": { "$type": "Asi.Soa.Events.DataContracts.EventRegistrationType, Asi.Contracts", "RegistrationType": 3 }, "EventId": "21CONVENT", "RegistrationOptionFunctionId": "21CONVENT/RO1", "FunctionId": "21CONVENT/TEST", "RegistrantId": "80856", "RegisteredBy": "80856", "BillTo": "102", "Waitlist": false } Each time, I get a status of 400 Bad Request. Any thoughts on what might be off here. Thanks, Korey
ANSWERED

Disable "add a contact" to a company roster

Hello! We are a trade association and our members are companies that include their employees. We are having trouble with members adding new contacts when they are registering for someone else and we'd like to disable this option as it's causing duplicate records in our system. Has anyone else had this issue and figured out a way to prevent this?
ANSWERED

Update Order_Badge using rest API

Can any one let me know how i can update Order_Badge Table using Rest API in cloud? I am also facing issue in Creating New Activity Type using Rest API in cloud.