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": "818f8064-ce74-41de-9f58-f5a7c928f7ad",
"IdNetwork": "e6582edf-0eab-4771-8e72-1d9f07e486d6",
"IdVehicle": "be3466be-2ce1-432b-b060-840aca8a734d",
"IdDriver": "9dcc91ec-a054-4f52-86fb-3a35d149e7bf",
"IdServiceFile": "330af80b-5082-4dd7-8da1-95aedfcc8609",
"IdServiceEntryType": "4db16958-904a-4215-8b89-fbd745f40a63",
"IdServiceEntryTypeGroup": "7cc10636-54b6-4924-8eb1-49decbf66450",
"IdTransaction": "f39085b3-5fcb-46cc-99dc-2f1274cb6bf1",
"IdLoyaltyTransaction": "e5a565d0-6497-4d21-9337-4aabf494b7f5",
"IdServiceEntryClass1": "f1261cdc-4030-4b3f-b7a4-707bc78291ba",
"IdServiceEntryClass2": "62e6a796-2a70-4bd2-8c58-a1f000108e3b",
"IdServiceEntryClass3": "43fb268b-eb93-4074-bf41-fba7a2d39596",
"IdStockKeepingUnit": "d2900b4b-6449-4e1c-846f-38bd0109c6f8",
"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-03-13T12:23:38.5904169Z",
"EntryDate": "2026-03-13T12:23:38.5904169Z",
"ExpirationDate": "2026-03-13T12:23:38.5904169Z"
}
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-03-13T12:23:38.5904169Z</EntryDate> <ExpirationDate>2026-03-13T12:23:38.5904169Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>818f8064-ce74-41de-9f58-f5a7c928f7ad</Id> <IdDriver>9dcc91ec-a054-4f52-86fb-3a35d149e7bf</IdDriver> <IdLoyaltyTransaction>e5a565d0-6497-4d21-9337-4aabf494b7f5</IdLoyaltyTransaction> <IdNetwork>e6582edf-0eab-4771-8e72-1d9f07e486d6</IdNetwork> <IdServiceEntryClass1>f1261cdc-4030-4b3f-b7a4-707bc78291ba</IdServiceEntryClass1> <IdServiceEntryClass2>62e6a796-2a70-4bd2-8c58-a1f000108e3b</IdServiceEntryClass2> <IdServiceEntryClass3>43fb268b-eb93-4074-bf41-fba7a2d39596</IdServiceEntryClass3> <IdServiceEntryType>4db16958-904a-4215-8b89-fbd745f40a63</IdServiceEntryType> <IdServiceEntryTypeGroup>7cc10636-54b6-4924-8eb1-49decbf66450</IdServiceEntryTypeGroup> <IdServiceFile>330af80b-5082-4dd7-8da1-95aedfcc8609</IdServiceFile> <IdStockKeepingUnit>d2900b4b-6449-4e1c-846f-38bd0109c6f8</IdStockKeepingUnit> <IdTransaction>f39085b3-5fcb-46cc-99dc-2f1274cb6bf1</IdTransaction> <IdVehicle>be3466be-2ce1-432b-b060-840aca8a734d</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-03-13T12:23:38.5904169Z</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": "5326838d-a38d-4d0d-9cf4-c526d839666b",
"IdNetwork": "2184b79b-a32e-45d9-a09f-d7e44ff9f65d",
"IdVehicle": "0afe4747-bdd7-4237-831a-4965b6ed7eba",
"IdDriver": "1fe4589e-e2fd-4fb1-ba1a-0d8e145ba2cb",
"IdServiceFile": "56e2fb2c-1005-41b9-b87d-ccdd3acf0ee1",
"IdServiceEntryType": "0a3ca5a2-57b2-42a9-87b0-f2e7b66c89a6",
"IdServiceEntryTypeGroup": "8aa6675d-435e-4509-ab1d-ec62a190d797",
"IdTransaction": "58fbddd9-a7f4-4d70-b8a3-9f9d63bd51f0",
"IdLoyaltyTransaction": "1cb056bc-01db-4131-bafc-91554259939a",
"IdServiceEntryClass1": "a2f53b64-1498-4cd9-b42c-434b7ccb4df6",
"IdServiceEntryClass2": "5f2ba08b-aa33-4f7f-a916-9d56b44af37d",
"IdServiceEntryClass3": "147ea5a4-352c-4511-b9b4-44874b8a2243",
"IdStockKeepingUnit": "612b0945-8f11-4abc-a7b0-d2817d2748e9",
"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-03-13T12:23:38.6059627Z",
"EntryDate": "2026-03-13T12:23:38.6059627Z",
"ExpirationDate": "2026-03-13T12:23:38.6059627Z"
}
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-03-13T12:23:38.6059627Z</EntryDate> <ExpirationDate>2026-03-13T12:23:38.6059627Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>5326838d-a38d-4d0d-9cf4-c526d839666b</Id> <IdDriver>1fe4589e-e2fd-4fb1-ba1a-0d8e145ba2cb</IdDriver> <IdLoyaltyTransaction>1cb056bc-01db-4131-bafc-91554259939a</IdLoyaltyTransaction> <IdNetwork>2184b79b-a32e-45d9-a09f-d7e44ff9f65d</IdNetwork> <IdServiceEntryClass1>a2f53b64-1498-4cd9-b42c-434b7ccb4df6</IdServiceEntryClass1> <IdServiceEntryClass2>5f2ba08b-aa33-4f7f-a916-9d56b44af37d</IdServiceEntryClass2> <IdServiceEntryClass3>147ea5a4-352c-4511-b9b4-44874b8a2243</IdServiceEntryClass3> <IdServiceEntryType>0a3ca5a2-57b2-42a9-87b0-f2e7b66c89a6</IdServiceEntryType> <IdServiceEntryTypeGroup>8aa6675d-435e-4509-ab1d-ec62a190d797</IdServiceEntryTypeGroup> <IdServiceFile>56e2fb2c-1005-41b9-b87d-ccdd3acf0ee1</IdServiceFile> <IdStockKeepingUnit>612b0945-8f11-4abc-a7b0-d2817d2748e9</IdStockKeepingUnit> <IdTransaction>58fbddd9-a7f4-4d70-b8a3-9f9d63bd51f0</IdTransaction> <IdVehicle>0afe4747-bdd7-4237-831a-4965b6ed7eba</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-03-13T12:23:38.6059627Z</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>