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": "6c185cc9-39e4-4dba-849e-7ba3ccb9fc6f",
"IdNetwork": "2aaa6402-2f96-43a5-8360-5e57d1b0709e",
"IdVehicle": "e4e920b6-9211-42ea-898f-f8905c1300e5",
"IdDriver": "9229380b-6463-4f11-8c6a-272fc8666495",
"IdServiceFile": "122ab4c4-5084-47af-a0ce-24d1de8ecb0b",
"IdServiceEntryType": "47fa76e3-6518-47f5-9729-a24a10a2d882",
"IdServiceEntryTypeGroup": "6a5593c5-1cd7-46e9-b5ad-baf152329b38",
"IdTransaction": "de3b796f-c6f2-445e-b291-c32b273f6206",
"IdLoyaltyTransaction": "af7cfa6c-4cef-4d49-a778-059d4437ebdf",
"IdServiceEntryClass1": "1f837a5f-c661-4d71-b715-a0fd5458af94",
"IdServiceEntryClass2": "c9604650-88da-4828-9891-20cee7cc51be",
"IdServiceEntryClass3": "304edfdb-6435-4615-81ba-f2e973307df2",
"IdStockKeepingUnit": "64d7b9e4-c54c-45fc-b04d-686a0ab283bd",
"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-09-26T21:56:46.4049666Z",
"EntryDate": "2026-09-26T21:56:46.4049666Z",
"ExpirationDate": "2026-09-26T21:56:46.4049666Z"
}
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-09-26T21:56:46.4049666Z</EntryDate> <ExpirationDate>2026-09-26T21:56:46.4049666Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>6c185cc9-39e4-4dba-849e-7ba3ccb9fc6f</Id> <IdDriver>9229380b-6463-4f11-8c6a-272fc8666495</IdDriver> <IdLoyaltyTransaction>af7cfa6c-4cef-4d49-a778-059d4437ebdf</IdLoyaltyTransaction> <IdNetwork>2aaa6402-2f96-43a5-8360-5e57d1b0709e</IdNetwork> <IdServiceEntryClass1>1f837a5f-c661-4d71-b715-a0fd5458af94</IdServiceEntryClass1> <IdServiceEntryClass2>c9604650-88da-4828-9891-20cee7cc51be</IdServiceEntryClass2> <IdServiceEntryClass3>304edfdb-6435-4615-81ba-f2e973307df2</IdServiceEntryClass3> <IdServiceEntryType>47fa76e3-6518-47f5-9729-a24a10a2d882</IdServiceEntryType> <IdServiceEntryTypeGroup>6a5593c5-1cd7-46e9-b5ad-baf152329b38</IdServiceEntryTypeGroup> <IdServiceFile>122ab4c4-5084-47af-a0ce-24d1de8ecb0b</IdServiceFile> <IdStockKeepingUnit>64d7b9e4-c54c-45fc-b04d-686a0ab283bd</IdStockKeepingUnit> <IdTransaction>de3b796f-c6f2-445e-b291-c32b273f6206</IdTransaction> <IdVehicle>e4e920b6-9211-42ea-898f-f8905c1300e5</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-09-26T21:56:46.4049666Z</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>