POST api/ConnectedCar/TestDrive/ByFilters

Request Information

URI Parameters

None.

Body Parameters

TestDriveFilter
NameDescriptionTypeAdditional information
CustomerId

integer

None.

FleetId

integer

None.

UserId

integer

None.

CarId

integer

None.

TestId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "FleetId": 1,
  "UserId": 1,
  "CarId": 1,
  "TestId": 1
}

application/xml, text/xml

Sample:
<TestDriveFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectedCarFleet.Shared.FilterClasses">
  <CarId>1</CarId>
  <CustomerId>1</CustomerId>
  <FleetId>1</FleetId>
  <TestId>1</TestId>
  <UserId>1</UserId>
</TestDriveFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.