POST api/ConnectedCar/Reports/TestDriveObjectiveRealized
Request Information
URI Parameters
None.
Body Parameters
ObjectiveFilter| Name | Description | Type | Additional 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-12T17:53:19.1314985+00:00",
"EndDate": "2026-01-12T17:53:19.1314985+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-12T17:53:19.1314985+00:00</EndDate> <FleetId>1</FleetId> <Month>1</Month> <StartDate>2026-01-12T17:53:19.1314985+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.