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": "7060ca52-16d5-4bfe-90c6-e11cce5fce99",
"IdNetwork": "cea56334-4bf4-4cc7-ad89-865e5a0eb6c8",
"IdVehicle": "38d98558-26b3-4d84-8ffb-515f5b533453",
"IdDriver": "87e13851-4095-48cf-a5b8-61e60254e1b1",
"IdServiceFile": "07de4f50-cc82-45d0-93f9-759e8df275cc",
"IdServiceEntryType": "367494a2-8bf0-47b3-ad7b-9561a3194067",
"IdServiceEntryTypeGroup": "3828c47a-4c34-426d-a1e4-5f6c2648f5ca",
"IdTransaction": "59ee34b3-3e06-47da-80a4-970dd22ad7a3",
"IdLoyaltyTransaction": "24cde87e-06aa-4503-9445-24cd4c0f585c",
"IdServiceEntryClass1": "84246d59-cbaf-4d00-a13d-26bae2a09209",
"IdServiceEntryClass2": "6dc5fa1e-402c-4ac9-a928-08c262f04f55",
"IdServiceEntryClass3": "a9dd077a-046c-43a3-ab0f-5158da1b1742",
"IdStockKeepingUnit": "e2b69cd1-2c6f-45ce-b63b-027a849cd6e5",
"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-24T11:55:50.0722946Z",
"EntryDate": "2025-12-24T11:55:50.0722946Z",
"ExpirationDate": "2025-12-24T11:55:50.0722946Z"
}
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-24T11:55:50.0722946Z</EntryDate> <ExpirationDate>2025-12-24T11:55:50.0722946Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>7060ca52-16d5-4bfe-90c6-e11cce5fce99</Id> <IdDriver>87e13851-4095-48cf-a5b8-61e60254e1b1</IdDriver> <IdLoyaltyTransaction>24cde87e-06aa-4503-9445-24cd4c0f585c</IdLoyaltyTransaction> <IdNetwork>cea56334-4bf4-4cc7-ad89-865e5a0eb6c8</IdNetwork> <IdServiceEntryClass1>84246d59-cbaf-4d00-a13d-26bae2a09209</IdServiceEntryClass1> <IdServiceEntryClass2>6dc5fa1e-402c-4ac9-a928-08c262f04f55</IdServiceEntryClass2> <IdServiceEntryClass3>a9dd077a-046c-43a3-ab0f-5158da1b1742</IdServiceEntryClass3> <IdServiceEntryType>367494a2-8bf0-47b3-ad7b-9561a3194067</IdServiceEntryType> <IdServiceEntryTypeGroup>3828c47a-4c34-426d-a1e4-5f6c2648f5ca</IdServiceEntryTypeGroup> <IdServiceFile>07de4f50-cc82-45d0-93f9-759e8df275cc</IdServiceFile> <IdStockKeepingUnit>e2b69cd1-2c6f-45ce-b63b-027a849cd6e5</IdStockKeepingUnit> <IdTransaction>59ee34b3-3e06-47da-80a4-970dd22ad7a3</IdTransaction> <IdVehicle>38d98558-26b3-4d84-8ffb-515f5b533453</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-24T11:55:50.0722946Z</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>