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": "67550cd8-933b-4d99-b169-529d6d13b867",
"IdNetwork": "c174f493-a3f2-4e8f-b6a1-1e5e1b5a5bb7",
"IdVehicle": "e2ef629d-a4b4-4f04-b152-73da1a109bb0",
"IdDriver": "996ec918-42f2-48a7-9288-a6e3b821ddb6",
"IdServiceFile": "00f54afc-9618-40fb-93b7-b65824870647",
"IdServiceEntryType": "1c998bb8-300f-400c-8a01-08023c87fb60",
"IdServiceEntryTypeGroup": "92eab1e6-30f2-4780-a62c-6e0b87eb157b",
"IdTransaction": "0cd31614-1e49-4795-be6d-de388fd80125",
"IdLoyaltyTransaction": "2e9fe8ef-5fc9-47e9-b52a-b2c0d663abbd",
"IdServiceEntryClass1": "cea7d74b-0b9c-4b5f-a159-3b1ddf86fbf4",
"IdServiceEntryClass2": "4c7c5475-c023-46b8-a04c-a8a1fd7d7a1e",
"IdServiceEntryClass3": "51808143-9542-4e53-8d63-161dddf04bcd",
"IdStockKeepingUnit": "c2670e77-3741-4756-9377-a7a730a5809d",
"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-04-14T21:05:05.1949746Z",
"EntryDate": "2026-04-14T21:05:05.1949746Z",
"ExpirationDate": "2026-04-14T21:05:05.1949746Z"
}
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-04-14T21:05:05.1949746Z</EntryDate> <ExpirationDate>2026-04-14T21:05:05.1949746Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>67550cd8-933b-4d99-b169-529d6d13b867</Id> <IdDriver>996ec918-42f2-48a7-9288-a6e3b821ddb6</IdDriver> <IdLoyaltyTransaction>2e9fe8ef-5fc9-47e9-b52a-b2c0d663abbd</IdLoyaltyTransaction> <IdNetwork>c174f493-a3f2-4e8f-b6a1-1e5e1b5a5bb7</IdNetwork> <IdServiceEntryClass1>cea7d74b-0b9c-4b5f-a159-3b1ddf86fbf4</IdServiceEntryClass1> <IdServiceEntryClass2>4c7c5475-c023-46b8-a04c-a8a1fd7d7a1e</IdServiceEntryClass2> <IdServiceEntryClass3>51808143-9542-4e53-8d63-161dddf04bcd</IdServiceEntryClass3> <IdServiceEntryType>1c998bb8-300f-400c-8a01-08023c87fb60</IdServiceEntryType> <IdServiceEntryTypeGroup>92eab1e6-30f2-4780-a62c-6e0b87eb157b</IdServiceEntryTypeGroup> <IdServiceFile>00f54afc-9618-40fb-93b7-b65824870647</IdServiceFile> <IdStockKeepingUnit>c2670e77-3741-4756-9377-a7a730a5809d</IdStockKeepingUnit> <IdTransaction>0cd31614-1e49-4795-be6d-de388fd80125</IdTransaction> <IdVehicle>e2ef629d-a4b4-4f04-b152-73da1a109bb0</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-04-14T21:05:05.1949746Z</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>