ProvBratnet.getOpenTableDetails Method
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| Field | Value / Description |
|---|---|
| userRequestID | 1b34850e-bf6c-491e-88a8 |
| version | Test Verion 01 |
| response[X].id | 106181 |
| response[X].pointOfService | 40747 |
| response[X].aeedeRecordsID | 229625 |
| response[X].userRequestID | 7265a420-ec46-4b46-8de1 |
| response[X].insDateTime | 01/01/2026 09:00:00 |
| response[X].invoiceType | 8.6 |
| response[X].amount | 124 |
| response[X].positiveNegative | 1 |
| response[X].aeedeInitialStatus | 200 |
| response[X].seriesAA | L900 2290 |
| response[X].involvedMarks | |
| response[X].createdAt | 01/01/2026 09:00:00 |
| response[X].updatedAt | 01/01/2026 09:00:00 |
| JSON_ARBDATA | VjJ4b2FtUXhUW!RpUlZKU1Z |
Where X is the increment number starting from zero (0).
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.