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

Discussions

Ask a Question
ANSWERED

Order stage processing using REST Api

Hi Team, I am getting on issues with “SHIPMENT” to “INVOICE” on order stage processing using REST API. I got a 500 error - “An error occurred. Please contact the administrator.” ![](https://files.readme.io/bc32ce5-image.png) Please could someone provide me with the correct object definition on LegacyOrderStageShipProcessingData. Thanks Mathu
ANSWERED

ItemSetItem - How do I use this?

Hi, I am attempting to create a "copy" of an existing commerce collection item. I get the body from `/api/Item/itemcode` I replace the `ItemCode` and `ItemId` on the actual item property (not the components), however I get a HTTP 500 response. However if I empty the Components property set/array I can submit without a problem. Can I please get a working example on how to use this data type while using the components array? Thank you.
ANSWERED

How to retrieve TimeZone Offset information?

This is specifically for EMS cloud version. For example: It would be useful to retrieve the date time from calling the SQL function asi_GetAppDatetime. What is the an alternative? Thank you for any insight there.
ANSWERED

REST API - make AVS happen?

Hi - wondering if it's possible to trigger AVS from the API? For instance, as a test case, I will insert an address without a county in the API, and then trigger AVS using the mechanism you provide, and then I will see the county field populated in iMIS. Thanks!
ANSWERED

Endpoint for CRRT and or Mail_Code in Name_Address

Hello. Can you tell me if there is an endpoint to add/edit/remove the CRRT and Mail_Code fields in the name_address table? Thank you! Buck
ANSWERED

What values for DocumentTypeId?

From the documentation: [Creates a Document](https://developer.imis.com/reference/postdocument) - What are all possible values for `DocumentTypeId` property? - How we find what values are acceptable for a particular folder?
ANSWERED

Set Chapter Admininstrator through Rest API

I am trying to figure out if there is a way to set Chapter Administrator through the REST API.
ANSWERED

Refunds through the API

We have a combo order where event items are being cancelled resulting in a credit. Is there a way to process the refund through the API? Thanks, Korey
ANSWERED

Number of Copies Cannot Be Updated via PUT on Subscription Endpoint

Good afternoon, I attempted to update the number of copies on a subscription that had been created in a previous version using the PUT method on the subscription endpoint; unfortunately, the number did not change. Could you please let me know how to update the number of copies in iMIS Cloud? Thanks, Korey
ANSWERED

API url for SSO auth

Hi, I am using iMIS for SSO. How do I call the users API to retrieve a user with login credentials to authenticate them for sign in? Couldn't find this information in the docs