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": "f451af47-b575-4478-82a8-fd8f056bee64", "IdNetwork": "89a55e7d-3ad1-4503-9818-33354334600e", "IdVehicle": "fc8d9fac-99d5-4a9c-919d-92ac69d835ae", "IdDriver": "6a507e01-269b-4a94-96bc-997f676ef05b", "IdServiceFile": "82df33b2-2b50-4480-b4c8-3058188d8358", "IdServiceEntryType": "63f3de8d-5e86-4cf8-a475-050071cbeee0", "IdServiceEntryTypeGroup": "2a845019-62fb-4eb4-b24f-4a813d3fb4e1", "IdTransaction": "5495e82a-ef3f-4546-a517-a0f2186b0f13", "IdLoyaltyTransaction": "757f4f35-5230-4274-9ec3-9fc6c1882cd3", "IdServiceEntryClass1": "eabd7e47-b106-4205-9191-dfbaba49061c", "IdServiceEntryClass2": "fbaeeec7-191e-4424-9298-a5da850d1b66", "IdServiceEntryClass3": "71f550ff-e874-41e4-abd1-7cb21c824af3", "IdStockKeepingUnit": "062f0fd0-af6b-4136-b612-ee711d2be052", "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-13T07:57:21.1519962Z", "EntryDate": "2025-09-13T07:57:21.1519962Z", "ExpirationDate": "2025-09-13T07:57:21.1519962Z" }
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-13T07:57:21.1519962Z</EntryDate> <ExpirationDate>2025-09-13T07:57:21.1519962Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>f451af47-b575-4478-82a8-fd8f056bee64</Id> <IdDriver>6a507e01-269b-4a94-96bc-997f676ef05b</IdDriver> <IdLoyaltyTransaction>757f4f35-5230-4274-9ec3-9fc6c1882cd3</IdLoyaltyTransaction> <IdNetwork>89a55e7d-3ad1-4503-9818-33354334600e</IdNetwork> <IdServiceEntryClass1>eabd7e47-b106-4205-9191-dfbaba49061c</IdServiceEntryClass1> <IdServiceEntryClass2>fbaeeec7-191e-4424-9298-a5da850d1b66</IdServiceEntryClass2> <IdServiceEntryClass3>71f550ff-e874-41e4-abd1-7cb21c824af3</IdServiceEntryClass3> <IdServiceEntryType>63f3de8d-5e86-4cf8-a475-050071cbeee0</IdServiceEntryType> <IdServiceEntryTypeGroup>2a845019-62fb-4eb4-b24f-4a813d3fb4e1</IdServiceEntryTypeGroup> <IdServiceFile>82df33b2-2b50-4480-b4c8-3058188d8358</IdServiceFile> <IdStockKeepingUnit>062f0fd0-af6b-4136-b612-ee711d2be052</IdStockKeepingUnit> <IdTransaction>5495e82a-ef3f-4546-a517-a0f2186b0f13</IdTransaction> <IdVehicle>fc8d9fac-99d5-4a9c-919d-92ac69d835ae</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-09-13T07:57:21.1519962Z</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>