/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": "..."
        },
        ...
    ]
}
QueryBranchesResponse.Branches

= Branches

List of active branch records that are visible to a session user.

See also

Branch for more information about branch details.