1 |
10010 |
Client Balance successfully retrieved |
Response received and tableRes holds the data of the client balance. The AccountBalance value is nested within tableRes
Example JSON response
{
"coreRes":
{
"status": 1,
"Message": "Client Balance successfully retrieved.",
"MessageID": 10010
},
"tableRes":
[
{
"ClientID": 100000,
"AccountBalance": "1400000",
"Status": "success",
"Balance Currency": "GBP",
"Balance State": "IN_CREDIT"
}
]
}
|