Solved
Forum Discussion
JHunt
8 years agoCommunity Hero
You want your Resource to give just what the parameters are, not the values for them.
/{projectId}/newpricing/{pcode}/unitsThen in the Test Requests themselves, you set:
projectId = ${Project#ID}or
projectId = ${Project#InvalidID}- nkpalli8 years agoContributor
Thank you for your time and help clarify issue .