Forum Post: RE: REST service for JSON payload - OE 11.3.1

  • Thread starter Thread starter Tony
  • Start date Start date
Status
Not open for further replies.
T

Tony

Guest
I could not find any reference on the web that states the JSON payload for a REST service POST must have the opening {"request": .. } tag. I'm thinking this is an OE requirement when you want to map objects in the payload to input parameters of a procedure. This is something that I discovered when I created my REST service. I tested it by POSTing a payload with and without the {"request": .. } tags. The payload without the tag failed to map the objects. The payload with the tag mapped the objects to the input parameters and my procedure was able to read the value. So back to my original question, can the REST service 'Insert' the {"request": .. } to an incomming POST? Thanks, Tony.

Continue reading...
 
Status
Not open for further replies.
Back
Top