/dataAccess/queryBranchesX/
¶
Receives a list of all active branches visible to the session user.
Request
POST {{server}}/VPE/dataAccess/queryBranchesX/
Content-Type: application/json
{
"DeviceId": "device-id",
"SessionId": "..."
}
Response
{
"Success": true,
"Message": "Operation executed successfully.",
"Branches": [
{
"Active": true,
"Description": null,
"Id": "...",
"Name": "TrustID",
"OrganisationId": "..."
},
...
]
}