How to pass JSON in Cache Rest Services using Postman?
I created the sample rest services in Cache, I also set output in JSON format.
Can anyone explain how to pass JSON in Rest Services using POSTMAN?
Thanks.
I created the sample rest services in Cache, I also set output in JSON format.
Can anyone explain how to pass JSON in Rest Services using POSTMAN?
Thanks.
Why do you ask about Postman here?
For Postman does not matter which server do you use. Please go to their documentation, where you can also find some video tutorials.
MDX2JSON api provides postman collection and environment. You can use it as an example.
Here's a screenshot of POST request:
It's easy,
As Eduard has exposed, you can pass a JSon as content of your Api
check that application/json is included into headers collection