Hi I am trying to run this POST request but it doesn't pass the parameter correctly, can anyone kindly suggest what I am doing wrong? I am trying in Postman first and then will change it to work in SQL Server
Thank you
POST /fmerest/v3/transformations/transactdata/office_tasks/ROCK_PROPERTY_TO_TEAM.fmw?fmetoken=41544e72aac7b3da0b9095eac0cbdc23120b6d97 HTTP/1.1
Host: xxx.fmecloud.com
Content-Type: application/json
cache-control: no-cache
{ "publishedParameters": [
{"name": "file_path","value": "Rock_Properties_Upload_TEST1.xlsx"}
]}