ProvBratnet.getOpenTables Method

Get a list of all currently open tables for a specific branch
Public Function getOpenTables( _ 
ByVal branch As Integer
) As Object
This language is not supported or no code example is available.
public object getOpenTables( 
int branch 
)
This language is not supported or no code example is available.

Parameters

branch
int

The branch number is as sent in the issuer.branch.

Return Value

object
FieldValue / Description
userRequestID45cb7602-d2c9-4500-99ba
versionTest Verion 01
response[X].id40747
response[X].branch0
response[X].start01/01/2026 09:00:00
response[X].end
response[X].tableNameT12
response[X].state2
response[X].totalAmount248
response[X].records400000000000001,400000000000002
response[X].paidAmount0
response[X].createdAt01/01/2026 09:00:00
response[X].updatedAt01/01/2026 09:10:00
JSON_ARBDATAVjJ4b2FtUXhUW!RpUlZKU1Z
Where X is the increment number starting from zero (0). 
Each response[X] represents an open table.
Example
 
 var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
 Dictionary<string, string> result = bra.getOpenTables(0);
 					
This language is not supported or no code example is available.
 Dim bra As ProvBratnet = New ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", False)
 Dim result As Dictionary(Of String, String) = bra.getOpenTables(0)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition