MovementActualData
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
MovementId* | Edm.Int32 | False | true | |||
| PickUpTime | Edm.DateTime | False |
Gets or sets the pick up time of the traveler (This is the time the traveler is in the vehicle and the driver starts the trip) |
||||
| DropOffTime | Edm.DateTime | False |
Gets or sets the drop off time of the traveler (This is the time the trip is done and the driver stopped the trip) |
||||
| ActualDistance | Edm.Double | False | Gets or sets the actual distance in KM | ||||
| CallbackStatusName | CallbackStatus | False | The status of the callback service | ||||
| PickupArrivalTime | Edm.DateTime | False |
Gets or sets the time the vehicle arrives at its pickup destination (At this point the traveler hasn't entered the vehicle yet) |
||||
| DropOffArrivalTime | Edm.DateTime | False |
Gets or sets the time the vehicle arrives at its dropoff destination (At this point the traveler hasn't left the vehicle yet) |
||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Interfaces.ISyncable 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. | |||
| PickUpCoordinate | Coordinate | False | |||||
| DropOffCoordinate | Coordinate | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Movement | Movement | 0..1 |