Discussions
Adding some text to a Page Content containing a Single Sign-On iPart
Hi,
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.
Change Membership Group
How should one go about changing a member's membership group? Particularly in cloud. Because in cloud we just add the group, we'd assumed we would just do the same, just add the group to the member.
REST API General Usage Questions
Hi,
Public user accessing REST API call
I am working on IMIS version 20.2.49.5903
Offset
Offset=2 should just start at record 2. Instead it starts at the first record and the offset doesn't matter. Example to reproduce get in postman
api/party?offset=2 and then
/api/party?offset=3 not the returns are the same parties.
Enter Gift API
I'm looking to replicate the functionality of the Fundraising -> Enter Gifts page located on the staff site using the API.
What's the trick to override a price in ComboOrder
Trying to process event registrations using a POST to ComboOrder, but I want to override the default price. I've tried IsUnitPriceOverridden": true at UnitPrice and ExtendedAmount but it still processes as a sale and a prepay for the difference. My hope is to price the functions at $0 and then just pass in the amount paid on a registration by registration basis.
Duplicate contact merge
Does a REST API exist for identifying and merging duplicate contacts outside of party?
ComboOrder object for Cart Post API call
For the cart data post data the below shown properties are required in the post object:
{
"$type": "Asi.Soa.Commerce.DataContracts.CartData, Asi.Contracts",
"CartId": "4fa583e9-4adf-4180-8f82-226fa87a5ec1",
"UserId": "12838",
"ComboOrder": { ... },
"UpdateInformation": { ... }
}