How to Test API

This section describes to how to call the API in test mode.

To test API developer must pass the specific value for each method. Purpose of all demo methods is that the developer can test his code written to implement this API. There will not be any real transaction done while testing the API. By using demo methods, the developer can come to know the behavior of the methods. 

By using below demo methods, developer can know the response of each method also the developer can test which type of errors will be generated if any invalid argument is passed. By using demo methods developer can test how the response will be given from method if all the parameters are valid.