ProvBratnet.getOpenTableDetails Method

Get detailed information about orders on a specific open table.
Public Function getOpenTableDetails( _ 
ByVal branch As Integer, _ 
ByVal tableName As String
) As Object
This language is not supported or no code example is available.
public object getOpenTableDetails( 
int branch
string tableName 
)
This language is not supported or no code example is available.

Parameters

branch
int

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

tableName
string

The table number is as sent in the elements.tableAA

Return Value

object
FieldValue / Description
userRequestID1b34850e-bf6c-491e-88a8
versionTest Verion 01
response[X].id106181
response[X].pointOfService40747
response[X].aeedeRecordsID229625
response[X].userRequestID7265a420-ec46-4b46-8de1
response[X].insDateTime01/01/2026 09:00:00
response[X].invoiceType8.6
response[X].amount124
response[X].positiveNegative1
response[X].aeedeInitialStatus200
response[X].seriesAAL900 2290
response[X].involvedMarks
response[X].createdAt01/01/2026 09:00:00
response[X].updatedAt01/01/2026 09:00:00
JSON_ARBDATAVjJ4b2FtUXhUW!RpUlZKU1Z
 
Where X is the increment number starting from zero (0).
Example
 
 var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
 Dictionary<string, string> result = bra.getOpenTableDetails(0, "T57");
 					
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.getOpenTableDetails(0, "T57")
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition