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": "d99b1f20-8af6-4d79-999d-1c7812d694b4",
"IdNetwork": "a5cc1b30-f5ab-4ab7-81a7-cf97af83a9df",
"IdVehicle": "3857d286-0ee2-4c87-97cc-d6f6bbec9119",
"IdDriver": "53d55353-5ef7-42ba-889f-06271c555302",
"IdServiceFile": "831a4908-c73a-4353-92b7-ee2b61b64056",
"IdServiceEntryType": "349d0997-3188-479e-9fc4-428b549703fb",
"IdServiceEntryTypeGroup": "7f9017f9-a212-4d28-aaab-6475c0e3ce97",
"IdTransaction": "fac62320-b885-4e78-b18d-d1bc4b161975",
"IdLoyaltyTransaction": "21edf5b5-407d-474e-abff-fed2f7b03390",
"IdServiceEntryClass1": "892312b0-f25f-4f43-bcbb-fb9c3e3c87da",
"IdServiceEntryClass2": "d63ffec5-ec68-4844-94a2-52c3f02c327e",
"IdServiceEntryClass3": "ef920ce7-660e-4b14-9097-1e118d4e4747",
"IdStockKeepingUnit": "b9daa257-14d9-4589-b027-0fa3c60d68e3",
"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-29T17:48:26.897177Z",
"EntryDate": "2026-05-29T17:48:26.897177Z",
"ExpirationDate": "2026-05-29T17:48:26.897177Z"
}
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-29T17:48:26.897177Z</EntryDate> <ExpirationDate>2026-05-29T17:48:26.897177Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>d99b1f20-8af6-4d79-999d-1c7812d694b4</Id> <IdDriver>53d55353-5ef7-42ba-889f-06271c555302</IdDriver> <IdLoyaltyTransaction>21edf5b5-407d-474e-abff-fed2f7b03390</IdLoyaltyTransaction> <IdNetwork>a5cc1b30-f5ab-4ab7-81a7-cf97af83a9df</IdNetwork> <IdServiceEntryClass1>892312b0-f25f-4f43-bcbb-fb9c3e3c87da</IdServiceEntryClass1> <IdServiceEntryClass2>d63ffec5-ec68-4844-94a2-52c3f02c327e</IdServiceEntryClass2> <IdServiceEntryClass3>ef920ce7-660e-4b14-9097-1e118d4e4747</IdServiceEntryClass3> <IdServiceEntryType>349d0997-3188-479e-9fc4-428b549703fb</IdServiceEntryType> <IdServiceEntryTypeGroup>7f9017f9-a212-4d28-aaab-6475c0e3ce97</IdServiceEntryTypeGroup> <IdServiceFile>831a4908-c73a-4353-92b7-ee2b61b64056</IdServiceFile> <IdStockKeepingUnit>b9daa257-14d9-4589-b027-0fa3c60d68e3</IdStockKeepingUnit> <IdTransaction>fac62320-b885-4e78-b18d-d1bc4b161975</IdTransaction> <IdVehicle>3857d286-0ee2-4c87-97cc-d6f6bbec9119</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-05-29T17:48:26.897177Z</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>