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": "89fb951b-59ce-4fc2-bff4-0e461aae6306",
"IdNetwork": "41a6a3c2-f103-4540-9299-885ddf112963",
"IdVehicle": "fb5d2902-9e98-437e-876d-ccede3c1875d",
"IdDriver": "6127c12a-11e2-4b25-952c-62a58033b05b",
"IdServiceFile": "27da01a3-452d-4f3d-90e0-8fdb1fd0485c",
"IdServiceEntryType": "f9903b93-08db-4aec-9aa9-b41150f9f1cc",
"IdServiceEntryTypeGroup": "88ce3e02-d39d-4c0b-a5e9-458ccd332a04",
"IdTransaction": "6cff6311-24f1-46a1-9ad4-8702723fb37e",
"IdLoyaltyTransaction": "f62bbf21-6b6d-4040-a748-d858625a5b63",
"IdServiceEntryClass1": "bd8cd791-a162-4871-8ba4-fe3366af770a",
"IdServiceEntryClass2": "73ce3621-da2c-4f6d-8d8f-2ce465156505",
"IdServiceEntryClass3": "d11e175c-3ff8-4834-aeb8-e37dde8edcc3",
"IdStockKeepingUnit": "e8497d6f-a484-457c-86f2-61e4446772fb",
"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-05-14T22:42:59.8080851Z",
"EntryDate": "2026-05-14T22:42:59.8080851Z",
"ExpirationDate": "2026-05-14T22:42:59.8080851Z"
}
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-05-14T22:42:59.8080851Z</EntryDate> <ExpirationDate>2026-05-14T22:42:59.8080851Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>89fb951b-59ce-4fc2-bff4-0e461aae6306</Id> <IdDriver>6127c12a-11e2-4b25-952c-62a58033b05b</IdDriver> <IdLoyaltyTransaction>f62bbf21-6b6d-4040-a748-d858625a5b63</IdLoyaltyTransaction> <IdNetwork>41a6a3c2-f103-4540-9299-885ddf112963</IdNetwork> <IdServiceEntryClass1>bd8cd791-a162-4871-8ba4-fe3366af770a</IdServiceEntryClass1> <IdServiceEntryClass2>73ce3621-da2c-4f6d-8d8f-2ce465156505</IdServiceEntryClass2> <IdServiceEntryClass3>d11e175c-3ff8-4834-aeb8-e37dde8edcc3</IdServiceEntryClass3> <IdServiceEntryType>f9903b93-08db-4aec-9aa9-b41150f9f1cc</IdServiceEntryType> <IdServiceEntryTypeGroup>88ce3e02-d39d-4c0b-a5e9-458ccd332a04</IdServiceEntryTypeGroup> <IdServiceFile>27da01a3-452d-4f3d-90e0-8fdb1fd0485c</IdServiceFile> <IdStockKeepingUnit>e8497d6f-a484-457c-86f2-61e4446772fb</IdStockKeepingUnit> <IdTransaction>6cff6311-24f1-46a1-9ad4-8702723fb37e</IdTransaction> <IdVehicle>fb5d2902-9e98-437e-876d-ccede3c1875d</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-05-14T22:42:59.8080851Z</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>