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": "5fef6747-0e43-41d9-8701-d0788b913673",
"IdNetwork": "87153f7a-c37b-4fee-997d-15f3c7c0f4b2",
"IdVehicle": "a71d87f8-6a8b-4271-824e-499b5306f280",
"IdDriver": "5dae6e0a-8afa-4f0c-b4d7-5ce17d69dc95",
"IdServiceFile": "43cf9e73-597d-4057-896e-56603893266b",
"IdServiceEntryType": "ca67aad0-bfa1-4a7b-83e9-75aa6d04d93f",
"IdServiceEntryTypeGroup": "d5d6090b-4994-4804-98d3-12ac3d1a63fb",
"IdTransaction": "319d6e48-b57f-4046-8f14-6ed5e77d65dd",
"IdLoyaltyTransaction": "411334bd-05cb-4be4-b2d7-c29165c5a685",
"IdServiceEntryClass1": "7c191f23-c206-4bcd-a87e-ae9c277f0580",
"IdServiceEntryClass2": "139a0f41-65a4-43f8-9cec-81617f97b60b",
"IdServiceEntryClass3": "6bec774e-3785-476d-b680-c6da3ab336cc",
"IdStockKeepingUnit": "637ca254-3584-44b9-a86a-d28fe5692955",
"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": "2026-02-13T16:16:51.4569055Z",
"EntryDate": "2026-02-13T16:16:51.4569055Z",
"ExpirationDate": "2026-02-13T16:16:51.4569055Z"
}
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>2026-02-13T16:16:51.4569055Z</EntryDate> <ExpirationDate>2026-02-13T16:16:51.4569055Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>5fef6747-0e43-41d9-8701-d0788b913673</Id> <IdDriver>5dae6e0a-8afa-4f0c-b4d7-5ce17d69dc95</IdDriver> <IdLoyaltyTransaction>411334bd-05cb-4be4-b2d7-c29165c5a685</IdLoyaltyTransaction> <IdNetwork>87153f7a-c37b-4fee-997d-15f3c7c0f4b2</IdNetwork> <IdServiceEntryClass1>7c191f23-c206-4bcd-a87e-ae9c277f0580</IdServiceEntryClass1> <IdServiceEntryClass2>139a0f41-65a4-43f8-9cec-81617f97b60b</IdServiceEntryClass2> <IdServiceEntryClass3>6bec774e-3785-476d-b680-c6da3ab336cc</IdServiceEntryClass3> <IdServiceEntryType>ca67aad0-bfa1-4a7b-83e9-75aa6d04d93f</IdServiceEntryType> <IdServiceEntryTypeGroup>d5d6090b-4994-4804-98d3-12ac3d1a63fb</IdServiceEntryTypeGroup> <IdServiceFile>43cf9e73-597d-4057-896e-56603893266b</IdServiceFile> <IdStockKeepingUnit>637ca254-3584-44b9-a86a-d28fe5692955</IdStockKeepingUnit> <IdTransaction>319d6e48-b57f-4046-8f14-6ed5e77d65dd</IdTransaction> <IdVehicle>a71d87f8-6a8b-4271-824e-499b5306f280</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-02-13T16:16:51.4569055Z</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>