GetLastTripsOfBookings

Container: CCPService
Namespace: System.Data.Objects

Summary

Gets the last trip of each booking of the user.
It only returns trips which are at the end of the flow for e.g. a trip with the status NoShow.

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
No parameters
Parameters marked with a * are required

Return

Type: Entity type - TripSummary
Is collection: true
Summary: An IQueryable with all the last trips of the users bookings

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/GetLastTripsOfBookings