v1
latestOpenAPI 3.0.02026-07-242035712.0 MBAccount V2
Account Balance List
<ul> <li class="docBullet">Allows for retrieval of a list of all child accounts of an account or list all account of provided customer id.</li> <li class="docBullet">A simple list of all child account id’s and their names, descriptions and billing currencies are returned.</li> </ul>post/pws/v2/pws_get_balances/
Request body
Example request
{
"ac_id": 285287818,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"option": 2
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"blk_amt_aggregate": 5500.001,
"act_amt_aggregate": 1200.101,
"body": [
{
"ac_id": 732021388,
"ac_name": "Akhsay Patel",
"ac_parent": 122222,
"client_id": 123456,
"bill_ccy": "826",
"bal_blk_amt": 100,
"bal_act_amt": 10000,
"cre_dt": "2019-12-03T08:03:12Z"
}
]
}