ProvBratnet.getB2GInfo Method
Public Function getB2GInfo( _
ByVal mark As String _
) As Dictionary(Of String, String)
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>| Field | Value / Description |
|---|---|
| userRequestID | 41bb1d1f-52ce-46b0-a207-16cc798ccfed |
| version | Test Verion 01 |
| response.uid | D123FCA456D7F8901F2CA34567BC8B901FA7F23B |
| response.mark | 400000000000001 |
| response.authCode | 9D06320F8DC87715D73E098E32D8B464F134C106 |
| response.createdAt | 01/01/2026 09:30:00 |
| response.updatedAt | 01/01/2026 09:30:00 |
| response.kedState | Προς Αποστολής/To be send |
| JSON_ARBDATA | VjJ4b2FtUXhUW!RpUlZKU1ZqSjRjRlpxUW1!T1ZteFpZa1Z3VDJFeWVFVlZ |
| response.softReject | |
| response.softReject.buyerReferenceBT10.requirement | Enter Contracting Authority 1007.901.0002. |
| response.softReject.buyerReferenceBT10.value | 1007.901.0002 |
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.