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": "99c380d4-ae65-498c-8f78-38c7054b7d62", "IdNetwork": "a20d8b63-3526-40ca-ad4b-c52c6e60f1b7", "IdVehicle": "a1319ef8-a1e6-45f6-a1a5-f8f6f3f818c7", "IdDriver": "41864032-bc77-4a25-a5e6-e30652ebf12c", "IdServiceFile": "499f3b75-529a-4dbc-b31f-ddde8a4f55cc", "IdServiceEntryType": "82701b6a-ef85-4147-9f97-00b885a9208a", "IdServiceEntryTypeGroup": "f0a2637d-5dcc-48e0-a964-d47ea19fa7f2", "IdTransaction": "8cdee61a-881f-49e6-a5a4-162296009c2f", "IdLoyaltyTransaction": "db3a59ce-717d-4400-a7f5-3f9cba39d296", "IdServiceEntryClass1": "9cbec8fc-bd07-467b-92d1-fe0c3275a637", "IdServiceEntryClass2": "f49307ca-d069-4073-b8ad-07a24475907c", "IdServiceEntryClass3": "ee1a0b5e-c057-4273-9e1d-185593f8dafb", "IdStockKeepingUnit": "c23eb197-c7e3-4e08-8b43-71a5d6e6a111", "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-07-05T18:36:43.2360492Z", "EntryDate": "2025-07-05T18:36:43.2360492Z", "ExpirationDate": "2025-07-05T18:36:43.2360492Z" }
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-07-05T18:36:43.2360492Z</EntryDate> <ExpirationDate>2025-07-05T18:36:43.2360492Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>99c380d4-ae65-498c-8f78-38c7054b7d62</Id> <IdDriver>41864032-bc77-4a25-a5e6-e30652ebf12c</IdDriver> <IdLoyaltyTransaction>db3a59ce-717d-4400-a7f5-3f9cba39d296</IdLoyaltyTransaction> <IdNetwork>a20d8b63-3526-40ca-ad4b-c52c6e60f1b7</IdNetwork> <IdServiceEntryClass1>9cbec8fc-bd07-467b-92d1-fe0c3275a637</IdServiceEntryClass1> <IdServiceEntryClass2>f49307ca-d069-4073-b8ad-07a24475907c</IdServiceEntryClass2> <IdServiceEntryClass3>ee1a0b5e-c057-4273-9e1d-185593f8dafb</IdServiceEntryClass3> <IdServiceEntryType>82701b6a-ef85-4147-9f97-00b885a9208a</IdServiceEntryType> <IdServiceEntryTypeGroup>f0a2637d-5dcc-48e0-a964-d47ea19fa7f2</IdServiceEntryTypeGroup> <IdServiceFile>499f3b75-529a-4dbc-b31f-ddde8a4f55cc</IdServiceFile> <IdStockKeepingUnit>c23eb197-c7e3-4e08-8b43-71a5d6e6a111</IdStockKeepingUnit> <IdTransaction>8cdee61a-881f-49e6-a5a4-162296009c2f</IdTransaction> <IdVehicle>a1319ef8-a1e6-45f6-a1a5-f8f6f3f818c7</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-07-05T18:36:43.2360492Z</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>