GET api/v2/FleetMaintenance/operation
Retourne la la liste des opérations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OperationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OperationId | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| ErisId | string |
String length: inclusive between 0 and 6 |
|
| Type | OperationType |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| CustomerName | string |
None. |
|
| DistributorId | globally unique identifier |
None. |
|
| DistributorName | string |
None. |
|
| OwnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9e021aa3-74d3-4da3-8a4c-c1d4eb448f99",
"OperationId": 1,
"Name": "sample string 2",
"ErisId": "sample string 3",
"Type": 0,
"CustomerId": "d188a8f2-d854-4680-93cb-9962204a5b35",
"CustomerName": "sample string 4",
"DistributorId": "e41eb5af-43ca-41e2-a57c-cd976b102600",
"DistributorName": "sample string 5",
"OwnerName": "sample string 4"
},
{
"Id": "9e021aa3-74d3-4da3-8a4c-c1d4eb448f99",
"OperationId": 1,
"Name": "sample string 2",
"ErisId": "sample string 3",
"Type": 0,
"CustomerId": "d188a8f2-d854-4680-93cb-9962204a5b35",
"CustomerName": "sample string 4",
"DistributorId": "e41eb5af-43ca-41e2-a57c-cd976b102600",
"DistributorName": "sample string 5",
"OwnerName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfOperationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.FleetMaintenance">
<OperationDto>
<CustomerId>d188a8f2-d854-4680-93cb-9962204a5b35</CustomerId>
<CustomerName>sample string 4</CustomerName>
<DistributorId>e41eb5af-43ca-41e2-a57c-cd976b102600</DistributorId>
<DistributorName>sample string 5</DistributorName>
<ErisId>sample string 3</ErisId>
<Id>9e021aa3-74d3-4da3-8a4c-c1d4eb448f99</Id>
<Name>sample string 2</Name>
<OperationId>1</OperationId>
<Type>Curative</Type>
</OperationDto>
<OperationDto>
<CustomerId>d188a8f2-d854-4680-93cb-9962204a5b35</CustomerId>
<CustomerName>sample string 4</CustomerName>
<DistributorId>e41eb5af-43ca-41e2-a57c-cd976b102600</DistributorId>
<DistributorName>sample string 5</DistributorName>
<ErisId>sample string 3</ErisId>
<Id>9e021aa3-74d3-4da3-8a4c-c1d4eb448f99</Id>
<Name>sample string 2</Name>
<OperationId>1</OperationId>
<Type>Curative</Type>
</OperationDto>
</ArrayOfOperationDto>