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.
ServiceFileEntryDtoName | 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": "ddbf9e73-3042-48df-9639-005a12b17b84", "IdNetwork": "8fcd13d1-3e89-4230-aceb-ee3c6c3a6a58", "IdVehicle": "7dfe741c-0f3c-461c-bc59-6789ea586d76", "IdDriver": "54f589e3-291e-4147-a296-85d0ae947a75", "IdServiceFile": "6a25db1c-aa47-4af2-b850-3b0f6ae0df1a", "IdServiceEntryType": "7d6a1cb7-fa5f-4d48-a675-60948393e3f8", "IdServiceEntryTypeGroup": "c4dfd245-3351-4af4-b516-d12d0f255033", "IdTransaction": "08bda753-7c21-4a7f-ba0b-d41b8653cc6e", "IdLoyaltyTransaction": "f5730565-f0e3-485e-8ba9-1dcefa5c4b6c", "IdServiceEntryClass1": "0edaf7db-0669-42db-a739-8e2c7db3f369", "IdServiceEntryClass2": "5968d8c7-51b8-4cec-b9aa-e3140eed1065", "IdServiceEntryClass3": "c2dd24c0-7bb4-40a3-a01c-834fa358630b", "IdStockKeepingUnit": "48f48a76-4d1f-4d6b-b819-e13ee2249dde", "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-09-16T13:06:48.4850108Z", "EntryDate": "2025-09-16T13:06:48.4850108Z", "ExpirationDate": "2025-09-16T13:06:48.4850108Z" }
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-09-16T13:06:48.4850108Z</EntryDate> <ExpirationDate>2025-09-16T13:06:48.4850108Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>ddbf9e73-3042-48df-9639-005a12b17b84</Id> <IdDriver>54f589e3-291e-4147-a296-85d0ae947a75</IdDriver> <IdLoyaltyTransaction>f5730565-f0e3-485e-8ba9-1dcefa5c4b6c</IdLoyaltyTransaction> <IdNetwork>8fcd13d1-3e89-4230-aceb-ee3c6c3a6a58</IdNetwork> <IdServiceEntryClass1>0edaf7db-0669-42db-a739-8e2c7db3f369</IdServiceEntryClass1> <IdServiceEntryClass2>5968d8c7-51b8-4cec-b9aa-e3140eed1065</IdServiceEntryClass2> <IdServiceEntryClass3>c2dd24c0-7bb4-40a3-a01c-834fa358630b</IdServiceEntryClass3> <IdServiceEntryType>7d6a1cb7-fa5f-4d48-a675-60948393e3f8</IdServiceEntryType> <IdServiceEntryTypeGroup>c4dfd245-3351-4af4-b516-d12d0f255033</IdServiceEntryTypeGroup> <IdServiceFile>6a25db1c-aa47-4af2-b850-3b0f6ae0df1a</IdServiceFile> <IdStockKeepingUnit>48f48a76-4d1f-4d6b-b819-e13ee2249dde</IdStockKeepingUnit> <IdTransaction>08bda753-7c21-4a7f-ba0b-d41b8653cc6e</IdTransaction> <IdVehicle>7dfe741c-0f3c-461c-bc59-6789ea586d76</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-09-16T13:06:48.4850108Z</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>