Class ConsignmentEvent
An event which occurred during the processing of the referenced consignment Consignment
Inheritance
Inherited Members
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class ConsignmentEvent : EdiModel, IModel
Properties
AdditionalRemarks
Additional remarks (free form)
Declaration
public List<string> AdditionalRemarks { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
ArrivalAtReceiver
Events occurred while arriving the receiver
Declaration
public EdiEventArrivalAtReceiver ArrivalAtReceiver { get; set; }
Property Value
Type | Description |
---|---|
EdiEventArrivalAtReceiver |
Cancellation
Events indicating new information that should be added/updated in the consignment
Declaration
public EdiEventCancellation Cancellation { get; set; }
Property Value
Type | Description |
---|---|
EdiEventCancellation |
ChangeRequest
Events indicating new information that should be added/updated in the consignment
Declaration
public EdiEventChangeRequest ChangeRequest { get; set; }
Property Value
Type | Description |
---|---|
EdiEventChangeRequest |
Completion
Events indicating successful completion of a task, consignment has been forwarded
Declaration
public EdiEventCompletion Completion { get; set; }
Property Value
Type | Description |
---|---|
EdiEventCompletion |
ConsignmentNoDeliveringPartner
Consignment number of the delivering partner
Declaration
public string ConsignmentNoDeliveringPartner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsignmentNoReceivingPartner
Consignment number of the receiving partner
Declaration
public string ConsignmentNoReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsignmentNoShippingPartner
Consignment number of the shipping partner
Declaration
public string ConsignmentNoShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsignmentObjectId
Unique identification for the consignment in a central system
Declaration
public string ConsignmentObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataProcessing
Events occurred while validating and processing the data
Declaration
public EdiDataProcessing DataProcessing { get; set; }
Property Value
Type | Description |
---|---|
EdiDataProcessing |
DeliveryAttemptFailed
Events indicating a failed delivery attempt
Declaration
public EdiEventDeliveryAttemptFailed DeliveryAttemptFailed { get; set; }
Property Value
Type | Description |
---|---|
EdiEventDeliveryAttemptFailed |
DeliveryPlanning
Events occurred while planning the delivery of the consignment
Declaration
public EdiDeliveryPlanning DeliveryPlanning { get; set; }
Property Value
Type | Description |
---|---|
EdiDeliveryPlanning |
DeliveryStarted
Events indicating the start of the delivery
Declaration
public EdiEventDeliveryStarted DeliveryStarted { get; set; }
Property Value
Type | Description |
---|---|
EdiEventDeliveryStarted |
DeliverySuccessful
Events indicating successful delivery
Declaration
public EdiEventDeliverySuccessful DeliverySuccessful { get; set; }
Property Value
Type | Description |
---|---|
EdiEventDeliverySuccessful |
Documents
A list of document items
Declaration
public List<EdiDocumentItem> Documents { get; set; }
Property Value
Type | Description |
---|---|
List<EdiDocumentItem> |
EstimatedArrivalAtReceiver
Events occurred regarding the estimated time of arrival at receiver
Declaration
public EdiEventEstimatedArrivalAtReceiver EstimatedArrivalAtReceiver { get; set; }
Property Value
Type | Description |
---|---|
EdiEventEstimatedArrivalAtReceiver |
Gateway
Events occurred while cross docking the consignment. (i.e. HUB or gateway cross dock)
Declaration
public EdiEventGateway Gateway { get; set; }
Property Value
Type | Description |
---|---|
EdiEventGateway |
GeneralProcessingNotification
Events occurred while physically processing the consignment (e.g. moving goods, scanning packages)
Declaration
public EdiGeneralProcessingNotification GeneralProcessingNotification { get; set; }
Property Value
Type | Description |
---|---|
EdiGeneralProcessingNotification |
GeoPosition
The geo position
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
Images
A list of status images
Declaration
public List<EdiStatusImage> Images { get; set; }
Property Value
Type | Description |
---|---|
List<EdiStatusImage> |
LoadingEquipmentExchange
Information on loading equipment exchange at this consignment
Declaration
public EdiLoadingEquipmentExchange LoadingEquipmentExchange { get; set; }
Property Value
Type | Description |
---|---|
EdiLoadingEquipmentExchange |
Notification
Events occurred while processing the notification of the consignment
Declaration
public EdiEventNotification Notification { get; set; }
Property Value
Type | Description |
---|---|
EdiEventNotification |
OrderingParty
Person or company that ordered the transport of the consignment. Often identical to the shipper
Declaration
public EdiAddress OrderingParty { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
OriginalEventCode
Original event code
Declaration
public string OriginalEventCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReceivingPartner
The partner which is receiving the goods declared on the manifest from the shipping partner for further delivery
Declaration
public EdiPartnerIdentification ReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
ReferenceNumber
Reference number of the parent consignment
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportingPartner
The partner which is reporting the event
Declaration
public EdiPartnerIdentification ReportingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
ShippingDate
Shipping date
Declaration
public DateTime? ShippingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
ShippingPartner
The partner which is sending the consignment to the receiving partner for further delivery
Declaration
public EdiPartnerIdentification ShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
Unloading
Events occurred while unloading the consignment
Declaration
public EdiUnloading Unloading { get; set; }
Property Value
Type | Description |
---|---|
EdiUnloading |
WaitDowntimeMinutes
Wait/Downtime in minute
Declaration
public int? WaitDowntimeMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |