Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

As shown in Create Request , you can use your preferred tools to monitor Restful Actions between our web application with the server.


ChromeSafariFirefox

Chrome

Safari


Most of the API End Points are accessible via GET/PUT/POST/DELETE actions. All you need to do is to simulate the actions in your application.

Please be aware to ease the difference between browsers, we treat PUT and POST actions as the same.

We use 'id' field in requests to distinguish Add and Update action. One action is treated as Update if there's valid 'id' value (exist and not NULL), otherwise it would be treated as Add action.

  • No labels