DeliveryNote.ConfirmDeliveryReturn Method

This method is called by the issuer of the Delivery Note to declare the transit completed during the return. 
This applies on the following cases: 
1. The Carrier did not deliver all the goods. 
2. Delivery Failed and the goods are returned to the issuer. 
3. Delivery Note was rejected by the receiver. 
4. The invoice type is 9.2 or the invoice has an Reverse Delivery Note indicator.
Public Function ConfirmDeliveryReturn( _ 
ByVal qrURL As String, _ 
Optional ByVal GreekErrors As Boolean = False _ 
) As String
This language is not supported or no code example is available.
public string ConfirmDeliveryReturn( 
string qrURL
bool GreekErrors = False 
)
This language is not supported or no code example is available.

Parameters

qrURL
string

The QR URL of the Delivery Note.

GreekErrors
bool

Return Value

string

.NET Framework

Supported in: 3.5 or newer

In this article

Definition