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": "1c220857-d0bf-4920-9e20-7dda1f184386",
"IdNetwork": "8539690c-35f5-4ed5-a6f7-cdbbaedf9860",
"IdVehicle": "70c68e7a-032f-4dc2-b336-eb096024bcd5",
"IdDriver": "8f833f4f-af62-41d6-9bcc-26fc7c31445b",
"IdServiceFile": "6104ffbd-d22c-4165-a2a7-ec7a43f3ac61",
"IdServiceEntryType": "9b5b37d8-2b52-4a04-90a8-17e5efcf3008",
"IdServiceEntryTypeGroup": "7879d7d0-cc9c-4038-afd5-a605f9fbb5b9",
"IdTransaction": "bfa803f2-0196-4dfd-94cf-7326de52108e",
"IdLoyaltyTransaction": "c1d45318-2717-4931-9ca0-5a5e10b65e10",
"IdServiceEntryClass1": "e970c010-1afc-4c14-a72e-89a8361bd85f",
"IdServiceEntryClass2": "ea72b9fb-591e-48c2-a67d-ec397b925912",
"IdServiceEntryClass3": "791d084b-9377-4095-81fd-8167f61e626e",
"IdStockKeepingUnit": "0e823e75-381f-4654-90b0-2f7fe52f6836",
"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-06-28T20:35:34.6915407Z",
"EntryDate": "2026-06-28T20:35:34.6915407Z",
"ExpirationDate": "2026-06-28T20:35:34.6915407Z"
}
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-06-28T20:35:34.6915407Z</EntryDate> <ExpirationDate>2026-06-28T20:35:34.6915407Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>1c220857-d0bf-4920-9e20-7dda1f184386</Id> <IdDriver>8f833f4f-af62-41d6-9bcc-26fc7c31445b</IdDriver> <IdLoyaltyTransaction>c1d45318-2717-4931-9ca0-5a5e10b65e10</IdLoyaltyTransaction> <IdNetwork>8539690c-35f5-4ed5-a6f7-cdbbaedf9860</IdNetwork> <IdServiceEntryClass1>e970c010-1afc-4c14-a72e-89a8361bd85f</IdServiceEntryClass1> <IdServiceEntryClass2>ea72b9fb-591e-48c2-a67d-ec397b925912</IdServiceEntryClass2> <IdServiceEntryClass3>791d084b-9377-4095-81fd-8167f61e626e</IdServiceEntryClass3> <IdServiceEntryType>9b5b37d8-2b52-4a04-90a8-17e5efcf3008</IdServiceEntryType> <IdServiceEntryTypeGroup>7879d7d0-cc9c-4038-afd5-a605f9fbb5b9</IdServiceEntryTypeGroup> <IdServiceFile>6104ffbd-d22c-4165-a2a7-ec7a43f3ac61</IdServiceFile> <IdStockKeepingUnit>0e823e75-381f-4654-90b0-2f7fe52f6836</IdStockKeepingUnit> <IdTransaction>bfa803f2-0196-4dfd-94cf-7326de52108e</IdTransaction> <IdVehicle>70c68e7a-032f-4dc2-b336-eb096024bcd5</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-06-28T20:35:34.6915407Z</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>