Discussions
iMIS cart.AddItem() throws error
We think this has to do with a shipping method and/or payment method or "something" in the cart AddItem process that is required, but not present. However - code has been running fine for years. Someone DID remove Shipping Methods, and we see that Payment Details on the Cart_Home page is missing. The item gets added, but no pricing is there either.
AddItem throws Object Not Set to Instance of Item
I have an older version of iMIS. Something changed in iMIS and now our custom cart code throws an Object not Set to instance of item...
Communication Log - REST API, different Message Type
How do I add something to the Communication log using a Message Type other than email? The SQL table CommunicationMessageTypeRef has 4 different options, and I want to use something other than "Email" but I can't figure out which field in which call to insert the different value. Everything I try just shows Email on the output. I have no problems (now) writing to the log (3 POST calls but it's there), just can't get that value correct.
REST postman Collections for Import
Does anyone know the place from where we can import Postman Collections?
Is there anyway to get the UniformId based on the PartyId ...
Without having to call the /Party/[ID] endpoint? I have PartyId, I need UniformId to write to the communication log. So right now I'm having to make a GET (to pull the UniformId), parse out the single field, then 3 separate POST calls to get the entry to show in the "recent interactions" display. Seems kind of ... a lot.
POST /api/MembershipLogin/_execute
When I try to login and it fails (invalid username or password), I see an error in the Windows Event Viewer. The event message is:
When we have issues with SOA where do we go for answers?
Is the SOA supported by ASI? Can they answer questions such as:
SOA throws an error ""SecurityFault: An error occurred. Please contact the administrator." -- Where do we go to get answers with this sort of vague message?
Can I write to the communication log via REST?
I believe someone said last week at Innovations that there was an endpoint to write to the communication log via REST. Is that a thing? I'd like to be able to say something like "I sent an email to ID 101 (or ContactKey ABC12...) at 3:45am with this content". Nothing different than what's being logged. Thanks.
PUT /party/[ID] question/issue
It appears that while I can update a PartyId, I can't do it without the "PersonName" and "PartyId" elements in the payload. It's not so much the PersonName as the underlying FirstName and LastName fields, but same issue. If I have an ID and want to just update the email address (for example), I need to make a GET call to pull the PersonName info, just to put it back to update the email address. Also, having to include PartyId:101 when the 101 is in the endpoint URL seems a little duplicitous. What would be great is to be able to PUT (or PATCH) using something like this as a payload:
What version is the LegacyBillingService available in?
What version is the LegacyBillingService available in? Or what DLL is needed for this service? Date of DLL?