Hi Jaymer,
Sorry for the confusion. Please have a look at the 2 attachments. Both screenshots from Postman.
In Screenshot1 you will see that the Body data is sent through as form data(x-www-form-urlencoded),which is the correct way to do it for this specific API.
In Screenshot2 you will see that the Body data is sent through in raw JSON format. I have created all my previous POST Rest services in the same manner in Aware, works great because the Input Parm object is in context and in JSON format.
What I want to know. How do I implement the POST with parameters sent as form data(as in Postman-because the API gives me a return,code 200).
If I implement it in the same way as above, taking the Parm Object in Context as input, I get an error, that is in Aware.. Should this rather be used as a string(see screenshot3). None of it is working, or should I pass a HEADER with it?





