GetCurrentTripList

Container: CCPService
Namespace: System.Data.Objects

Summary

Gets trips for the transporter that have status CCPEntities.TripStatus.Planned, CCPEntities.TripStatus.InTransit
or CCPEntities.TripStatus.Active.

Method

The HTTP method for this function import is GET

This 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.
Parameters marked with a * are required

Return

Type: Entity type - TripSummary
Is collection: true

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/GetCurrentTripList ?from=datetime'yyyy-MM-ddThh:mm:ss' &until=datetime'yyyy-MM-ddThh:mm:ss'