Discussions
Soa configuration section not found
Hi all,
Processing Order Stages with iMIS REST API
Hello,
Is there a preferred method with the iMIS REST API to process orders? That is updating the order stage.
How to create a contact using CsContact in the api?
I am having trouble creating a new contact in CsContact using a POST request:
Group Editor
What end points are being used for the group editor ipart?
ComboOrder error when payment amount is over the invoice balance
When executing a POST HTTP Call to the ComboOrder api for submitting an open invoice payment I get a generic error (Object reference not set to an instance of an object.) if the payment amount is over/more than the balance.
Get Additional Party Information from GroupMember
Hi, I'm currently using the following API request:
https://{{URL}}/api/GroupMember/?GroupId=COMMITTEE/TEST01 to get members information. Within the party information that's being returned, is it possible to get additional party information? In my case, I was hoping to get the primary organization returned in the party information using this API request. Is that possible?
Is there a way to force cached keys to rebuild
I have noticed sometimes when you create promo code. It's not always immediately available for use. You can use the interface to rebuild the system cache and the promo code will start working. Is there a way to do this?
Looking for information on Rate Limits for REST API
I'm in the process of building out a .net library to use for REST API access. It's written to be asynchronous and I'm anticipating some high use scenarios for it in the future. I have already built some throttling into it to make sure that it isn't asynchronously overwhelming the the service, but I'm just guessing at the throttling rates. I'm wondering if ASI could share any recommendations about Rate limits against the API so I can make sure my library will stay within those limits. Thanks!
Preferred Address
Hello,
Forcing Rest to use GenericEntityObject when SQL table name matches object name
If I request /api/Name I will receive a paged result that is a list of type "GenericEntityData". If I request /api/Party I will receive a list of type "PartyData". I can view the same data two different ways because the business object name does not match the SQL table name. In the case of a table like "CertificationProgram" though the object name matches the SQL name. If I request /api/CertificationProgram I will get back a "CertificationProgramData" object. How can I make the request in a way that it forces it to return a "GenericEntityData" object for the CertificationProgram table?