M
Michael Jacobs
Guest
Tony, I do not believe that the expression is editable in REST. However it is correct because you mapped the input parameter to a parameter within the 'body', which requires an outer "request" json object as a container that holds multiple individual parameters. With single input or output parameter the recommendation is to map it to the 'body' and not to the 'drop a parameter here...]. When you map directly to the body the expression should not have the "request" json object wrapper. A subtle distinction in the use of the GUI mapper.
Continue reading...
Continue reading...