GET api/v2/FleetMaintenance/planningOperation/{vehicleId}
Retourne la liste des planning pour un vehicule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MaintenancePlanOperationVehicleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TriggerDaysEstimation |
texte pour le nombre de jour. |
string |
None. |
| DaysLeft |
Nombre de jour avant la prochaine maintenance |
integer |
None. |
| IsEstimated |
indique si le nombre de jour est estimée ou non |
boolean |
None. |
| LastOperationUtc |
Date UTC pour la derniere opération |
date |
None. |
| Mileage |
Kilométrage |
integer |
None. |
| OperationCost | decimal number |
None. |
|
| DistributorId | globally unique identifier |
None. |
|
| EstimatedOperationDate |
Date estimée de l'entiretien |
date |
None. |
| EstimatedOperationMileage |
Kilométrage estimé de l'entiretien |
integer |
None. |
| VehicleId |
identifiant du véhicule |
globally unique identifier |
Required |
| MaintenancePlanId |
Représente un plan d'entretien |
integer |
None. |
| OperationId |
Représente une opération basique |
integer |
Required |
| Operation |
Nom de l'opération |
string |
None. |
| DistanceRecur |
Type D'échéance : Kilométrage |
integer |
None. |
| EngineDurationRecur |
Type D'échéance : Heures Moteur |
integer |
None. |
| DurartionRecur |
Type D'échéance : Date (En nombre de mois) |
integer |
None. |
| IsUnique |
Opération unique : Elle ne se fait qu'une fois tout au long de la durée du véhicule |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TriggerDaysEstimation": "sample string 1",
"DaysLeft": 1,
"IsEstimated": true,
"LastOperationUtc": "2026-03-06T00:18:43.4603977+00:00",
"Mileage": 1,
"OperationCost": 1.1,
"DistributorId": "631d6f2e-b41c-402e-8382-d3afe8f924f6",
"EstimatedOperationDate": "2026-03-06T00:18:43.4603977+00:00",
"EstimatedOperationMileage": 1,
"VehicleId": "9b58b7c8-7a9a-4793-ad5f-0f23a2050524",
"MaintenancePlanId": 4,
"OperationId": 7,
"Operation": "sample string 8",
"DistanceRecur": 1,
"EngineDurationRecur": 1,
"DurartionRecur": 1,
"IsUnique": true
},
{
"TriggerDaysEstimation": "sample string 1",
"DaysLeft": 1,
"IsEstimated": true,
"LastOperationUtc": "2026-03-06T00:18:43.4603977+00:00",
"Mileage": 1,
"OperationCost": 1.1,
"DistributorId": "631d6f2e-b41c-402e-8382-d3afe8f924f6",
"EstimatedOperationDate": "2026-03-06T00:18:43.4603977+00:00",
"EstimatedOperationMileage": 1,
"VehicleId": "9b58b7c8-7a9a-4793-ad5f-0f23a2050524",
"MaintenancePlanId": 4,
"OperationId": 7,
"Operation": "sample string 8",
"DistanceRecur": 1,
"EngineDurationRecur": 1,
"DurartionRecur": 1,
"IsUnique": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMaintenancePlanOperationVehicleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.FleetMaintenance">
<MaintenancePlanOperationVehicleDto>
<DistanceRecur>1</DistanceRecur>
<DistributorId i:nil="true" />
<DurartionRecur>1</DurartionRecur>
<EngineDurationRecur>1</EngineDurationRecur>
<Id>e5ea4a23-6932-421d-bad9-a296710ae673</Id>
<IsUnique>true</IsUnique>
<MaintenancePlanDtoId>69244e94-6518-4d19-917f-b076bc007aae</MaintenancePlanDtoId>
<Operation>sample string 8</Operation>
<OperationId>7</OperationId>
<MaintenancePlanId>4</MaintenancePlanId>
<VehicleId>9b58b7c8-7a9a-4793-ad5f-0f23a2050524</VehicleId>
<DaysLeft>1</DaysLeft>
<DistributorId>631d6f2e-b41c-402e-8382-d3afe8f924f6</DistributorId>
<EstimatedOperationDate>2026-03-06T00:18:43.4603977+00:00</EstimatedOperationDate>
<EstimatedOperationMileage>1</EstimatedOperationMileage>
<IsEstimated>true</IsEstimated>
<LastOperationUtc>2026-03-06T00:18:43.4603977+00:00</LastOperationUtc>
<Mileage>1</Mileage>
<OperationCost>1.1</OperationCost>
<TriggerDaysEstimation>sample string 1</TriggerDaysEstimation>
</MaintenancePlanOperationVehicleDto>
<MaintenancePlanOperationVehicleDto>
<DistanceRecur>1</DistanceRecur>
<DistributorId i:nil="true" />
<DurartionRecur>1</DurartionRecur>
<EngineDurationRecur>1</EngineDurationRecur>
<Id>e5ea4a23-6932-421d-bad9-a296710ae673</Id>
<IsUnique>true</IsUnique>
<MaintenancePlanDtoId>69244e94-6518-4d19-917f-b076bc007aae</MaintenancePlanDtoId>
<Operation>sample string 8</Operation>
<OperationId>7</OperationId>
<MaintenancePlanId>4</MaintenancePlanId>
<VehicleId>9b58b7c8-7a9a-4793-ad5f-0f23a2050524</VehicleId>
<DaysLeft>1</DaysLeft>
<DistributorId>631d6f2e-b41c-402e-8382-d3afe8f924f6</DistributorId>
<EstimatedOperationDate>2026-03-06T00:18:43.4603977+00:00</EstimatedOperationDate>
<EstimatedOperationMileage>1</EstimatedOperationMileage>
<IsEstimated>true</IsEstimated>
<LastOperationUtc>2026-03-06T00:18:43.4603977+00:00</LastOperationUtc>
<Mileage>1</Mileage>
<OperationCost>1.1</OperationCost>
<TriggerDaysEstimation>sample string 1</TriggerDaysEstimation>
</MaintenancePlanOperationVehicleDto>
</ArrayOfMaintenancePlanOperationVehicleDto>