GetTravelAdviceFromCoordinates

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
contractId* Edm.Int32
travelerId Edm.Int32
contractorId Edm.Int32
transporterId Edm.Int32
requestDateTime* Edm.DateTime
requestTypeName Edm.String
pickupLatitude* Edm.Double
pickupLongitude* Edm.Double
dropoffLatitude* Edm.Double
dropoffLongitude* Edm.Double
indications Edm.String
Parameters marked with a * are required

Return

Type: Entity type - TravelAdvice
Is collection: true

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetTravelAdviceFromCoordinates ?contractId=x &travelerId=x &contractorId=x &transporterId=x &requestDateTime=datetime'yyyy-MM-ddThh:mm:ss' &requestTypeName='x' &pickupLatitude=x &pickupLongitude=x &dropoffLatitude=x &dropoffLongitude=x &indications='x'