GetCurrentTripList
Container: CCPServiceNamespace: System.Data.Objects
Summary
Gets trips for the transporter that have status CCPEntities.TripStatus.Planned, CCPEntities.TripStatus.InTransitor CCPEntities.TripStatus.Active.
Method
The HTTP method for this function import is GETThis function is composable
This means that the query can be further extended with OData Query Options (like $select, $filter, etc.)Parameters
| Name | Type | Summary |
|---|---|---|
| from* | Edm.DateTime | Trips that have PlannedStartingTime after the from date |
| until* | Edm.DateTime | Trips that have PlannedStartingTime before the until date. |
Return
Type: Entity type - TripSummaryIs collection: true