ProvBratnet.getCreditInfo Method
Get the available and consumed provider credits.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
Dictionary<
string,
string>
| Field | Value / Description |
|---|
| response.b2GCredits | 2500 |
| response.consumedB2G | 193 |
| response.consumedRetail | 1972 |
| response.consumedTotal | 5624 |
| response.consumedWholesale | 1440 |
| response.periodEnd | 01/01/2026 00:00:00 |
| response.periodStart | 01/01/2026 00:00:00 |
| response.retailCredits | 10000 |
| response.vat | 123456789 |
| response.wholesaleCredits | 5000 |
| userRequestID | a2caefc4-7342-4053-ad8e |
| version | Version 04 |
var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
Dictionary<string, string> result = bra.getCreditInfo();
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.getCreditInfo()
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer