Problem related with POST request in UiPath http request activity

I am fetching a json object using GET Activity. Now after doing certain changes to it, I need to send this json object to another API. In which field of POST method in http request do I need to mention this object and what are the other configurations which I need to do?

Hi @Vibhor_Tyagi

Welcome to our UiPath Forum! :slight_smile:

Please see this post for some clue on how to do it:

The main point is that you can pass your JSON object as a string in the Body property of the HTTP request.

Hello Vibhor,
In this playlist with 10 videos all working with HTTP Request working with Salesforce, ServiceNow, and Jira and you can see multiple ways on how I build the content Body:

Thanks,
Cristian Negulescu

1 Like