1

I am using stremasets ETL tool to transform data. After transformation sending data to a rest service with HTTPClient Destination as POST request. but there I did't find any place to send request body. So how can I trigger rest with post data??

Thanks

kumar
  • 31
  • 4

1 Answers1

0

The body of the request is the record that is passed to the HTTP Client destination. You just need to set the Data Format to whatever the REST service is expecting.

metadaddy
  • 4,234
  • 1
  • 22
  • 46