v1
latestOpenAPI 3.0.02026-07-242035712.0 MBGroup
View Linked Account Groups
This web service is used to view account/groups that are linked for the given client
post/pws/pws_get_acc_groups/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"acc_id": 150922641
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"group_id": 1,
"group_name": "Any group",
"group_desc": "Special group ID for the case we need all groups to be involved",
"cre_by": 70,
"updated_by": 70,
"replace_id": -1,
"client_id": 123456,
"client_name": "Paymentology"
}
}