GetTripsForBookings
Container: CCPServiceNamespace: System.Data.Objects
Summary
Gets a trip for a list of bookingIdsMethod
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 |
|---|---|---|
| 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 |
Return
Type: Entity type - TripSummaryIs collection: true