GET ServiceFiles/{id}

Gets a service file by it's ID, represented as ServiceFileDto.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the service file.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

The service file data.

ServiceFileEntryDto
NameDescriptionTypeAdditional 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": "f037490c-7e6c-4cb2-9d91-e90e55534c41",
  "IdNetwork": "fee56c2f-e460-4625-8d19-74486d1ef2cc",
  "IdVehicle": "adec8df8-1fc9-49bf-a5c3-de40771a2762",
  "IdDriver": "46361d77-c216-4a79-8964-7c625dca707c",
  "IdServiceFile": "a3983e90-3a5a-4722-a7f4-95677040ce64",
  "IdServiceEntryType": "11398f34-e2f3-4b2d-bdd6-335057d49228",
  "IdServiceEntryTypeGroup": "6748e020-832b-4229-b782-dd92c9b746f2",
  "IdTransaction": "abd5e788-7ecf-46e5-8daf-cbe43302ffc4",
  "IdLoyaltyTransaction": "e73fbfa9-f105-489e-896a-df141cf18012",
  "IdServiceEntryClass1": "e225182f-41bd-4c7c-8cc5-b2436efb5db0",
  "IdServiceEntryClass2": "b253a791-662c-49d8-a015-0c66e180f9d6",
  "IdServiceEntryClass3": "ad318039-0236-4d36-9113-1f681397637f",
  "IdStockKeepingUnit": "86a5b779-20b0-4a6a-b0d3-fc4cfda96374",
  "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-04-25T16:18:27.418677Z",
  "EntryDate": "2025-04-25T16:18:27.418677Z",
  "ExpirationDate": "2025-04-25T16:18:27.418677Z"
}

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-04-25T16:18:27.418677Z</EntryDate>
  <ExpirationDate>2025-04-25T16:18:27.418677Z</ExpirationDate>
  <FreeText>sample string 12</FreeText>
  <Id>f037490c-7e6c-4cb2-9d91-e90e55534c41</Id>
  <IdDriver>46361d77-c216-4a79-8964-7c625dca707c</IdDriver>
  <IdLoyaltyTransaction>e73fbfa9-f105-489e-896a-df141cf18012</IdLoyaltyTransaction>
  <IdNetwork>fee56c2f-e460-4625-8d19-74486d1ef2cc</IdNetwork>
  <IdServiceEntryClass1>e225182f-41bd-4c7c-8cc5-b2436efb5db0</IdServiceEntryClass1>
  <IdServiceEntryClass2>b253a791-662c-49d8-a015-0c66e180f9d6</IdServiceEntryClass2>
  <IdServiceEntryClass3>ad318039-0236-4d36-9113-1f681397637f</IdServiceEntryClass3>
  <IdServiceEntryType>11398f34-e2f3-4b2d-bdd6-335057d49228</IdServiceEntryType>
  <IdServiceEntryTypeGroup>6748e020-832b-4229-b782-dd92c9b746f2</IdServiceEntryTypeGroup>
  <IdServiceFile>a3983e90-3a5a-4722-a7f4-95677040ce64</IdServiceFile>
  <IdStockKeepingUnit>86a5b779-20b0-4a6a-b0d3-fc4cfda96374</IdStockKeepingUnit>
  <IdTransaction>abd5e788-7ecf-46e5-8daf-cbe43302ffc4</IdTransaction>
  <IdVehicle>adec8df8-1fc9-49bf-a5c3-de40771a2762</IdVehicle>
  <NetworkName>sample string 2</NetworkName>
  <Odometer>1</Odometer>
  <RecordDate>2025-04-25T16:18:27.418677Z</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>