GET ServiceFiles/{id}
Gets a service file by it's ID, represented as ServiceFileDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the service file. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The service file data.
ServiceFileEntryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| IdVehicle | globally unique identifier |
None. |
|
| IdDriver | globally unique identifier |
None. |
|
| IdServiceFile | globally unique identifier |
None. |
|
| IdServiceEntryType | globally unique identifier |
None. |
|
| IdServiceEntryTypeGroup | globally unique identifier |
None. |
|
| IdTransaction | globally unique identifier |
None. |
|
| IdLoyaltyTransaction | globally unique identifier |
None. |
|
| IdServiceEntryClass1 | globally unique identifier |
None. |
|
| IdServiceEntryClass2 | globally unique identifier |
None. |
|
| IdServiceEntryClass3 | globally unique identifier |
None. |
|
| IdStockKeepingUnit | globally unique identifier |
None. |
|
| NetworkName | string |
None. |
|
| VehicleDescription | string |
None. |
|
| DriverDescription | string |
None. |
|
| ServiceFileCode | string |
None. |
|
| ServiceEntryTypeDescription | string |
None. |
|
| ServiceEntryTypeGroupDescription | string |
None. |
|
| ServiceEntryClass1Description | string |
None. |
|
| ServiceEntryClass2Description | string |
None. |
|
| ServiceEntryClass3Description | string |
None. |
|
| StockKeepingUnitDescription | string |
None. |
|
| FreeText | string |
None. |
|
| Odometer | integer |
None. |
|
| EngineHours | integer |
None. |
|
| TransactionType | byte |
None. |
|
| ServiceFileTargetType | byte |
None. |
|
| RecordDate | date |
None. |
|
| EntryDate | date |
None. |
|
| ExpirationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "92c0f940-6edd-4ef9-be2f-cc8a89913294",
"IdNetwork": "306c77b9-5b10-429d-87de-e8eeb5bbc522",
"IdVehicle": "871f7039-4f1c-4fbe-9071-c6eed9e995a7",
"IdDriver": "4b15be57-f8d6-48fe-badc-737222bb1126",
"IdServiceFile": "0832b8d9-6531-41ca-a276-f84f01f07109",
"IdServiceEntryType": "49b6293d-12dd-4fc1-a57e-256e537f7a46",
"IdServiceEntryTypeGroup": "368d14c8-10b0-4d5d-a62c-8c1e969738d3",
"IdTransaction": "4759fc71-05a8-4820-9789-eb0dce0ffb64",
"IdLoyaltyTransaction": "966822e9-81b7-4eba-9588-da55ae8f904a",
"IdServiceEntryClass1": "5b5bc3a6-b261-455a-a3e6-7cba3536f1bf",
"IdServiceEntryClass2": "94edd6a9-64ce-4c84-9db1-bf66192a2c17",
"IdServiceEntryClass3": "de93038d-1fb8-4f44-a748-2b6db8e231a9",
"IdStockKeepingUnit": "81c220ac-ad74-46b0-a335-e232ee54a365",
"NetworkName": "sample string 2",
"VehicleDescription": "sample string 3",
"DriverDescription": "sample string 4",
"ServiceFileCode": "sample string 5",
"ServiceEntryTypeDescription": "sample string 6",
"ServiceEntryTypeGroupDescription": "sample string 7",
"ServiceEntryClass1Description": "sample string 8",
"ServiceEntryClass2Description": "sample string 9",
"ServiceEntryClass3Description": "sample string 10",
"StockKeepingUnitDescription": "sample string 11",
"FreeText": "sample string 12",
"Odometer": 1,
"EngineHours": 1,
"TransactionType": 64,
"ServiceFileTargetType": 64,
"RecordDate": "2025-12-09T08:04:01.2181683Z",
"EntryDate": "2025-12-09T08:04:01.2181683Z",
"ExpirationDate": "2025-12-09T08:04:01.2181683Z"
}
application/xml, text/xml
Sample:
<ServiceFileEntryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <DriverDescription>sample string 4</DriverDescription> <EngineHours>1</EngineHours> <EntryDate>2025-12-09T08:04:01.2181683Z</EntryDate> <ExpirationDate>2025-12-09T08:04:01.2181683Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>92c0f940-6edd-4ef9-be2f-cc8a89913294</Id> <IdDriver>4b15be57-f8d6-48fe-badc-737222bb1126</IdDriver> <IdLoyaltyTransaction>966822e9-81b7-4eba-9588-da55ae8f904a</IdLoyaltyTransaction> <IdNetwork>306c77b9-5b10-429d-87de-e8eeb5bbc522</IdNetwork> <IdServiceEntryClass1>5b5bc3a6-b261-455a-a3e6-7cba3536f1bf</IdServiceEntryClass1> <IdServiceEntryClass2>94edd6a9-64ce-4c84-9db1-bf66192a2c17</IdServiceEntryClass2> <IdServiceEntryClass3>de93038d-1fb8-4f44-a748-2b6db8e231a9</IdServiceEntryClass3> <IdServiceEntryType>49b6293d-12dd-4fc1-a57e-256e537f7a46</IdServiceEntryType> <IdServiceEntryTypeGroup>368d14c8-10b0-4d5d-a62c-8c1e969738d3</IdServiceEntryTypeGroup> <IdServiceFile>0832b8d9-6531-41ca-a276-f84f01f07109</IdServiceFile> <IdStockKeepingUnit>81c220ac-ad74-46b0-a335-e232ee54a365</IdStockKeepingUnit> <IdTransaction>4759fc71-05a8-4820-9789-eb0dce0ffb64</IdTransaction> <IdVehicle>871f7039-4f1c-4fbe-9071-c6eed9e995a7</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-09T08:04:01.2181683Z</RecordDate> <ServiceEntryClass1Description>sample string 8</ServiceEntryClass1Description> <ServiceEntryClass2Description>sample string 9</ServiceEntryClass2Description> <ServiceEntryClass3Description>sample string 10</ServiceEntryClass3Description> <ServiceEntryTypeDescription>sample string 6</ServiceEntryTypeDescription> <ServiceEntryTypeGroupDescription>sample string 7</ServiceEntryTypeGroupDescription> <ServiceFileCode>sample string 5</ServiceFileCode> <ServiceFileTargetType>64</ServiceFileTargetType> <StockKeepingUnitDescription>sample string 11</StockKeepingUnitDescription> <TransactionType>64</TransactionType> <VehicleDescription>sample string 3</VehicleDescription> </ServiceFileEntryDto>