DNHistory Structure

The Delivery Note History event. 
It contains all the fields that may return as an event using the DeliveryNote.GetDeliveryNoteStatus
Public Structure DNHistory
This language is not supported or no code example is available.
public struct DNHistory
This language is not supported or no code example is available.
Fields
 
Name Description
Public field actorVat The VAT Number of the user that created the event
Public field eventTimestamp The timestamp when the event happened.
Public field eventType The eventType 
Possible values: RegisterTransfer, ConfirmOutcome, Rejection,
Public field mark The mark of the Event
Public field outcomeDetails A list that contains all the outcome details of the event, type of DeliveryOutcome
Public field rejectionDetails A list that contains all the rejection details of the event, type of rejection
Public field transportDetails A list that contains all the transport details of the event, type of TransportDetails
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition