/
Response Data for GetTotalOutstanding
Response Data for GetTotalOutstanding
Added on 23 April 2014 by JOSHUA
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": "{"totalOutstanding":652.35}", "msgCode": 0, "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