Discussions
Add/Update Subscription Records
Is it possible to add/update subscriptions through the REST API.
Updates a Payment by id - use case
For reference: https://developer.imis.com/reference/putpaymentbyid-1
Static access deployment client side dynamic content items /iparts
https://developer.imis.com/docs/developing-a-client-based-ipart
Shouldn't this page document static access deployment and maybe even building a deployment package using https://webpack.js.org/?
Translation Module Intel
Anyone have any information on how the Translation Module works? Specifically, I'm trying to figure out what does the content scanning to import new phrases from IQAs, sitemap items, etc. into the phrases database. Anything anyone knows about how this black box operates would be really helpful in taming it. Thanks so much!
how to get API for MCI/IMIS Inagration
MCI requirements to be filled by ACA / IMIS
API Documentation and/or URL
Production endpoint
Staging/Testing endpoint
Authentication method and calls to make with expected response
Person API - Contact Type Update
Can we update a record's contact type through the Person - Update API call?
ComboOrder: how to set the org_code
Hi,
I am trying to find a way to set the org_code, financial entity in a combo order for normal orders.
Where would I set this?
I have tried several places trying to add the following
"FinancialEntity":{
"$type": "Asi.Soa.Commerce.DataContracts.FinancialEntitySummaryData, Asi.Contracts",
"EntityCode":"WATER",
"FinancialEntityId":"WATER"
}
Client-side code for using On Behalf Of
I know this was asked a couple of times half a decade ago, I'm just wondering if there's been an update or someone has come up with something. Is there client-side code available that can be used to generate an on-behalf-of instance in a link? Say from an IQA? I can see the code being used in the OBO popup and similar code in the events register-someone-else page but it's all predicated on it being in a pop-up window. This would just be a link on a page, where the end result is with an on-behalf-of user.
API Table Access Question
Hello,
Possible to PUT/POST to SystemConfig?
I can write/update SystemsParams but can't seem to do the same to SystemConfig? If yes can someone please provide the body for a POST/PUT and the URL syntax for a PUT? Thanks much.