This section explains how to POST form data using the Rest API data source in Bold Reports.
URL
field.Method
type as POST
.Parameters
in Request Body
. Specify the key and values to post the data.Header(s)
, specify the Content-Type
of the form data.
NOTE: For
POST
action withRaw
data we have handled theContent-Type
request header based on theData Format
field value. So, it is not required to pass this header explicitly in Header(s) list. This will lead to Misused Header name error.