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": "0fdbc9c6-1ac9-4e64-8b05-38cb303d83c3",
"IdNetwork": "691a548a-7bd4-4bfe-9276-c0bd29b8b474",
"IdVehicle": "29a58f8d-62c5-41fe-81a8-b919374f56f8",
"IdDriver": "50db1459-9134-4d59-aee7-cd130ad9a1f7",
"IdServiceFile": "b8055db7-be24-4d2c-a6c1-5fe2efd33173",
"IdServiceEntryType": "27cb852d-ab7c-4634-9a02-5d0526d93ade",
"IdServiceEntryTypeGroup": "0aba2d61-6dbf-456d-9c9d-5e2d91f0706f",
"IdTransaction": "c44da5c4-947e-49dd-926a-d1777759f90a",
"IdLoyaltyTransaction": "f8b76a4c-e0ae-4187-bf69-0c79de08cad3",
"IdServiceEntryClass1": "2b7d985f-a506-494f-83d3-280971796e5b",
"IdServiceEntryClass2": "85dbb922-f6ae-4bf6-9d3b-c33e8b674d72",
"IdServiceEntryClass3": "675d6139-6248-4ea3-b2d9-fb21caed9b59",
"IdStockKeepingUnit": "a5579fde-f25a-4b79-96af-773cc6d0d225",
"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-07-27T07:15:29.522144Z",
"EntryDate": "2026-07-27T07:15:29.522144Z",
"ExpirationDate": "2026-07-27T07:15:29.522144Z"
}
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-07-27T07:15:29.522144Z</EntryDate> <ExpirationDate>2026-07-27T07:15:29.522144Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>0fdbc9c6-1ac9-4e64-8b05-38cb303d83c3</Id> <IdDriver>50db1459-9134-4d59-aee7-cd130ad9a1f7</IdDriver> <IdLoyaltyTransaction>f8b76a4c-e0ae-4187-bf69-0c79de08cad3</IdLoyaltyTransaction> <IdNetwork>691a548a-7bd4-4bfe-9276-c0bd29b8b474</IdNetwork> <IdServiceEntryClass1>2b7d985f-a506-494f-83d3-280971796e5b</IdServiceEntryClass1> <IdServiceEntryClass2>85dbb922-f6ae-4bf6-9d3b-c33e8b674d72</IdServiceEntryClass2> <IdServiceEntryClass3>675d6139-6248-4ea3-b2d9-fb21caed9b59</IdServiceEntryClass3> <IdServiceEntryType>27cb852d-ab7c-4634-9a02-5d0526d93ade</IdServiceEntryType> <IdServiceEntryTypeGroup>0aba2d61-6dbf-456d-9c9d-5e2d91f0706f</IdServiceEntryTypeGroup> <IdServiceFile>b8055db7-be24-4d2c-a6c1-5fe2efd33173</IdServiceFile> <IdStockKeepingUnit>a5579fde-f25a-4b79-96af-773cc6d0d225</IdStockKeepingUnit> <IdTransaction>c44da5c4-947e-49dd-926a-d1777759f90a</IdTransaction> <IdVehicle>29a58f8d-62c5-41fe-81a8-b919374f56f8</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-07-27T07:15:29.522144Z</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": "b447776d-1a59-4ccb-9c09-160acaf243ee",
"IdNetwork": "21b826e8-bea7-4c79-8fbb-d7fc251e40f7",
"IdVehicle": "2e8eebb5-e5a3-468b-ace3-9e532a10ab4c",
"IdDriver": "ee666c38-cb75-42f5-92f7-740f97f79fb9",
"IdServiceFile": "1d304788-0b35-417c-b2f2-1381f2dbb44e",
"IdServiceEntryType": "3df4ddf7-9e5a-407e-ad5c-40752c9170a3",
"IdServiceEntryTypeGroup": "a3fe85de-4be1-43a2-92b4-3a44b554ae44",
"IdTransaction": "eb9e7a0d-a466-4251-88ee-bd75fe09fc6c",
"IdLoyaltyTransaction": "a802cbdf-03b0-4e0e-9d0f-4c278460fe40",
"IdServiceEntryClass1": "2ca701d8-8b98-485c-8678-b4b8544c2fd1",
"IdServiceEntryClass2": "07a47e63-bcc0-4e33-86d3-f4868527cc94",
"IdServiceEntryClass3": "f1364269-32d6-4bea-b4f4-94030cb3d0bf",
"IdStockKeepingUnit": "6a45e036-64e4-4c57-9ab2-9a0774458cc4",
"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-07-27T07:15:29.5377657Z",
"EntryDate": "2026-07-27T07:15:29.5377657Z",
"ExpirationDate": "2026-07-27T07:15:29.5377657Z"
}
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-07-27T07:15:29.5377657Z</EntryDate> <ExpirationDate>2026-07-27T07:15:29.5377657Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>b447776d-1a59-4ccb-9c09-160acaf243ee</Id> <IdDriver>ee666c38-cb75-42f5-92f7-740f97f79fb9</IdDriver> <IdLoyaltyTransaction>a802cbdf-03b0-4e0e-9d0f-4c278460fe40</IdLoyaltyTransaction> <IdNetwork>21b826e8-bea7-4c79-8fbb-d7fc251e40f7</IdNetwork> <IdServiceEntryClass1>2ca701d8-8b98-485c-8678-b4b8544c2fd1</IdServiceEntryClass1> <IdServiceEntryClass2>07a47e63-bcc0-4e33-86d3-f4868527cc94</IdServiceEntryClass2> <IdServiceEntryClass3>f1364269-32d6-4bea-b4f4-94030cb3d0bf</IdServiceEntryClass3> <IdServiceEntryType>3df4ddf7-9e5a-407e-ad5c-40752c9170a3</IdServiceEntryType> <IdServiceEntryTypeGroup>a3fe85de-4be1-43a2-92b4-3a44b554ae44</IdServiceEntryTypeGroup> <IdServiceFile>1d304788-0b35-417c-b2f2-1381f2dbb44e</IdServiceFile> <IdStockKeepingUnit>6a45e036-64e4-4c57-9ab2-9a0774458cc4</IdStockKeepingUnit> <IdTransaction>eb9e7a0d-a466-4251-88ee-bd75fe09fc6c</IdTransaction> <IdVehicle>2e8eebb5-e5a3-468b-ace3-9e532a10ab4c</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-07-27T07:15:29.5377657Z</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>