TripCombination
Namespace: CCPEntities
Summary
The TripCombination is a combination of Trips, of which the order of executing underlaying Movements is provided in a logical sequence.Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TripCombinationId* | Edm.Int32 | False | true | |||
| OwnerTransporterId* | Edm.Int32 | False | The owner of the CCPEntities.TripCombination | ||||
| VehicleId | Edm.Int32 | False | A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripCombination | ||||
| VehicleTypeId* | Edm.Int32 | False | The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripCombination | ||||
| DriverId | Edm.Int32 | False | The driver that carries out the CCPEntities.TripCombination | ||||
| TripChainId | Edm.Int32 | False | |||||
| Sequence | Edm.Int32 | False | Determines the order in which Trips/TripCombinations are executed within a 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] | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.TripCombination is logically deleted. |
|
|||
| 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. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Trips | Trip | * | The collection of CCPEntities.Trip that make up the combination | |
| TripChain | TripChain | 0..1 | ||
| Driver | Driver | * | The driver that carries out the CCPEntities.TripCombination | |
| OwnerTransporter | Transporter | * | The owner of the CCPEntities.TripCombination | |
| Vehicle | Vehicle | * | A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripCombination | |
| VehicleType | VehicleType | * | The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripCombination |