ProvBratnet.getB2GInfo Method

Get the current B2G/ΚΕΔ status of a single B2G invoice identified by its AADE mark (the unique mark of the invoice in scope of Greece).
Public Function getB2GInfo( _ 
ByVal mark As String
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> getB2GInfo( 
string mark 
)
This language is not supported or no code example is available.

Parameters

mark
string

The MARK of the B2G invoice

Return Value

Dictionary<string, string>
Example
 
  var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
  Dictionary<string, string> result = bra.getB2GInfo("400000000000001"");
  					
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.getB2GInfo("400000000000001")
  					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition