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": "ab537924-b3fd-4687-a9c2-6d3fd0c5d26a",
"IdNetwork": "4c87b4a3-4b9a-4724-a015-4e2b39c000db",
"IdVehicle": "a4d0f5a8-3a3a-422d-bbcc-a0e797106bd3",
"IdDriver": "0ad9f124-7cfb-4804-9c13-a529003196bf",
"IdServiceFile": "4aa67959-900f-4694-90ec-78cd86855d1e",
"IdServiceEntryType": "b8fb65b0-d84a-4154-8295-2b23862ea55e",
"IdServiceEntryTypeGroup": "961ddf7f-3c09-48d3-9d8e-e682e746c110",
"IdTransaction": "e8317a18-8081-48ca-ae04-338a091d7705",
"IdLoyaltyTransaction": "ddcfe6d5-11f0-4af7-b44b-1fb5d674e7f9",
"IdServiceEntryClass1": "13cfd52b-baa4-4cbf-bf56-76a418ea24f4",
"IdServiceEntryClass2": "df6707a9-c020-4802-854f-881af0eb4ac5",
"IdServiceEntryClass3": "7d25a6b4-79a2-4451-b8db-22d86aca3089",
"IdStockKeepingUnit": "ad4965fb-eb0b-490e-9f5d-b21183fcd21d",
"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-08-03T19:16:45.3628373Z",
"EntryDate": "2026-08-03T19:16:45.3628373Z",
"ExpirationDate": "2026-08-03T19:16:45.3628373Z"
}
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-08-03T19:16:45.3628373Z</EntryDate> <ExpirationDate>2026-08-03T19:16:45.3628373Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>ab537924-b3fd-4687-a9c2-6d3fd0c5d26a</Id> <IdDriver>0ad9f124-7cfb-4804-9c13-a529003196bf</IdDriver> <IdLoyaltyTransaction>ddcfe6d5-11f0-4af7-b44b-1fb5d674e7f9</IdLoyaltyTransaction> <IdNetwork>4c87b4a3-4b9a-4724-a015-4e2b39c000db</IdNetwork> <IdServiceEntryClass1>13cfd52b-baa4-4cbf-bf56-76a418ea24f4</IdServiceEntryClass1> <IdServiceEntryClass2>df6707a9-c020-4802-854f-881af0eb4ac5</IdServiceEntryClass2> <IdServiceEntryClass3>7d25a6b4-79a2-4451-b8db-22d86aca3089</IdServiceEntryClass3> <IdServiceEntryType>b8fb65b0-d84a-4154-8295-2b23862ea55e</IdServiceEntryType> <IdServiceEntryTypeGroup>961ddf7f-3c09-48d3-9d8e-e682e746c110</IdServiceEntryTypeGroup> <IdServiceFile>4aa67959-900f-4694-90ec-78cd86855d1e</IdServiceFile> <IdStockKeepingUnit>ad4965fb-eb0b-490e-9f5d-b21183fcd21d</IdStockKeepingUnit> <IdTransaction>e8317a18-8081-48ca-ae04-338a091d7705</IdTransaction> <IdVehicle>a4d0f5a8-3a3a-422d-bbcc-a0e797106bd3</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-08-03T19:16:45.3628373Z</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>