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": "73f70990-6149-4fa6-882c-7cdfdec28d9a",
"IdNetwork": "189c6e06-cca2-4024-bd83-358667217061",
"IdVehicle": "858eb0c6-9601-46ba-95c1-f6bb9dc4d914",
"IdDriver": "cf80ff21-0ebf-4c32-afaf-50d1623f321d",
"IdServiceFile": "21168f51-1ccf-4f79-ba0c-4d998736f1ee",
"IdServiceEntryType": "c4385e5b-8b79-41ba-b4a7-1d3548f8cde0",
"IdServiceEntryTypeGroup": "758ed243-27b8-4c42-b6e8-ffd65ef53dd4",
"IdTransaction": "b5e5b2ad-a0e6-4195-aec8-8133eac9b382",
"IdLoyaltyTransaction": "a97804cb-1f92-47a1-a391-90e449e3c8c0",
"IdServiceEntryClass1": "17015f2d-b9db-49f4-8f40-ece8aa489e01",
"IdServiceEntryClass2": "b50caef6-d342-42ad-9474-734d84d794e1",
"IdServiceEntryClass3": "f561f543-2a0e-40ae-8818-d130cbae67a9",
"IdStockKeepingUnit": "109699e1-e1dc-4189-bae4-cb39da59ad4a",
"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-09-10T10:26:54.8477213Z",
"EntryDate": "2026-09-10T10:26:54.8477213Z",
"ExpirationDate": "2026-09-10T10:26:54.8477213Z"
}
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-09-10T10:26:54.8477213Z</EntryDate> <ExpirationDate>2026-09-10T10:26:54.8477213Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>73f70990-6149-4fa6-882c-7cdfdec28d9a</Id> <IdDriver>cf80ff21-0ebf-4c32-afaf-50d1623f321d</IdDriver> <IdLoyaltyTransaction>a97804cb-1f92-47a1-a391-90e449e3c8c0</IdLoyaltyTransaction> <IdNetwork>189c6e06-cca2-4024-bd83-358667217061</IdNetwork> <IdServiceEntryClass1>17015f2d-b9db-49f4-8f40-ece8aa489e01</IdServiceEntryClass1> <IdServiceEntryClass2>b50caef6-d342-42ad-9474-734d84d794e1</IdServiceEntryClass2> <IdServiceEntryClass3>f561f543-2a0e-40ae-8818-d130cbae67a9</IdServiceEntryClass3> <IdServiceEntryType>c4385e5b-8b79-41ba-b4a7-1d3548f8cde0</IdServiceEntryType> <IdServiceEntryTypeGroup>758ed243-27b8-4c42-b6e8-ffd65ef53dd4</IdServiceEntryTypeGroup> <IdServiceFile>21168f51-1ccf-4f79-ba0c-4d998736f1ee</IdServiceFile> <IdStockKeepingUnit>109699e1-e1dc-4189-bae4-cb39da59ad4a</IdStockKeepingUnit> <IdTransaction>b5e5b2ad-a0e6-4195-aec8-8133eac9b382</IdTransaction> <IdVehicle>858eb0c6-9601-46ba-95c1-f6bb9dc4d914</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-09-10T10:26:54.8477213Z</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": "244a2c86-07c7-49cb-b009-39453f968659",
"IdNetwork": "e210932d-4099-40b0-b5e4-75ffa9ab3d42",
"IdVehicle": "9c118af7-0e74-436c-8034-028596cee5fb",
"IdDriver": "622b62d3-2e4f-496f-8e4c-11688f1df7df",
"IdServiceFile": "3f1b2fb2-6c5a-445f-a4e8-f0687cdf57c0",
"IdServiceEntryType": "0d772e0e-ee03-4247-be9d-ca3d27bb86d3",
"IdServiceEntryTypeGroup": "3feeaa28-53c5-43a7-9569-b9adcebc2bbe",
"IdTransaction": "d5c3f71d-5962-45ce-9fe1-e7073713ba89",
"IdLoyaltyTransaction": "8a934a2c-5a04-4a8d-960f-0329d6dca1ca",
"IdServiceEntryClass1": "9e0bec10-4407-443c-b4bf-e34df488bdaf",
"IdServiceEntryClass2": "9cc6868d-1c60-4978-b3ed-1d1c2aeab275",
"IdServiceEntryClass3": "927eba8f-70f6-45f6-ac5b-b5feacd350c6",
"IdStockKeepingUnit": "6a2be335-cff3-49b6-abc5-8684a6294233",
"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-09-10T10:26:54.8477213Z",
"EntryDate": "2026-09-10T10:26:54.8477213Z",
"ExpirationDate": "2026-09-10T10:26:54.8477213Z"
}
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-09-10T10:26:54.8477213Z</EntryDate> <ExpirationDate>2026-09-10T10:26:54.8477213Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>244a2c86-07c7-49cb-b009-39453f968659</Id> <IdDriver>622b62d3-2e4f-496f-8e4c-11688f1df7df</IdDriver> <IdLoyaltyTransaction>8a934a2c-5a04-4a8d-960f-0329d6dca1ca</IdLoyaltyTransaction> <IdNetwork>e210932d-4099-40b0-b5e4-75ffa9ab3d42</IdNetwork> <IdServiceEntryClass1>9e0bec10-4407-443c-b4bf-e34df488bdaf</IdServiceEntryClass1> <IdServiceEntryClass2>9cc6868d-1c60-4978-b3ed-1d1c2aeab275</IdServiceEntryClass2> <IdServiceEntryClass3>927eba8f-70f6-45f6-ac5b-b5feacd350c6</IdServiceEntryClass3> <IdServiceEntryType>0d772e0e-ee03-4247-be9d-ca3d27bb86d3</IdServiceEntryType> <IdServiceEntryTypeGroup>3feeaa28-53c5-43a7-9569-b9adcebc2bbe</IdServiceEntryTypeGroup> <IdServiceFile>3f1b2fb2-6c5a-445f-a4e8-f0687cdf57c0</IdServiceFile> <IdStockKeepingUnit>6a2be335-cff3-49b6-abc5-8684a6294233</IdStockKeepingUnit> <IdTransaction>d5c3f71d-5962-45ce-9fe1-e7073713ba89</IdTransaction> <IdVehicle>9c118af7-0e74-436c-8034-028596cee5fb</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-09-10T10:26:54.8477213Z</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>