POST ServiceFiles

Creates a new service file entry.

Request Information

URI Parameters

None.

Body Parameters

The data of the service file entry.

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": "613bfd95-2f34-4de2-95f5-6de98e290c26",
  "IdNetwork": "1d60fd8e-037b-4963-9f77-20885133e400",
  "IdVehicle": "9b2d1c10-3473-46ac-80b3-eec9db6ded5a",
  "IdDriver": "ce647f4d-81fa-4f1c-9a47-abe227038a56",
  "IdServiceFile": "ce617c96-6865-4fc2-b1e1-166f15f23e27",
  "IdServiceEntryType": "75bbe490-89f9-4557-a5a4-bc1f7841a8e4",
  "IdServiceEntryTypeGroup": "ecd3c420-55d3-40ec-b123-75e7069cef15",
  "IdTransaction": "e20ed622-7d7b-4ea9-b285-ba1ac4d0566d",
  "IdLoyaltyTransaction": "c0c79b02-4a2b-4f7e-a727-a7bd421e2f4d",
  "IdServiceEntryClass1": "4035dfc4-3564-4ae1-a49c-220611b485e8",
  "IdServiceEntryClass2": "f7ecd099-2329-4d44-921c-cca9a0626e19",
  "IdServiceEntryClass3": "cb37ced3-63b4-43cc-a84b-a686e571be40",
  "IdStockKeepingUnit": "8fa9401d-cb00-4257-8831-c8848153f42b",
  "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:00:12.0389372Z",
  "EntryDate": "2025-04-25T16:00:12.0389372Z",
  "ExpirationDate": "2025-04-25T16:00:12.0389372Z"
}

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:00:12.0389372Z</EntryDate>
  <ExpirationDate>2025-04-25T16:00:12.0389372Z</ExpirationDate>
  <FreeText>sample string 12</FreeText>
  <Id>613bfd95-2f34-4de2-95f5-6de98e290c26</Id>
  <IdDriver>ce647f4d-81fa-4f1c-9a47-abe227038a56</IdDriver>
  <IdLoyaltyTransaction>c0c79b02-4a2b-4f7e-a727-a7bd421e2f4d</IdLoyaltyTransaction>
  <IdNetwork>1d60fd8e-037b-4963-9f77-20885133e400</IdNetwork>
  <IdServiceEntryClass1>4035dfc4-3564-4ae1-a49c-220611b485e8</IdServiceEntryClass1>
  <IdServiceEntryClass2>f7ecd099-2329-4d44-921c-cca9a0626e19</IdServiceEntryClass2>
  <IdServiceEntryClass3>cb37ced3-63b4-43cc-a84b-a686e571be40</IdServiceEntryClass3>
  <IdServiceEntryType>75bbe490-89f9-4557-a5a4-bc1f7841a8e4</IdServiceEntryType>
  <IdServiceEntryTypeGroup>ecd3c420-55d3-40ec-b123-75e7069cef15</IdServiceEntryTypeGroup>
  <IdServiceFile>ce617c96-6865-4fc2-b1e1-166f15f23e27</IdServiceFile>
  <IdStockKeepingUnit>8fa9401d-cb00-4257-8831-c8848153f42b</IdStockKeepingUnit>
  <IdTransaction>e20ed622-7d7b-4ea9-b285-ba1ac4d0566d</IdTransaction>
  <IdVehicle>9b2d1c10-3473-46ac-80b3-eec9db6ded5a</IdVehicle>
  <NetworkName>sample string 2</NetworkName>
  <Odometer>1</Odometer>
  <RecordDate>2025-04-25T16:00:12.0389372Z</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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action, and if created returns the service file entry as ServiceFileEntryDto.

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": "01b03910-29fc-470c-a48b-69b9ab353ef2",
  "IdNetwork": "0dbfe61b-99a3-4785-8663-f916d25fe705",
  "IdVehicle": "2021f6dc-fc81-4a20-a791-edbf09c0063a",
  "IdDriver": "d19a0230-64b5-466f-a099-c2759ec55450",
  "IdServiceFile": "2c5b3d05-8e7b-425c-b803-3dfc1a85da96",
  "IdServiceEntryType": "6d5010a3-37ad-4317-9c24-ec240f161365",
  "IdServiceEntryTypeGroup": "a5bfad0f-0330-427b-9a09-f2f8ae7385f6",
  "IdTransaction": "f521dd75-4e11-4d0d-a2da-cb5c0f77f54c",
  "IdLoyaltyTransaction": "717cf23a-659e-4ece-a14c-676932f0343b",
  "IdServiceEntryClass1": "96a88276-1d34-4c41-ba8d-13dafe71dae2",
  "IdServiceEntryClass2": "354d4ea0-17e7-48c4-abd8-06bbe14e9dbc",
  "IdServiceEntryClass3": "27847bef-4e98-4e81-9ddf-dbd10e04ece1",
  "IdStockKeepingUnit": "dd8ab7ef-0956-47cb-9318-f311cbf66f18",
  "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:00:12.5076837Z",
  "EntryDate": "2025-04-25T16:00:12.5076837Z",
  "ExpirationDate": "2025-04-25T16:00:12.5076837Z"
}

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:00:12.5076837Z</EntryDate>
  <ExpirationDate>2025-04-25T16:00:12.5076837Z</ExpirationDate>
  <FreeText>sample string 12</FreeText>
  <Id>01b03910-29fc-470c-a48b-69b9ab353ef2</Id>
  <IdDriver>d19a0230-64b5-466f-a099-c2759ec55450</IdDriver>
  <IdLoyaltyTransaction>717cf23a-659e-4ece-a14c-676932f0343b</IdLoyaltyTransaction>
  <IdNetwork>0dbfe61b-99a3-4785-8663-f916d25fe705</IdNetwork>
  <IdServiceEntryClass1>96a88276-1d34-4c41-ba8d-13dafe71dae2</IdServiceEntryClass1>
  <IdServiceEntryClass2>354d4ea0-17e7-48c4-abd8-06bbe14e9dbc</IdServiceEntryClass2>
  <IdServiceEntryClass3>27847bef-4e98-4e81-9ddf-dbd10e04ece1</IdServiceEntryClass3>
  <IdServiceEntryType>6d5010a3-37ad-4317-9c24-ec240f161365</IdServiceEntryType>
  <IdServiceEntryTypeGroup>a5bfad0f-0330-427b-9a09-f2f8ae7385f6</IdServiceEntryTypeGroup>
  <IdServiceFile>2c5b3d05-8e7b-425c-b803-3dfc1a85da96</IdServiceFile>
  <IdStockKeepingUnit>dd8ab7ef-0956-47cb-9318-f311cbf66f18</IdStockKeepingUnit>
  <IdTransaction>f521dd75-4e11-4d0d-a2da-cb5c0f77f54c</IdTransaction>
  <IdVehicle>2021f6dc-fc81-4a20-a791-edbf09c0063a</IdVehicle>
  <NetworkName>sample string 2</NetworkName>
  <Odometer>1</Odometer>
  <RecordDate>2025-04-25T16:00:12.5076837Z</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>