Pass JSON in body of POST request
Hi all ,
I have list of the the values which I concatenate and pass as a input to the REST API.
we are getting the data from 3rd party in to PeopleSoft using this API
These values can not be hardcoded, So I need to pass an array of strings via post request (JSON). finally I have to create a POST request that contains the Service Request Object as JSON in the body of the POST request. Instead of passing the request data via the URL I will be passing it via the request body and by making the body JSON