GetTripsForBookings

Container: CCPService
Namespace: System.Data.Objects

Summary

Gets a trip for a list of bookingIds

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
bookingIds Edm.String String of one or more booking id(s), seperated by commas
tripStatuses Edm.String String of the trip status, can be empty
skip* Edm.Int32 Records to skip
take* Edm.Int32 Records to take
Parameters marked with a * are required

Return

Type: Entity type - TripSummary
Is collection: true

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/GetTripsForBookings ?bookingIds='x' &tripStatuses='x' &skip=x &take=x