I need to raise one request from outside application UI by passing two parameters (say userID & ID) on clicking submit button it should automatically passed these parameter to Pega and trigger case created in pega and after execution of cases status should return back to outside application.
How can I pass these parameters from UI to pega Connect rest dynamically?
In general, we use Connect-rest to get or post content to another application or System. But in your case, you want to pass values to connect-rest from Outside. How is that and Pega are connected? Are you using Mssh-up?