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": "f118145b-a0bd-4835-b57a-f9198e72a9c9",
"IdNetwork": "10ed88f4-3fc2-4864-ab0d-b10d981e3db0",
"IdVehicle": "ad8eadc5-04e6-4132-8483-87408781dbeb",
"IdDriver": "fb549b48-7c10-48e6-8deb-69f91b6756b1",
"IdServiceFile": "382a4207-427e-4240-b40a-427acd9f2e2a",
"IdServiceEntryType": "2ee95f64-97bc-4a4a-a41c-13686004d65b",
"IdServiceEntryTypeGroup": "8d48b860-b979-428c-bba8-e9c4290cdc33",
"IdTransaction": "a6928fc5-9e58-4435-80f3-584349efe615",
"IdLoyaltyTransaction": "76e44ee3-1c60-49b4-a353-547ab2b28a06",
"IdServiceEntryClass1": "04975c51-e4a7-4bd4-9f75-b8ad956c9738",
"IdServiceEntryClass2": "0f5c3a64-ad70-4a42-9a9b-22b15fcd23de",
"IdServiceEntryClass3": "6675fa5a-f40a-46d8-8aff-bc5728f206ec",
"IdStockKeepingUnit": "9fda4caf-768b-4837-b32f-b2043de5f46d",
"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": "2026-01-14T16:08:47.6317903Z",
"EntryDate": "2026-01-14T16:08:47.6317903Z",
"ExpirationDate": "2026-01-14T16:08:47.6317903Z"
}
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>2026-01-14T16:08:47.6317903Z</EntryDate> <ExpirationDate>2026-01-14T16:08:47.6317903Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>f118145b-a0bd-4835-b57a-f9198e72a9c9</Id> <IdDriver>fb549b48-7c10-48e6-8deb-69f91b6756b1</IdDriver> <IdLoyaltyTransaction>76e44ee3-1c60-49b4-a353-547ab2b28a06</IdLoyaltyTransaction> <IdNetwork>10ed88f4-3fc2-4864-ab0d-b10d981e3db0</IdNetwork> <IdServiceEntryClass1>04975c51-e4a7-4bd4-9f75-b8ad956c9738</IdServiceEntryClass1> <IdServiceEntryClass2>0f5c3a64-ad70-4a42-9a9b-22b15fcd23de</IdServiceEntryClass2> <IdServiceEntryClass3>6675fa5a-f40a-46d8-8aff-bc5728f206ec</IdServiceEntryClass3> <IdServiceEntryType>2ee95f64-97bc-4a4a-a41c-13686004d65b</IdServiceEntryType> <IdServiceEntryTypeGroup>8d48b860-b979-428c-bba8-e9c4290cdc33</IdServiceEntryTypeGroup> <IdServiceFile>382a4207-427e-4240-b40a-427acd9f2e2a</IdServiceFile> <IdStockKeepingUnit>9fda4caf-768b-4837-b32f-b2043de5f46d</IdStockKeepingUnit> <IdTransaction>a6928fc5-9e58-4435-80f3-584349efe615</IdTransaction> <IdVehicle>ad8eadc5-04e6-4132-8483-87408781dbeb</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-01-14T16:08:47.6317903Z</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>