Hi All,
I need to send an API Poost Request.
through the http request.
What is the exact syntax or where and how should i include values.
If i want to add 3 key value pairs using this post api request in the activity.
Can you please help.
Hi All,
I need to send an API Poost Request.
through the http request.
What is the exact syntax or where and how should i include values.
If i want to add 3 key value pairs using this post api request in the activity.
Can you please help.
@JITU99 It may depend on how the API is designed.
If the key-value pairs are in the form of JSON, you can update the Body property like this:
And the Body Format as application/json
:
Let me know if this works for you!
P.S. If the API has a public documentation, please share so we can take a look. Thanks!