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": "4f489629-da8a-4069-aaab-58984109d82b",
"IdNetwork": "4b926c77-1112-4db8-bcb9-9a41fa592028",
"IdVehicle": "d6cb5b12-a8c0-4600-a003-9303c47dde41",
"IdDriver": "ab0c604d-340c-410f-94da-c2def3a4eb5d",
"IdServiceFile": "705b62a8-bdea-4c65-adcd-a498d6a21332",
"IdServiceEntryType": "c695505a-816a-4be2-bcc8-cb9cc1b692a2",
"IdServiceEntryTypeGroup": "90386bc7-6ce6-4e7c-92d6-094aa2fc03a6",
"IdTransaction": "a805011e-932e-4d1a-b189-327aed764663",
"IdLoyaltyTransaction": "a89e70ca-229b-4064-86a0-ab0c1db4184a",
"IdServiceEntryClass1": "38b71d3e-e50b-400d-915b-e2dd2cc97d0d",
"IdServiceEntryClass2": "c3dba51e-3829-4ce6-88b4-613b30a4adbf",
"IdServiceEntryClass3": "55e740b4-5e0b-4cbd-8f2f-c64ab4d36baa",
"IdStockKeepingUnit": "62f70c83-f1df-4833-b495-c6be84814ee1",
"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-08-27T20:56:42.6508599Z",
"EntryDate": "2026-08-27T20:56:42.6508599Z",
"ExpirationDate": "2026-08-27T20:56:42.6508599Z"
}
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-08-27T20:56:42.6508599Z</EntryDate> <ExpirationDate>2026-08-27T20:56:42.6508599Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>4f489629-da8a-4069-aaab-58984109d82b</Id> <IdDriver>ab0c604d-340c-410f-94da-c2def3a4eb5d</IdDriver> <IdLoyaltyTransaction>a89e70ca-229b-4064-86a0-ab0c1db4184a</IdLoyaltyTransaction> <IdNetwork>4b926c77-1112-4db8-bcb9-9a41fa592028</IdNetwork> <IdServiceEntryClass1>38b71d3e-e50b-400d-915b-e2dd2cc97d0d</IdServiceEntryClass1> <IdServiceEntryClass2>c3dba51e-3829-4ce6-88b4-613b30a4adbf</IdServiceEntryClass2> <IdServiceEntryClass3>55e740b4-5e0b-4cbd-8f2f-c64ab4d36baa</IdServiceEntryClass3> <IdServiceEntryType>c695505a-816a-4be2-bcc8-cb9cc1b692a2</IdServiceEntryType> <IdServiceEntryTypeGroup>90386bc7-6ce6-4e7c-92d6-094aa2fc03a6</IdServiceEntryTypeGroup> <IdServiceFile>705b62a8-bdea-4c65-adcd-a498d6a21332</IdServiceFile> <IdStockKeepingUnit>62f70c83-f1df-4833-b495-c6be84814ee1</IdStockKeepingUnit> <IdTransaction>a805011e-932e-4d1a-b189-327aed764663</IdTransaction> <IdVehicle>d6cb5b12-a8c0-4600-a003-9303c47dde41</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-08-27T20:56:42.6508599Z</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>