Forum Discussion

saimie's avatar
saimie
New Contributor
6 years ago

Unable to transfer a value from a previous request and use as a TEMPLATE paramater

I have 2 REST requests.   1. POST /details 2. GET /details/{customerId}   In response for POST /details, I receive a customerId. When I attempt to use that customerId in the second call, I ...