Show / Hide Table of Contents

Class EdiDocumentReferences

All references to the linked documents, systems and devices

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

Properties

CommissionNo

Commission number under which the commission is managed in the master data

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

ConsignmentNoReceivingPartner

Unique identification for the consignment within the transport management system of the receiving partner

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

ConsignmentNoShippingPartner

Unique identification for the consignment within the transport management system 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

DeliveryNote

The delivery note of the shipper which describes the content of this consignment

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

DeviceId

The id of the used device

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

DriverId

The id of the driver

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

GroupName

Name of the a referenced group

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

Id

The unique id of the document

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

PackageNo

Unique identification for the package. This is often an SSCC / NVE barcode number

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

ReferenceNumber

The reference number (e.g. delivery note")

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

StopId

Stop Id. Unique identifier for the stop within the tour

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

SystemReferences

A reference to an IT system

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

TourId

The Tour Id. A unique identifier assigned to the tour by the devlivering company

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

TourReference

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

TransportOrderId

Transport Order Id

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

TransportOrderNo

Transport Order No

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

VehicleId

The unique Id of the vehicle (Truck/Trailer/Train)

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

WorkflowId

Declaration
public string WorkflowId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX