ProvBratnet.getInvoiceInfo Method

Returns the invoice information, based on its UID.
Public Function getInvoiceInfo( _ 
ByVal uid As String
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> getInvoiceInfo( 
string uid 
)
This language is not supported or no code example is available.

Parameters

uid
string

The UID of the invoice you got from sendInvoice, field invoiceUid

Return Value

Dictionary<string, string>
A dictionary(Of String, String) containing provider's answer. 
The Dictionary contains the following values: 
FieldValue / Description
userRequestID53b178f8-fb34-47c8-baee-75dc147a7bc9
versionTest Verion 01
response.responses[0].id0
response.responses[0].index1
response.responses[0].invoiceUidE16CAC5FFF6A00A0F03E4EAF26F202E0D29FE387
response.responses[0].invoiceMark400000000000001
response.responses[0].classificationMark0
response.responses[0].authenticationCode9D06320F8DC87715D73E098E32D8B464F134C106
response.responses[0].invoiceUrlhttps://einvoicing-dev.etimologiera.gr/invoice/preview/53b178f8-fb34-47c8
response.responses[0].bSignature
response.responses[0].hSignature
response.responses[0].signatureMessage
response.responses[0].cancellationMark0
response.responses[0].createdAt01/01/0001 00:00:00
response.responses[0].updatedAt01/01/0001 00:00:00
response.createdAt01/01/2026 09:00:00
response.updatedAt01/01/2026 09:00:00
JSON_ARBDATAVjJ4b2FtUXhUW!RpUlZKU1ZqSjRiMVp1Y0ZabFZte_hVMjVPYUdKSVFsVlZNVkpoVTJ4S2RWU
Example
 
 var bra = new ProvBratnet("BratnetUser", "BratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
 Dictionary<string, string> result = bra.getInvoiceInfo("E16CAC5FFF6A00A0F03E4EAF26F202E0D29FE387");
 					
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.getInvoiceInfo("E16CAC5FFF6A00A0F03E4EAF26F202E0D29FE387")
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition