TripChain

Namespace: CCPEntities

Summary

The TripChain class is used to describe the full planning of a single (virtual) vehicle for one day

Syncable

This object is syncable

Properties

Name Type FixedLength MaxLength/Range Identity Summary Value
key TripChainId* Edm.Int32 False true
OwnerTransporterId* Edm.Int32 False The owner of the CCPEntities.TripChain
VehicleId Edm.Int32 False A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripChain
VehicleTypeId* Edm.Int32 False The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripChain
PlannedDrivingTime Edm.Int32 False The planned driving time [s]
PlannedDrivingDistance Edm.Double False The planned driving distance [km]
PlannedServiceTime Edm.Int32 False The planned service time [s]
PlannedWaitingTime Edm.Int32 False The planned waiting time [s]
StartDateTime* Edm.DateTime False The planned start time of the CCPEntities.TripChain
EndDateTime* Edm.DateTime False The planned end time of the CCPEntities.TripChain
Deleted* Edm.Boolean False Indicates whether this CCPEntities.TripChain is logically deleted. true if deleted; otherwise, false.
LastUpdated Edm.DateTime False A timestamp of the last update of the entity in CCP. Check this property in order to know if
you are in sync with CCP.
A timestamp in UTC.
Properties marked with a * are required

Navigation Properties

Name Type Multiplicity Summary
Trips Trip * A collection of CCPEntities.Trip that have to be executed during the execution of the CCPEntities.TripChain
OwnerTransporter Transporter * The owner of the CCPEntities.TripChain
TripChainActions TripChainActivity 0..1 A collection of CCPEntities.TripChainActivity that have to be executed during the execution of the CCPEntities.TripChain
TripCombinations TripCombination 0..1 A collection of CCPEntities.TripCombination that have to be executed during the execution of the CCPEntities.TripChain
Vehicle Vehicle * A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripChain
VehicleType VehicleType * The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripChain

Additional Information

No additional information found

Example

https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/TripChains