ProvIlyda.cancelDeliveryNote Method

Use this method in order to cancel a Delivery Note to Ilyda Provider.
Public Function cancelDeliveryNote( _ 
ByVal vatNumber As String, _ 
ByVal Mark As String
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> cancelDeliveryNote( 
string vatNumber
string Mark 
)
This language is not supported or no code example is available.

Parameters

vatNumber
string

The Vat number of the Issuer ex 123456789

Mark
string

The Mark of the Delivery Note you want to Cancel.

Return Value

Dictionary<string, string>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition