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": "6486a19d-0160-4b6b-84f3-1798052c09cd",
"IdNetwork": "578890bb-0b94-465d-9924-ae8bf02e3637",
"IdVehicle": "142bb605-a21b-4d92-b710-e37a5dec2a61",
"IdDriver": "8b440e98-4330-4416-81c4-ad7ae038ea96",
"IdServiceFile": "f796c759-9341-4486-80b6-5a6a58c6f0e7",
"IdServiceEntryType": "fb94156b-dd87-41ab-a76b-1df86b7c486e",
"IdServiceEntryTypeGroup": "d93b6c1a-832b-4c92-acee-71702860f8b8",
"IdTransaction": "82eb62bb-0949-4a28-805e-9f1fcc6ebee8",
"IdLoyaltyTransaction": "2034f313-f1f4-4b84-af64-bbaaa0bf4678",
"IdServiceEntryClass1": "127aae05-81b3-428e-8e6d-b5114156297e",
"IdServiceEntryClass2": "e20725a5-67c6-4abb-8ad4-0266748e272a",
"IdServiceEntryClass3": "7852bd09-02b6-4553-9549-b205048e88ad",
"IdStockKeepingUnit": "553de8a7-0706-47b7-9dbe-51070ae0464a",
"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-29T07:44:12.8140937Z",
"EntryDate": "2025-11-29T07:44:12.8140937Z",
"ExpirationDate": "2025-11-29T07:44:12.8140937Z"
}
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-29T07:44:12.8140937Z</EntryDate> <ExpirationDate>2025-11-29T07:44:12.8140937Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>6486a19d-0160-4b6b-84f3-1798052c09cd</Id> <IdDriver>8b440e98-4330-4416-81c4-ad7ae038ea96</IdDriver> <IdLoyaltyTransaction>2034f313-f1f4-4b84-af64-bbaaa0bf4678</IdLoyaltyTransaction> <IdNetwork>578890bb-0b94-465d-9924-ae8bf02e3637</IdNetwork> <IdServiceEntryClass1>127aae05-81b3-428e-8e6d-b5114156297e</IdServiceEntryClass1> <IdServiceEntryClass2>e20725a5-67c6-4abb-8ad4-0266748e272a</IdServiceEntryClass2> <IdServiceEntryClass3>7852bd09-02b6-4553-9549-b205048e88ad</IdServiceEntryClass3> <IdServiceEntryType>fb94156b-dd87-41ab-a76b-1df86b7c486e</IdServiceEntryType> <IdServiceEntryTypeGroup>d93b6c1a-832b-4c92-acee-71702860f8b8</IdServiceEntryTypeGroup> <IdServiceFile>f796c759-9341-4486-80b6-5a6a58c6f0e7</IdServiceFile> <IdStockKeepingUnit>553de8a7-0706-47b7-9dbe-51070ae0464a</IdStockKeepingUnit> <IdTransaction>82eb62bb-0949-4a28-805e-9f1fcc6ebee8</IdTransaction> <IdVehicle>142bb605-a21b-4d92-b710-e37a5dec2a61</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-11-29T07:44:12.8140937Z</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>