Discussions
/api/EventRegistration change for non-registered persons?
Hello,
How do I modify an event registration?
e.g. remove or add program items to someone's registration.
I noticed when I remove a program item from someone's registration via the UI, the /EventRegistration/EVENTID-USERID response has that item removed from the "Functions" property of the response.
However if I GET /EventRegistration/EVENTID-USERID
Remove items from the "Functions" property and PUT it back, nothing changes.
Entering Gift with set Transaction Date
Hi,
Modify cart - refresh total
Hello,
Error submitting cart
Hi,
iMIS REST API enhancement to support configuration
Being able to create or update Configuration and Settings. For example:
Changing Masterpage and Theme via Code
I would like to be able to change the Masterpage and Theme via code. It needs to be done in the OnPreInit stage in the code. I have tried using the Global.asax and can change the Masterpage in the Pre_Init, but I cannot access OnPreInit - which is where Microsoft recommends these updates be done (see link at bottom).
Is it possible to access/override OnPreInit? For example:
void OnPreInit (EventArgs e)
{
Page page = this.Context.Handler as Page;
page.Theme = "tms2021";
page.MasterPageFile = "~/Templates/MasterPages/tms2021.master";
base.OnPreInit(e);
}
Microsoft ref: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.onpreinit?view=netframework-4.8
Thanks in advance.
Ken
Tokenizing direct debit details in AutoPay
Does anyone have a direct debit example? The documentation only has a credit card example:
https://developer.imis.com/docs/tokenizing-a-credit-card-that-is-saved-as-an-autopay-account
Preferred Address
Hello,
LegacyBIlling endpoint Parameters
Hello I am trying to run some individual rebills through the api, and I've read this post, https://developer.imis.com/discuss/608f556d40271e0038e8bb3c as well as a few others that are related. However I cant seem to get the parameters correct, and I keep getting a 400 bad request with the following body,