A CDx shipment
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataCdxShipment
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
Syntax
The CdxShipment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CdxShipment | Initializes a new instance of the CdxShipment class |
Properties
Name | Description | |
---|---|---|
![]() | EventDateTime |
Time shipment was created at client (Format: 2019-04-16 10:28:17)
|
![]() | ExchangeId |
A unique Id for this CDx shipment
|
![]() | Notes |
Notes
|
![]() | Price |
A price for the entire shipment
|
![]() | ReceiverScac |
the receiver's SCAC
|
![]() | SenderInventoryId |
SenderInventoryId
|
![]() | SenderJobNumber |
A job number identifying this shipment to the sender
|
![]() | SenderLoadId |
A Load Id identifying this load to the sender
|
![]() | SenderScac |
The Sender's SCAC
|
![]() | SenderTripId |
A Load Id identifying this trip to the sender
|
![]() | VehicleCount |
The number of vehicles on this shipment
|
Methods
Name | Description | |
---|---|---|
![]() | GetEventDateTime |
Gets a DateTime representation of the EventDateTime string
|
See Also