Calling a REST Service to POST data to
Summary
Calling a REST Service to POST data toContent
We have the following requirement in Visual Builder :
* Users will enter data into Visual Builder forms and this will be saved in Business Objects.
* Once a user is happy with hat is entered they will click a button and an External REST service will be called to POST data into.
* The REST Service will return a success or failure which will be displayed to the user in Visual Builder.
My question is how do we call an External REST service to POST data into. I have seen examples of calling REST Service to return data using getJSON but not for Posting of data.
2