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": "a4551219-b7c2-4b35-aa84-0016f5f2e180", "IdNetwork": "7ccebd52-9238-4b43-b882-0231fc4d2a1c", "IdVehicle": "a004b8f2-0caf-4332-a391-fc5299699761", "IdDriver": "633ad180-6e57-46c3-adbc-bd17f22668ef", "IdServiceFile": "9d74e8ec-8fbf-451e-bc31-88d2cbff9e8b", "IdServiceEntryType": "bee7d60e-a754-49bf-bb31-760b16296089", "IdServiceEntryTypeGroup": "1be76536-66ff-4ab0-90c7-1e7407a07287", "IdTransaction": "eaefe734-93bd-4ab5-9c7d-1a8b78af752e", "IdLoyaltyTransaction": "80ca4851-6542-442f-993c-eebac1cc4ec7", "IdServiceEntryClass1": "7785e880-2a8b-4121-9c1a-6ca7ecc1f4b4", "IdServiceEntryClass2": "a8035c43-a2fa-4107-96bf-bf92ed87b172", "IdServiceEntryClass3": "c56e0f48-8548-49d1-9062-f3e42b8b2372", "IdStockKeepingUnit": "8ad65393-eb1d-445c-9ecf-b93c7ca7ff04", "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-06-12T07:55:30.410083Z", "EntryDate": "2025-06-12T07:55:30.410083Z", "ExpirationDate": "2025-06-12T07:55:30.410083Z" }
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-06-12T07:55:30.410083Z</EntryDate> <ExpirationDate>2025-06-12T07:55:30.410083Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>a4551219-b7c2-4b35-aa84-0016f5f2e180</Id> <IdDriver>633ad180-6e57-46c3-adbc-bd17f22668ef</IdDriver> <IdLoyaltyTransaction>80ca4851-6542-442f-993c-eebac1cc4ec7</IdLoyaltyTransaction> <IdNetwork>7ccebd52-9238-4b43-b882-0231fc4d2a1c</IdNetwork> <IdServiceEntryClass1>7785e880-2a8b-4121-9c1a-6ca7ecc1f4b4</IdServiceEntryClass1> <IdServiceEntryClass2>a8035c43-a2fa-4107-96bf-bf92ed87b172</IdServiceEntryClass2> <IdServiceEntryClass3>c56e0f48-8548-49d1-9062-f3e42b8b2372</IdServiceEntryClass3> <IdServiceEntryType>bee7d60e-a754-49bf-bb31-760b16296089</IdServiceEntryType> <IdServiceEntryTypeGroup>1be76536-66ff-4ab0-90c7-1e7407a07287</IdServiceEntryTypeGroup> <IdServiceFile>9d74e8ec-8fbf-451e-bc31-88d2cbff9e8b</IdServiceFile> <IdStockKeepingUnit>8ad65393-eb1d-445c-9ecf-b93c7ca7ff04</IdStockKeepingUnit> <IdTransaction>eaefe734-93bd-4ab5-9c7d-1a8b78af752e</IdTransaction> <IdVehicle>a004b8f2-0caf-4332-a391-fc5299699761</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-06-12T07:55:30.410083Z</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>