Show / Hide Table of Contents

Class PickupOrderEvent

An event which occurred during the processing of the referenced pickup order PickupOrder

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
PickupOrderEvent
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.References
EdiModel.Metadata
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class PickupOrderEvent : EdiModel, IModel

Properties

AdditionalRemarks

Additional remarks (free form)

Declaration
public List<string> AdditionalRemarks { get; set; }
Property Value
Type Description
List<System.String>

Cancellation

Events indicating the cancellation of the pickup order

Declaration
public EdiPickupCancellation Cancellation { get; set; }
Property Value
Type Description
EdiPickupCancellation

ContractedPartner

The partner which is contracted for processing the pickup order

Declaration
public EdiPartnerIdentification ContractedPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

DataProcessing

Events occurred while validating and processing the data

Declaration
public EdiDataProcessing DataProcessing { get; set; }
Property Value
Type Description
EdiDataProcessing

Documents

A list of document items

Declaration
public List<EdiDocumentItem> Documents { get; set; }
Property Value
Type Description
List<EdiDocumentItem>

Forwarding

Events occurred while forwarding the pickup order to the receiving partner

Declaration
public EdiPickupForwarding Forwarding { get; set; }
Property Value
Type Description
EdiPickupForwarding

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>

OrderingPartner

The partner which is sending the pickup order to the contracted partner for pickup

Declaration
public EdiPartnerIdentification OrderingPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

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

PickupArrival

Events occurred while arrival a pickup location

Declaration
public EdiPickupArrival PickupArrival { get; set; }
Property Value
Type Description
EdiPickupArrival

PickupAttemptFailed

Events indicating a failed pickup attempt

Declaration
public EdiPickupAttemptFailed PickupAttemptFailed { get; set; }
Property Value
Type Description
EdiPickupAttemptFailed

PickupFinishedAtShipper

Events occurred while pickup finished at shipper

Declaration
public EdiPickupFinishedAtShipper PickupFinishedAtShipper { get; set; }
Property Value
Type Description
EdiPickupFinishedAtShipper

PickupLoadingCompleted

Events occurred while pickup loading completed

Declaration
public EdiPickupLoadingCompleted PickupLoadingCompleted { get; set; }
Property Value
Type Description
EdiPickupLoadingCompleted

PickupLoadingStarted

Events occurred while pickup loading started

Declaration
public EdiPickupLoadingStarted PickupLoadingStarted { get; set; }
Property Value
Type Description
EdiPickupLoadingStarted

PickupOrderDate

The date on which the pickup order was forwarded to the contracted partner

Declaration
public DateTime? PickupOrderDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

PickupOrderNo

Unique identification for the pickup order within the transport management system of the contract partner

Declaration
public string PickupOrderNo { get; set; }
Property Value
Type Description
System.String

PickupPlanning

Events occurred while planning a pickup order

Declaration
public EdiPickupPlanning PickupPlanning { get; set; }
Property Value
Type Description
EdiPickupPlanning

PickupStarted

Events occurred while starting a pickup order

Declaration
public EdiPickupStarted PickupStarted { get; set; }
Property Value
Type Description
EdiPickupStarted

PickupSuccessful

Events indicating a successful pickup

Declaration
public EdiPickupSuccessful PickupSuccessful { get; set; }
Property Value
Type Description
EdiPickupSuccessful

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 PickupOrder

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

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 pickup order at the plant of the shipping partner

Declaration
public EdiPickupUnloading Unloading { get; set; }
Property Value
Type Description
EdiPickupUnloading
Back to top Generated by DocFX