Solved
Forum Discussion
dmiller
8 years agoFormer Employee
We might need a bit more information on what you want to pass in and from where.
For example, to get information from a URL may require a REST Get before the Mapper.
virender
8 years agoNew Contributor
Through REST Post I am passing below using postman tool:
{
“FIRST_NAME”:“Virender”,
“LAST_NAME”:“Rana”
}
Postman setting:
Key Value
Accept application/json
Authorization Bearer xxxxxxxxxxxxxxxxxxxxxx
content-type application/json.
In mapper input variables I have given two parameters as below:
$FIRST_NAME
$LAST_NAME
Feel free to ask more information if any.
Thanks,