D365FO - Postman and Odata service validation

If you are in Dynamics 365 Finance and Operations development and if you have a scenario of Synchronous integration , most probably you must have used oData service and along with that POSTMAN app in order to validate your scenarios. A short intro.. Postman is free tool available for download which can be used as a test client for API development. It is available as a native app (need to download) and also as a Chrome extension. Just to give you a context around, API, different types of API and D365FO, different integration approaches in D365FO and oData service (format=JSON) - I have tried to illustrate the relation in the below picture. Disclaimer: Obviously, the above illustration doesn't contain all the relevant information, but might only help in setting some context. Now in this blog post I would like to share about the ease of working with POSTMAN when working with D365FO oData endpoints. So information regarding integration as such will have to ...