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": "194fd0d9-11c4-4a8d-ae14-8e5cd0f77418",
"IdNetwork": "d23000a8-dbc1-40d1-9fcb-256abe73dc92",
"IdVehicle": "655fdc94-0a9d-4225-9cba-0e0830070abe",
"IdDriver": "20ce4738-7a7e-4744-86d3-3661841184eb",
"IdServiceFile": "82c5c071-dadf-4bb8-9a3b-b5f6b0fe198e",
"IdServiceEntryType": "9d8fb109-b03a-42e6-bb37-e44d8264fa64",
"IdServiceEntryTypeGroup": "da33a980-d0c5-4cf8-b4c8-22344564605d",
"IdTransaction": "aeba69e5-2fc1-405c-a2e4-3df3ab6a0425",
"IdLoyaltyTransaction": "ad69f077-5958-4d58-86a0-b83b79ab8c35",
"IdServiceEntryClass1": "c611988a-4ae0-4aae-8f96-ad38abf5e1b1",
"IdServiceEntryClass2": "ce63cf7d-8f78-4022-83ae-c3f36da062ed",
"IdServiceEntryClass3": "8386bdc0-1d39-477e-a1e2-2d209271f63a",
"IdStockKeepingUnit": "3a1829e3-146e-4f66-8f1f-7d832405aef1",
"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-12-02T07:24:49.5248138Z",
"EntryDate": "2025-12-02T07:24:49.5248138Z",
"ExpirationDate": "2025-12-02T07:24:49.5248138Z"
}
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-12-02T07:24:49.5248138Z</EntryDate> <ExpirationDate>2025-12-02T07:24:49.5248138Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>194fd0d9-11c4-4a8d-ae14-8e5cd0f77418</Id> <IdDriver>20ce4738-7a7e-4744-86d3-3661841184eb</IdDriver> <IdLoyaltyTransaction>ad69f077-5958-4d58-86a0-b83b79ab8c35</IdLoyaltyTransaction> <IdNetwork>d23000a8-dbc1-40d1-9fcb-256abe73dc92</IdNetwork> <IdServiceEntryClass1>c611988a-4ae0-4aae-8f96-ad38abf5e1b1</IdServiceEntryClass1> <IdServiceEntryClass2>ce63cf7d-8f78-4022-83ae-c3f36da062ed</IdServiceEntryClass2> <IdServiceEntryClass3>8386bdc0-1d39-477e-a1e2-2d209271f63a</IdServiceEntryClass3> <IdServiceEntryType>9d8fb109-b03a-42e6-bb37-e44d8264fa64</IdServiceEntryType> <IdServiceEntryTypeGroup>da33a980-d0c5-4cf8-b4c8-22344564605d</IdServiceEntryTypeGroup> <IdServiceFile>82c5c071-dadf-4bb8-9a3b-b5f6b0fe198e</IdServiceFile> <IdStockKeepingUnit>3a1829e3-146e-4f66-8f1f-7d832405aef1</IdStockKeepingUnit> <IdTransaction>aeba69e5-2fc1-405c-a2e4-3df3ab6a0425</IdTransaction> <IdVehicle>655fdc94-0a9d-4225-9cba-0e0830070abe</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-02T07:24:49.5248138Z</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>