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": "cf307a5b-dc56-4c8f-ace6-cb0f2a654e8f",
"IdNetwork": "013c6277-60ec-4353-8ce4-5454148cbb77",
"IdVehicle": "dc8fdedc-b3de-4b39-8105-13183efd5698",
"IdDriver": "eb9ca62d-913f-4bca-8b2a-b8be954e950a",
"IdServiceFile": "a7947a00-e57c-4b77-8827-3a48d7a1badd",
"IdServiceEntryType": "fcdab5f8-8ac9-4420-a967-675fbaa953fa",
"IdServiceEntryTypeGroup": "4e984aa5-0788-4627-9e0f-4cfe946e75a3",
"IdTransaction": "e1719fd3-0b05-4ce6-b5ae-98f1bf1cf475",
"IdLoyaltyTransaction": "7d71769c-5c63-4719-810c-e252c95326ef",
"IdServiceEntryClass1": "33f9577d-aef9-4ac7-b7e7-67c18c99b570",
"IdServiceEntryClass2": "3b95e774-429a-4ef0-b176-749d120837b4",
"IdServiceEntryClass3": "3bc6300e-9f1c-4ecf-9440-c5667d4fd83d",
"IdStockKeepingUnit": "56914a9d-674e-4869-bc26-6a1581effff8",
"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-10-29T08:21:28.3907507Z",
"EntryDate": "2025-10-29T08:21:28.3907507Z",
"ExpirationDate": "2025-10-29T08:21:28.3907507Z"
}
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-10-29T08:21:28.3907507Z</EntryDate> <ExpirationDate>2025-10-29T08:21:28.3907507Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>cf307a5b-dc56-4c8f-ace6-cb0f2a654e8f</Id> <IdDriver>eb9ca62d-913f-4bca-8b2a-b8be954e950a</IdDriver> <IdLoyaltyTransaction>7d71769c-5c63-4719-810c-e252c95326ef</IdLoyaltyTransaction> <IdNetwork>013c6277-60ec-4353-8ce4-5454148cbb77</IdNetwork> <IdServiceEntryClass1>33f9577d-aef9-4ac7-b7e7-67c18c99b570</IdServiceEntryClass1> <IdServiceEntryClass2>3b95e774-429a-4ef0-b176-749d120837b4</IdServiceEntryClass2> <IdServiceEntryClass3>3bc6300e-9f1c-4ecf-9440-c5667d4fd83d</IdServiceEntryClass3> <IdServiceEntryType>fcdab5f8-8ac9-4420-a967-675fbaa953fa</IdServiceEntryType> <IdServiceEntryTypeGroup>4e984aa5-0788-4627-9e0f-4cfe946e75a3</IdServiceEntryTypeGroup> <IdServiceFile>a7947a00-e57c-4b77-8827-3a48d7a1badd</IdServiceFile> <IdStockKeepingUnit>56914a9d-674e-4869-bc26-6a1581effff8</IdStockKeepingUnit> <IdTransaction>e1719fd3-0b05-4ce6-b5ae-98f1bf1cf475</IdTransaction> <IdVehicle>dc8fdedc-b3de-4b39-8105-13183efd5698</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-10-29T08:21:28.3907507Z</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": "d5e17750-40d7-490d-9df5-4563a7d6c6c5",
"IdNetwork": "f4697da2-00d4-4b03-aa41-77f563f8e473",
"IdVehicle": "76226147-0ef2-49b0-b7d5-f32f9b88013f",
"IdDriver": "55fe175b-5af9-43fd-b352-a75ab2839b88",
"IdServiceFile": "0f8dcc78-d609-4a2c-980e-f4af2c44887c",
"IdServiceEntryType": "e569031a-f459-4888-8b6e-8d51e6e03375",
"IdServiceEntryTypeGroup": "07a993cd-4414-49dc-8543-62a8ebcb798b",
"IdTransaction": "e5810820-2392-4bbc-8cba-9d57a1cf1269",
"IdLoyaltyTransaction": "0a5427cd-1f99-45d3-9af9-9031dd5f5673",
"IdServiceEntryClass1": "bac78e28-e61e-4dd0-b207-3c9e277f9dea",
"IdServiceEntryClass2": "8715fd10-96e9-442b-88c9-0b3bd857d765",
"IdServiceEntryClass3": "953b6d8d-d536-4698-abf0-0e1b57296aad",
"IdStockKeepingUnit": "d3b748d3-7b44-4c14-80a1-06782392999d",
"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-10-29T08:21:28.406376Z",
"EntryDate": "2025-10-29T08:21:28.406376Z",
"ExpirationDate": "2025-10-29T08:21:28.406376Z"
}
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-10-29T08:21:28.406376Z</EntryDate> <ExpirationDate>2025-10-29T08:21:28.406376Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>d5e17750-40d7-490d-9df5-4563a7d6c6c5</Id> <IdDriver>55fe175b-5af9-43fd-b352-a75ab2839b88</IdDriver> <IdLoyaltyTransaction>0a5427cd-1f99-45d3-9af9-9031dd5f5673</IdLoyaltyTransaction> <IdNetwork>f4697da2-00d4-4b03-aa41-77f563f8e473</IdNetwork> <IdServiceEntryClass1>bac78e28-e61e-4dd0-b207-3c9e277f9dea</IdServiceEntryClass1> <IdServiceEntryClass2>8715fd10-96e9-442b-88c9-0b3bd857d765</IdServiceEntryClass2> <IdServiceEntryClass3>953b6d8d-d536-4698-abf0-0e1b57296aad</IdServiceEntryClass3> <IdServiceEntryType>e569031a-f459-4888-8b6e-8d51e6e03375</IdServiceEntryType> <IdServiceEntryTypeGroup>07a993cd-4414-49dc-8543-62a8ebcb798b</IdServiceEntryTypeGroup> <IdServiceFile>0f8dcc78-d609-4a2c-980e-f4af2c44887c</IdServiceFile> <IdStockKeepingUnit>d3b748d3-7b44-4c14-80a1-06782392999d</IdStockKeepingUnit> <IdTransaction>e5810820-2392-4bbc-8cba-9d57a1cf1269</IdTransaction> <IdVehicle>76226147-0ef2-49b0-b7d5-f32f9b88013f</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-10-29T08:21:28.406376Z</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>