A Car Delivery Network EndPoint entity.
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataEndPoint
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3062.0 (3.2.3062)
Syntax
C#
public class EndPoint
The EndPoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EndPoint |
Initializes a new instance of the EndPoint class.
|
Properties
Name | Description | |
---|---|---|
![]() | Destination |
Mandatory - The Destination for this EndPoint
|
![]() | Documents |
Optional - Collection of documents associated with this end point
|
![]() | Eta |
Readonly - The driver estimated ETA at this endpoint
|
![]() | GateOutCode |
Readonly - The vinYARD gate release code generated at this endpoint
|
![]() | ProofDocUrl |
ReadOnly - The URL of the proof document associated with this EndPoint ()
|
![]() | RequestedDate |
Mandatory - The requested date for this EndPoint.
|
![]() | RequestedDateIsExact |
Mandatory - When true, indicates that RequestedDate is an exact date. Pickup/Delivery must be ON this date.
When false, indicates that RequestedDate is not exact. Pickup/Delivery should be FROM/UP TO this date
|
![]() | ScheduledDate |
Readonly - The date the job is scheduled by the carrier
|
![]() | SequenceNumber |
Optional - Sequence number of this endpoint
|
![]() | Signoff |
ReadOnly - The signature collected at this EndPoint
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
![]() | ToString(MessageFormat) |
Returns a serial representation of the object in the specified format.
|
See Also