POST ServiceFiles
Creates a new service file entry.
Request Information
URI Parameters
None.
Body Parameters
The data of the service file entry.
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "64dbbfc2-1a71-4cf7-ae62-b0cd36639612",
"IdNetwork": "9b41cf9e-2884-47bb-a2ae-db9204b95478",
"IdVehicle": "fb9a376b-371b-488d-9f72-66173b938f4c",
"IdDriver": "b6bc5c38-9626-4290-9367-13e0ab1074ac",
"IdServiceFile": "adc9e8c1-50fa-4915-a32f-def6dde2a5fd",
"IdServiceEntryType": "fc30426c-c399-4707-8c1b-5e91ccf0e8f9",
"IdServiceEntryTypeGroup": "bd8d39ed-7a7a-47be-9a0a-c791e93677da",
"IdTransaction": "4e99f7c1-ec2d-48f6-9ea5-f440dbc93520",
"IdLoyaltyTransaction": "573060bf-5d16-4e7d-a294-53cfed3b5db1",
"IdServiceEntryClass1": "2c87995a-dc05-4f4e-92f5-6f8b824d9a2d",
"IdServiceEntryClass2": "3bb37165-67d2-4e5b-91f5-a7b4b47cadb9",
"IdServiceEntryClass3": "d2630075-593d-41b9-866e-8b3657f85417",
"IdStockKeepingUnit": "bcf0b1ac-bd29-415c-83d7-cc8bf2a8296b",
"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-08-03T19:18:12.4262591Z",
"EntryDate": "2026-08-03T19:18:12.4262591Z",
"ExpirationDate": "2026-08-03T19:18:12.4262591Z"
}
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-08-03T19:18:12.4262591Z</EntryDate> <ExpirationDate>2026-08-03T19:18:12.4262591Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>64dbbfc2-1a71-4cf7-ae62-b0cd36639612</Id> <IdDriver>b6bc5c38-9626-4290-9367-13e0ab1074ac</IdDriver> <IdLoyaltyTransaction>573060bf-5d16-4e7d-a294-53cfed3b5db1</IdLoyaltyTransaction> <IdNetwork>9b41cf9e-2884-47bb-a2ae-db9204b95478</IdNetwork> <IdServiceEntryClass1>2c87995a-dc05-4f4e-92f5-6f8b824d9a2d</IdServiceEntryClass1> <IdServiceEntryClass2>3bb37165-67d2-4e5b-91f5-a7b4b47cadb9</IdServiceEntryClass2> <IdServiceEntryClass3>d2630075-593d-41b9-866e-8b3657f85417</IdServiceEntryClass3> <IdServiceEntryType>fc30426c-c399-4707-8c1b-5e91ccf0e8f9</IdServiceEntryType> <IdServiceEntryTypeGroup>bd8d39ed-7a7a-47be-9a0a-c791e93677da</IdServiceEntryTypeGroup> <IdServiceFile>adc9e8c1-50fa-4915-a32f-def6dde2a5fd</IdServiceFile> <IdStockKeepingUnit>bcf0b1ac-bd29-415c-83d7-cc8bf2a8296b</IdStockKeepingUnit> <IdTransaction>4e99f7c1-ec2d-48f6-9ea5-f440dbc93520</IdTransaction> <IdVehicle>fb9a376b-371b-488d-9f72-66173b938f4c</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-08-03T19:18:12.4262591Z</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| 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": "d50e2fd6-59a7-495a-875d-bf5e80843b5b",
"IdNetwork": "40c2afe2-6968-4220-8410-096fd7efd181",
"IdVehicle": "0e280161-4995-4618-83cd-771949044cf4",
"IdDriver": "570355d0-74b6-4f41-b03e-6cc06a56b1b9",
"IdServiceFile": "c30bf8b8-506c-4499-af46-e5f0d5330ef4",
"IdServiceEntryType": "08cf74b9-f3ac-424e-b2ab-1d8b7ad2e520",
"IdServiceEntryTypeGroup": "c0911722-bf6d-42cf-928c-28227827386d",
"IdTransaction": "868b0d08-a1a0-49c0-bf59-f0c1c972927e",
"IdLoyaltyTransaction": "5c64bd8f-0d75-4d02-8995-033c389978ce",
"IdServiceEntryClass1": "31cac1e1-4a70-4aaa-8193-010a8c93dce0",
"IdServiceEntryClass2": "7529c2ce-908f-4267-9ed9-3f4d06f6c3e6",
"IdServiceEntryClass3": "957ad348-ebac-4ef3-a1df-1f88d6d824a7",
"IdStockKeepingUnit": "98c2c124-d968-431b-a5d5-e00ff21ee3fa",
"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-08-03T19:18:12.4262591Z",
"EntryDate": "2026-08-03T19:18:12.4262591Z",
"ExpirationDate": "2026-08-03T19:18:12.4262591Z"
}
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-08-03T19:18:12.4262591Z</EntryDate> <ExpirationDate>2026-08-03T19:18:12.4262591Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>d50e2fd6-59a7-495a-875d-bf5e80843b5b</Id> <IdDriver>570355d0-74b6-4f41-b03e-6cc06a56b1b9</IdDriver> <IdLoyaltyTransaction>5c64bd8f-0d75-4d02-8995-033c389978ce</IdLoyaltyTransaction> <IdNetwork>40c2afe2-6968-4220-8410-096fd7efd181</IdNetwork> <IdServiceEntryClass1>31cac1e1-4a70-4aaa-8193-010a8c93dce0</IdServiceEntryClass1> <IdServiceEntryClass2>7529c2ce-908f-4267-9ed9-3f4d06f6c3e6</IdServiceEntryClass2> <IdServiceEntryClass3>957ad348-ebac-4ef3-a1df-1f88d6d824a7</IdServiceEntryClass3> <IdServiceEntryType>08cf74b9-f3ac-424e-b2ab-1d8b7ad2e520</IdServiceEntryType> <IdServiceEntryTypeGroup>c0911722-bf6d-42cf-928c-28227827386d</IdServiceEntryTypeGroup> <IdServiceFile>c30bf8b8-506c-4499-af46-e5f0d5330ef4</IdServiceFile> <IdStockKeepingUnit>98c2c124-d968-431b-a5d5-e00ff21ee3fa</IdStockKeepingUnit> <IdTransaction>868b0d08-a1a0-49c0-bf59-f0c1c972927e</IdTransaction> <IdVehicle>0e280161-4995-4618-83cd-771949044cf4</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-08-03T19:18:12.4262591Z</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>