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": "e5e475e9-0297-4f77-a3a7-ba6701cff147",
"IdNetwork": "b218e3d3-b07d-40e7-b4ed-ae50670ffbfd",
"IdVehicle": "b197c31e-c87f-4ddd-9101-a4c8dd280263",
"IdDriver": "920d68a5-bc9d-4650-939a-06a71a51f97d",
"IdServiceFile": "57b2c1db-611c-4a44-a9bc-c6362ff8a369",
"IdServiceEntryType": "07800fef-2670-4095-a53b-511c4bb7ee57",
"IdServiceEntryTypeGroup": "9f3f5cbd-34fb-43ec-a462-8b9f10469081",
"IdTransaction": "351c5c79-6778-4a70-bcdf-4d4d6d37f825",
"IdLoyaltyTransaction": "5736a71c-bec8-453c-b420-3f436f5853dc",
"IdServiceEntryClass1": "51527ded-c809-453d-9390-fe7ebd851a3e",
"IdServiceEntryClass2": "98f5a529-cb43-4e03-9caf-46d0b7be5b02",
"IdServiceEntryClass3": "19ed01b1-87ee-4ddf-85a8-30342b14d904",
"IdStockKeepingUnit": "a1ff0c91-3dad-4afb-9e27-31dd7b126172",
"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-11-08T06:17:16.1810357Z",
"EntryDate": "2025-11-08T06:17:16.1810357Z",
"ExpirationDate": "2025-11-08T06:17:16.1810357Z"
}
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-11-08T06:17:16.1810357Z</EntryDate> <ExpirationDate>2025-11-08T06:17:16.1810357Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>e5e475e9-0297-4f77-a3a7-ba6701cff147</Id> <IdDriver>920d68a5-bc9d-4650-939a-06a71a51f97d</IdDriver> <IdLoyaltyTransaction>5736a71c-bec8-453c-b420-3f436f5853dc</IdLoyaltyTransaction> <IdNetwork>b218e3d3-b07d-40e7-b4ed-ae50670ffbfd</IdNetwork> <IdServiceEntryClass1>51527ded-c809-453d-9390-fe7ebd851a3e</IdServiceEntryClass1> <IdServiceEntryClass2>98f5a529-cb43-4e03-9caf-46d0b7be5b02</IdServiceEntryClass2> <IdServiceEntryClass3>19ed01b1-87ee-4ddf-85a8-30342b14d904</IdServiceEntryClass3> <IdServiceEntryType>07800fef-2670-4095-a53b-511c4bb7ee57</IdServiceEntryType> <IdServiceEntryTypeGroup>9f3f5cbd-34fb-43ec-a462-8b9f10469081</IdServiceEntryTypeGroup> <IdServiceFile>57b2c1db-611c-4a44-a9bc-c6362ff8a369</IdServiceFile> <IdStockKeepingUnit>a1ff0c91-3dad-4afb-9e27-31dd7b126172</IdStockKeepingUnit> <IdTransaction>351c5c79-6778-4a70-bcdf-4d4d6d37f825</IdTransaction> <IdVehicle>b197c31e-c87f-4ddd-9101-a4c8dd280263</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-11-08T06:17:16.1810357Z</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>