POST api/ConnectedCar/Objective/ByFilter

Request Information

URI Parameters

None.

Body Parameters

ObjectiveFilter
NameDescriptionTypeAdditional information
FleetId

integer

None.

UserId

integer

None.

Month

integer

None.

objective_year

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FleetId": 1,
  "UserId": 1,
  "Month": 1,
  "objective_year": 1,
  "StartDate": "2026-01-12T22:43:27.8811238+00:00",
  "EndDate": "2026-01-12T22:43:27.8811238+00:00"
}

application/xml, text/xml

Sample:
<ObjectiveFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectedCarFleet.Shared.FilterClasses">
  <EndDate>2026-01-12T22:43:27.8811238+00:00</EndDate>
  <FleetId>1</FleetId>
  <Month>1</Month>
  <StartDate>2026-01-12T22:43:27.8811238+00:00</StartDate>
  <UserId>1</UserId>
  <objective_year>1</objective_year>
</ObjectiveFilter>

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.