Show / Hide Table of Contents

Class EdiDeliveryPlanningExceptions

Detailed information about the exceptions that occurred while planning the delivery of the consignment. Use (null) to report successful processing of the consignment

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiDeliveryPlanningExceptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDeliveryPlanningExceptions : EdiPatternPropertiesBase

Properties

BadWeatherConditions

The weather does not permit delivery

Declaration
public EdiEmptyExtendableObject BadWeatherConditions { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ConsignmentNotComplete

Not in delivery - consignment incomplete

Declaration
public EdiEmptyExtendableObject ConsignmentNotComplete { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Customs

Not on delivery - Customs goods

Declaration
public EdiEmptyExtendableObject Customs { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Damaged

Not in delivery - goods damaged

Declaration
public EdiEmptyExtendableObject Damaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

GatewayRouting

Loaded from Gateway to...

Declaration
public EdiEmptyExtendableObject GatewayRouting { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Holidays

Not on delivery - regional holiday

Declaration
public EdiEmptyExtendableObject Holidays { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InResearch

Not on delivery - broadcast in search

Declaration
public EdiEmptyExtendableObject InResearch { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InvalidShipmentInformation

Not in delivery - incomplete / incorrect shipment information

Declaration
public EdiEmptyExtendableObject InvalidShipmentInformation { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

LateArrival

Not in delivery - long-distance traffic from VP / HUB delayed (E2 status)

Declaration
public EdiEmptyExtendableObject LateArrival { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Missing

Not in delivery - goods missing

Declaration
public EdiEmptyExtendableObject Missing { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

MissingDocumentation

Not in delivery - Delivery note missing / Accompanying documents incomplete

Declaration
public EdiEmptyExtendableObject MissingDocumentation { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NoTimeSlotForAgreedDeliveryTime

No time slot for agreed delivery time

Declaration
public EdiEmptyExtendableObject NoTimeSlotForAgreedDeliveryTime { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NotInDelivery

The consignment will not be delivered today

Declaration
public EdiEmptyExtendableObject NotInDelivery { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

OutsideDeliveryArea

The address of the consignee is not within the area served

Declaration
public EdiEmptyExtendableObject OutsideDeliveryArea { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PlannedForSecondTour

The consignment will be picked up and delivered later on the day

Declaration
public EdiEmptyExtendableObject PlannedForSecondTour { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

RejectedByReceiver

Receiver rejected, not in delivery by telephone refusal to accept...

Declaration
public EdiEmptyExtendableObject RejectedByReceiver { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ReturnAccordingToDisposal

Not delivered - refused consignment, return according to disposal

Declaration
public EdiEmptyExtendableObject ReturnAccordingToDisposal { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ReturnDisposalMissing

Not delivered - refused consignment, return - order missing

Declaration
public EdiEmptyExtendableObject ReturnDisposalMissing { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

SelfCollector

Not on delivery - Recipient is self-collector

Declaration
public EdiEmptyExtendableObject SelfCollector { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

SpaceIssue

There is a space issue for the delivery

Declaration
public EdiEmptyExtendableObject SpaceIssue { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

StandardDeliveryTimeSufficient

Not in delivery, Flex according to specification VP

Declaration
public EdiEmptyExtendableObject StandardDeliveryTimeSufficient { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TimeIssue

There is no time for the delivery

Declaration
public EdiEmptyExtendableObject TimeIssue { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TimeSlotFromConsignee

The consignee has provided a time slot for delivery

Declaration
public EdiTimeSlotConsignee TimeSlotFromConsignee { get; set; }
Property Value
Type Description
EdiTimeSlotConsignee

WaitingForNotification

Not in delivery - Advice of delivery according to EDI

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