/
Sample Data of RESPONSE to getCount Request
Sample Data of RESPONSE to getCount Request
If user validation is true and the ACTION request was successful then the response data will be as follow. Here the msgCode is holding the expected value i.e. Number of records available in server.
{ "userValidation": true, "resultJSON": "true", "msgCode": 5, "msg": "2014-02-13 01:51:10.0" }
If user is not being validated then the response data will be as follow:
{ "userValidation": false, "resultJSON": "", "msgCode": 0, "msg": "2014-02-13 01:51:10.0" }
If user validation is true but the ACTION request wasn't successful then the response data will be as follow:
{ "userValidation": true, "resultJSON": "false", "msgCode": 0, "msg": "2014-02-13 01:51:10.0" }
Private & Confidential