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": "ab853cb4-4f1d-407b-9ddc-e79f942ba018",
"IdNetwork": "5fb279f7-2aa4-4989-b66c-bf0fe1113331",
"IdVehicle": "3746d3fd-7efa-463e-8719-75e2d261a79c",
"IdDriver": "a4473d6d-6a7e-455b-869c-8657025d889d",
"IdServiceFile": "33e455a9-ff31-4327-b9be-ce38b33e8781",
"IdServiceEntryType": "2b26a1c3-1005-4dd3-a9c6-58b5fd5ebcdb",
"IdServiceEntryTypeGroup": "28b2742f-97e4-401b-9aed-2e4cf6502e4b",
"IdTransaction": "eb45c392-b965-4a36-a410-ebf891eebdb6",
"IdLoyaltyTransaction": "746dfd4c-2ce7-4844-ba26-4ade3be0e67f",
"IdServiceEntryClass1": "a4492d0a-d999-4b50-ae50-add6d1c2c1f5",
"IdServiceEntryClass2": "af3904ff-e87d-42fa-acd0-8e6b10a7b0ed",
"IdServiceEntryClass3": "02a20692-ea51-496a-a260-b35db7cf61f0",
"IdStockKeepingUnit": "aeaf27fd-bcd7-43fe-9007-abf8f2b46fbb",
"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-31T15:56:47.4784913Z",
"EntryDate": "2025-12-31T15:56:47.4784913Z",
"ExpirationDate": "2025-12-31T15:56:47.4784913Z"
}
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-31T15:56:47.4784913Z</EntryDate> <ExpirationDate>2025-12-31T15:56:47.4784913Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>ab853cb4-4f1d-407b-9ddc-e79f942ba018</Id> <IdDriver>a4473d6d-6a7e-455b-869c-8657025d889d</IdDriver> <IdLoyaltyTransaction>746dfd4c-2ce7-4844-ba26-4ade3be0e67f</IdLoyaltyTransaction> <IdNetwork>5fb279f7-2aa4-4989-b66c-bf0fe1113331</IdNetwork> <IdServiceEntryClass1>a4492d0a-d999-4b50-ae50-add6d1c2c1f5</IdServiceEntryClass1> <IdServiceEntryClass2>af3904ff-e87d-42fa-acd0-8e6b10a7b0ed</IdServiceEntryClass2> <IdServiceEntryClass3>02a20692-ea51-496a-a260-b35db7cf61f0</IdServiceEntryClass3> <IdServiceEntryType>2b26a1c3-1005-4dd3-a9c6-58b5fd5ebcdb</IdServiceEntryType> <IdServiceEntryTypeGroup>28b2742f-97e4-401b-9aed-2e4cf6502e4b</IdServiceEntryTypeGroup> <IdServiceFile>33e455a9-ff31-4327-b9be-ce38b33e8781</IdServiceFile> <IdStockKeepingUnit>aeaf27fd-bcd7-43fe-9007-abf8f2b46fbb</IdStockKeepingUnit> <IdTransaction>eb45c392-b965-4a36-a410-ebf891eebdb6</IdTransaction> <IdVehicle>3746d3fd-7efa-463e-8719-75e2d261a79c</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-31T15:56:47.4784913Z</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>