TransportDetails Structure

Struct TransportDetails 
It contains all the necessary fields to determine the details of a transport.
Public Structure TransportDetails
This language is not supported or no code example is available.
public struct TransportDetails
This language is not supported or no code example is available.
Fields
 
Name Description
Public field carrierVatNumber mandatory field 
The VAT Number of the Carrier Company 
If the same company that issued the delivery note transfers the package itself, then the VAT number is the same as the issuer's.
Public field location The exact geographic location of the transport event 
Get the current coordinates using the method DeliveryNote.getCurrentLocation
Public field pNumber Free Text 
Registration number "P" (registration number of the semi-trailer/trailer)
Public field timestamp mandatory field 
Datetime of the transport event
Public field transportType mandatory field 
Values between 1 and 6. 
It is still unclassified by AADE, so the meaning of each value is unclear.
Public field vehicleNumber mandatory field 
Free Text 
Means of Transport Number (Registration Number/Name of vessel/Itinerary or flight code/Transportation without a means of transport)
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition