I have POST api that api have 4 parameters --Passing parameter using json how can I achieve using camunda?
{
“customerCode”: “13”,
“customerName”: “Kithiyon”,
“commodity”: “Wheat”,
“emailId”: “kithiyonmca@gmail.com”
}
I have POST api that api have 4 parameters --Passing parameter using json how can I achieve using camunda?
{
“customerCode”: “13”,
“customerName”: “Kithiyon”,
“commodity”: “Wheat”,
“emailId”: “kithiyonmca@gmail.com”
}