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>
FieldValue / Description
userRequestID41bb1d1f-52ce-46b0-a207-16cc798ccfed
versionTest Verion 01
response.uidD123FCA456D7F8901F2CA34567BC8B901FA7F23B
response.mark400000000000001
response.authCode9D06320F8DC87715D73E098E32D8B464F134C106
response.createdAt01/01/2026 09:30:00
response.updatedAt01/01/2026 09:30:00
response.kedStateΠρος Αποστολής/To be send
JSON_ARBDATAVjJ4b2FtUXhUW!RpUlZKU1ZqSjRjRlpxUW1!T1ZteFpZa1Z3VDJFeWVFVlZ
response.softReject
response.softReject.buyerReferenceBT10.requirementEnter Contracting Authority 1007.901.0002.
response.softReject.buyerReferenceBT10.value1007.901.0002
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