DeliveryNote.getProductsFromURL Method

Get the list of the products sent to AADE in a datatable, using the URL of the Invoice.
Public Function getProductsFromURL( _ 
ByVal URL As String
) As DataTable
This language is not supported or no code example is available.
public DataTable getProductsFromURL( 
string URL 
)
This language is not supported or no code example is available.

Parameters

URL
string

The URL of the Invoice

Return Value

DataTable
A DataTable containing the following columns: 
1. ProductCode 
2. Description 
3. MM 
4. Quantity

.NET Framework

Supported in: 3.5 or newer

In this article

Definition