GetVehicles

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
licenseplate Edm.String
unitname Edm.String
vehiclenr Edm.String
make Edm.String
model Edm.String
built Edm.Int32
telephone Edm.String
transporter Edm.String
sortOrder Edm.String
includeArchived* Edm.Boolean
Parameters marked with a * are required

Return

Type: Entity type - VehicleSummary
Is collection: true

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/GetVehicles ?licenseplate='x' &unitname='x' &vehiclenr='x' &make='x' &model='x' &built=x &telephone='x' &transporter='x' &sortOrder='x' &includeArchived=x