There are some cases when API execution is required on backend to insert/update some data or to perform certain other functions. In such cases response of that service is not needed by front end.
How can we avoid returning the response to the service in vConnect?
3 Likes
This can be achieved while configuring the API & service in vConnect.
Follow below steps for existing services:
- Go to vConnect
- Go to Service Management
- Search for the service you want to avoid getting response
- Click on Edit service icon (
)
- Scroll down to find “Is Response Required”, as below:
- Change the value to “N”
- Click on “Update” button
- Click on “Save”
- SYNC
And you are done
3 Likes
Follow below steps for new services:
- Go to vConnect
- Go to API Management
- Create the required API
- Go to Service Management
- Click on “Add New Service”
- Enter the Service Details
- Go to “API Registration” tab
- Fill in the details and scroll down below to find “Is Response Required”, as below:
- Click on “Save” button
- SYNC
3 Likes