GetDrivers

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
fullName Edm.String
town Edm.String
address Edm.String
postalCode Edm.String
transporter Edm.String
sortOrder Edm.String
Parameters marked with a * are required

Return

Type: Entity type - DriverSummary
Is collection: true

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetDrivers ?fullName='x' &town='x' &address='x' &postalCode='x' &transporter='x' &sortOrder='x'