Question Manoj K · Mar 3, 2017 How to pass JSON in Cache Rest Services using Postman? #REST API #Caché 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. 0 0 913
Dmitry Maslennikov · Mar 3, 2017 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. Eduard Lebedyuk · Mar 3, 2017 MDX2JSON api provides postman collection and environment. You can use it as an example.Here's a screenshot of POST request: Kurro Lopez · Mar 6, 2017 It's easy,As Eduard has exposed, you can pass a JSon as content of your Apicheck that application/json is included into headers collection
Eduard Lebedyuk · Mar 3, 2017 MDX2JSON api provides postman collection and environment. You can use it as an example.Here's a screenshot of POST request: Kurro Lopez · Mar 6, 2017 It's easy,As Eduard has exposed, you can pass a JSon as content of your Apicheck that application/json is included into headers collection
Kurro Lopez · Mar 6, 2017 It's easy,As Eduard has exposed, you can pass a JSon as content of your Apicheck that application/json is included into headers collection
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