How to pass request header parameters in published rest service?

0
How to pass request header parameters in published rest service? Also how to pass request header parameter in microflow as well
asked
2 answers
2

Check out the documentation here you should be able to add a microflow input parameter that has the same name as the http parameter.

answered
0

Regarding your other question: "How to pass bulk object parameter for the Post Call":

The body of a POST request is avaiable in $httpRequest/Content, the Content attribute of the HttpRequest parameter

answered