Discussions
Client based iParts (Angular 1.x)
Hi all,
Rest support for CertificationProgramRegistration
20.2.64.8771
REST API: Json example of ComboOrder to create an invoice.
Hi all,
POST to Order_Badge - how can I get around Bad Request
No need for response, details were sent to me offline.
How to perform a Get/put on contract with composite key
I'm able to do a get on the trans using query parameters
https://{{URL}}/api/Trans?BT_ID=1399950&product_code=LASTAR2013/STAR&ST_ID=1399950&Date_Entered=2013-01-28
Setting program option to 'Register by default' through REST
How do you update program options (event function) to 'Register by default' after already posting via REST? I would assume some type of PUT action, but what object/property do we need to look at.
Hashing a password and comparing it to current pw
Is there a way to create a new password and store the hashed value in a table so that it can be compared to the current password? A client originally initialized passwords to be the same as the username years ago. With the upcoming iMIS enhancement to enforce username <> password, we are looking to see how many people might still have the original password.
Putting Event Functions via REST
Hey Jeremy,
Is the $type value still required?
There was some chatter about the $type value being optional in the later versions of the API, I assumed 20.3+. It still seems to be required in 20.3.34.2516, is that still the case? Or is it required in some of the endpoints and optional in others? Thanks.
Managing User Roles via REST
I'm curious about the best way to handle user roles in the REST API, as I've had some interesting issues trying to manage that via the User endpoint.