Discussions
Object reference not set to an instance of an object.
I submitted a cart and received this nondescript error message back from SOA.
Cart payment receipt
I need to process a credit card transaction and use the GatewayRef as the receipt reference. How do I obtain the GatewayRef from a successful CC Payment?
How can I submit a cart through REST
Hi all,
I am trying to submit a payment through the https://{{URL}}/api/cart/ endpoint.
I have tried all various permutations of the comborder JSON and have had no luck.
I did try PUT which updates the cart item and POST which creates a new cart but none of those push through a CASH payment.
Maternity Leave - non billing period
We have a Maternity leave category that is not charged during the time they are on leave.
Enabling CORS on Asi.Scheduler API with IIS 8
I am trying to enable CORS on the api so I can make cross-origin calls. The API does not understand the OPTIONS method that is being sent by the browser when I make an XHR request using axios. This results in a 405 for the options preflight request and a CORS failure. What is the quickest way to enable this? I am unsure how to enable the necessary CORS features on a WCF service without access to the entry point.
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
Use OR When Filtering Results From Party
I'm looking for a way to filter parties based on the value of a text input. I want to search using some logic of name=contains:value or email=contains:value. Is there a way to do this without making two separate requests and combining the results?
Using the API to retrieve a Bearer Token - 403 Forbidden
I am trying to retrieve a bearer token from a PHP Wordpress plugin. I know that my code works because I can get a token using the [SDK Demo][1]. But whenever I try to use my real URL, I get a 403 Forbidden error.
Sorting the data of a table using REST API Call?
Hi ASI,
Angular Routing for iParts
I'm developing an iPart for iMIS using angular and I'm curious how to handle the initial view of my app.