REST Post method Call in VBCS
Summary
REST Post method Call in VBCSContent
Hi
I am new to VBCS and started building the Web application using VBCS. I need inputs on below points.Appreciate if you provide your comments
I registered as Service Connection for creating webApp.I am creating a form with Submit and Reset button.In the form there are few input fields.
On click of Submit,I am calling Fusion SaaS REST API.Some times it happens that REST API returns 500 internal error .
In this case we would like to show message to error on top of Page. Please provide your inputs on it. Also Fusion SaaS rest api returns data with response code 201.If response data contains Status field.If value of status field is success then We need to display Successful message to User and clear all data in field .If status field value is Warning or Error then We need to show different message to user.Please provide your inputs on it.