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": "774ecfbd-3faa-43d3-a4f0-7c099f82e6ca",
"IdNetwork": "5fb09ecb-4ab5-4487-8ed3-bf108d0395c5",
"IdVehicle": "4cdecc2c-bdcb-46a7-917b-c8d3da5b1b50",
"IdDriver": "4c3119e2-c00b-4eea-a0fb-47726489d6ae",
"IdServiceFile": "e69ac093-9509-4e3b-8b0a-d1298acb055b",
"IdServiceEntryType": "8604f241-adb5-4d19-a03c-ee2d09ec25ac",
"IdServiceEntryTypeGroup": "e48b2645-ba49-4f79-a68e-8d13c9012fd7",
"IdTransaction": "a9f71f85-afb9-4f4e-8019-58e43554444d",
"IdLoyaltyTransaction": "8731ab4e-d75d-4198-be71-6652183bf0b3",
"IdServiceEntryClass1": "eeabf6b1-7197-453b-a30d-1da275c8b565",
"IdServiceEntryClass2": "1a81ee5c-821b-4ed0-b262-19d8bba32fdf",
"IdServiceEntryClass3": "7351acd7-fde2-4ef3-a2e5-7aa8c02a82a3",
"IdStockKeepingUnit": "eec069ad-455e-4cb1-91c0-5b000d0f7882",
"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-07-28T20:31:23.8070511Z",
"EntryDate": "2026-07-28T20:31:23.8070511Z",
"ExpirationDate": "2026-07-28T20:31:23.8070511Z"
}
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-07-28T20:31:23.8070511Z</EntryDate> <ExpirationDate>2026-07-28T20:31:23.8070511Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>774ecfbd-3faa-43d3-a4f0-7c099f82e6ca</Id> <IdDriver>4c3119e2-c00b-4eea-a0fb-47726489d6ae</IdDriver> <IdLoyaltyTransaction>8731ab4e-d75d-4198-be71-6652183bf0b3</IdLoyaltyTransaction> <IdNetwork>5fb09ecb-4ab5-4487-8ed3-bf108d0395c5</IdNetwork> <IdServiceEntryClass1>eeabf6b1-7197-453b-a30d-1da275c8b565</IdServiceEntryClass1> <IdServiceEntryClass2>1a81ee5c-821b-4ed0-b262-19d8bba32fdf</IdServiceEntryClass2> <IdServiceEntryClass3>7351acd7-fde2-4ef3-a2e5-7aa8c02a82a3</IdServiceEntryClass3> <IdServiceEntryType>8604f241-adb5-4d19-a03c-ee2d09ec25ac</IdServiceEntryType> <IdServiceEntryTypeGroup>e48b2645-ba49-4f79-a68e-8d13c9012fd7</IdServiceEntryTypeGroup> <IdServiceFile>e69ac093-9509-4e3b-8b0a-d1298acb055b</IdServiceFile> <IdStockKeepingUnit>eec069ad-455e-4cb1-91c0-5b000d0f7882</IdStockKeepingUnit> <IdTransaction>a9f71f85-afb9-4f4e-8019-58e43554444d</IdTransaction> <IdVehicle>4cdecc2c-bdcb-46a7-917b-c8d3da5b1b50</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-07-28T20:31:23.8070511Z</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>