GetMovementSchedules

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

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
travelerId Edm.Int32
movementScopes Edm.String
daysOfWeek Edm.String
from* Edm.DateTime
until* Edm.DateTime
weekTypes Edm.String
costCenter Edm.String
transporter Edm.String
sortOrder Edm.String
Parameters marked with a * are required

Return

Type: Entity type - MovementScheduleSummary
Is collection: true

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetMovementSchedules ?travelerId=x &movementScopes='x' &daysOfWeek='x' &from=datetime'yyyy-MM-ddThh:mm:ss' &until=datetime'yyyy-MM-ddThh:mm:ss' &weekTypes='x' &costCenter='x' &transporter='x' &sortOrder='x'