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": "8f60cade-e98c-4893-8b6e-92ed295a1908",
"IdNetwork": "824b2893-53f6-48a6-a3eb-23da97e53629",
"IdVehicle": "1a9cfac1-280b-417a-a4eb-40eb5a29d362",
"IdDriver": "e0c16684-2dfb-4e07-bd06-b5a78b8b4939",
"IdServiceFile": "8d081406-0205-41e2-8379-35631d8d0c7a",
"IdServiceEntryType": "dba58a78-acf3-4f39-988a-e621edd72a7a",
"IdServiceEntryTypeGroup": "1b5cb3d8-b75e-4427-be2f-7f6846b13674",
"IdTransaction": "59fcf40e-f40b-48b7-ad9d-1bb4a7520567",
"IdLoyaltyTransaction": "cc5bcbec-7f04-4a12-b982-ffd01188d877",
"IdServiceEntryClass1": "c7fa25f8-0535-45f4-afb8-8f509cfd2b36",
"IdServiceEntryClass2": "ffc167e4-fd23-489d-85e2-221c718cbe6d",
"IdServiceEntryClass3": "f8b806b0-9df5-49b5-b3a0-129ed1f1dd2e",
"IdStockKeepingUnit": "8c9c9d71-e24a-48f4-b4ca-4d87ae065aed",
"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": "2025-11-22T05:26:40.8371341Z",
"EntryDate": "2025-11-22T05:26:40.8371341Z",
"ExpirationDate": "2025-11-22T05:26:40.8371341Z"
}
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>2025-11-22T05:26:40.8371341Z</EntryDate> <ExpirationDate>2025-11-22T05:26:40.8371341Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>8f60cade-e98c-4893-8b6e-92ed295a1908</Id> <IdDriver>e0c16684-2dfb-4e07-bd06-b5a78b8b4939</IdDriver> <IdLoyaltyTransaction>cc5bcbec-7f04-4a12-b982-ffd01188d877</IdLoyaltyTransaction> <IdNetwork>824b2893-53f6-48a6-a3eb-23da97e53629</IdNetwork> <IdServiceEntryClass1>c7fa25f8-0535-45f4-afb8-8f509cfd2b36</IdServiceEntryClass1> <IdServiceEntryClass2>ffc167e4-fd23-489d-85e2-221c718cbe6d</IdServiceEntryClass2> <IdServiceEntryClass3>f8b806b0-9df5-49b5-b3a0-129ed1f1dd2e</IdServiceEntryClass3> <IdServiceEntryType>dba58a78-acf3-4f39-988a-e621edd72a7a</IdServiceEntryType> <IdServiceEntryTypeGroup>1b5cb3d8-b75e-4427-be2f-7f6846b13674</IdServiceEntryTypeGroup> <IdServiceFile>8d081406-0205-41e2-8379-35631d8d0c7a</IdServiceFile> <IdStockKeepingUnit>8c9c9d71-e24a-48f4-b4ca-4d87ae065aed</IdStockKeepingUnit> <IdTransaction>59fcf40e-f40b-48b7-ad9d-1bb4a7520567</IdTransaction> <IdVehicle>1a9cfac1-280b-417a-a4eb-40eb5a29d362</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-11-22T05:26:40.8371341Z</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>