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": "dcc69238-7dae-4bb8-b6c0-ad05ca5a075a",
"IdNetwork": "7443e110-00ac-4e70-a464-52285c17e105",
"IdVehicle": "63944cfc-08a3-4010-9b10-3fd336a8abb0",
"IdDriver": "6902a096-f241-4760-a0b4-5c213eb45350",
"IdServiceFile": "649c8a9b-4b61-470a-8523-866d1f589147",
"IdServiceEntryType": "ffd32dfe-0a26-47f5-a93f-497fe9674903",
"IdServiceEntryTypeGroup": "700550f6-c04a-4715-9726-94258c619e9c",
"IdTransaction": "34d00fe9-18f8-481f-863f-580996077949",
"IdLoyaltyTransaction": "e232dc4f-bcf3-4827-a4d5-2fd5e2fbdc60",
"IdServiceEntryClass1": "e65e0447-f9ca-43ad-a685-06860369adc7",
"IdServiceEntryClass2": "1c63b0e6-5f56-4ab2-952e-7db3eadc9e1b",
"IdServiceEntryClass3": "9c9c39ac-b4ff-47a7-8472-628dc8eaad1b",
"IdStockKeepingUnit": "cd5a0ad3-ab6c-4d56-a29e-6ac2bc7a78ed",
"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-04-27T21:33:09.0045198Z",
"EntryDate": "2026-04-27T21:33:09.0045198Z",
"ExpirationDate": "2026-04-27T21:33:09.0045198Z"
}
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-04-27T21:33:09.0045198Z</EntryDate> <ExpirationDate>2026-04-27T21:33:09.0045198Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>dcc69238-7dae-4bb8-b6c0-ad05ca5a075a</Id> <IdDriver>6902a096-f241-4760-a0b4-5c213eb45350</IdDriver> <IdLoyaltyTransaction>e232dc4f-bcf3-4827-a4d5-2fd5e2fbdc60</IdLoyaltyTransaction> <IdNetwork>7443e110-00ac-4e70-a464-52285c17e105</IdNetwork> <IdServiceEntryClass1>e65e0447-f9ca-43ad-a685-06860369adc7</IdServiceEntryClass1> <IdServiceEntryClass2>1c63b0e6-5f56-4ab2-952e-7db3eadc9e1b</IdServiceEntryClass2> <IdServiceEntryClass3>9c9c39ac-b4ff-47a7-8472-628dc8eaad1b</IdServiceEntryClass3> <IdServiceEntryType>ffd32dfe-0a26-47f5-a93f-497fe9674903</IdServiceEntryType> <IdServiceEntryTypeGroup>700550f6-c04a-4715-9726-94258c619e9c</IdServiceEntryTypeGroup> <IdServiceFile>649c8a9b-4b61-470a-8523-866d1f589147</IdServiceFile> <IdStockKeepingUnit>cd5a0ad3-ab6c-4d56-a29e-6ac2bc7a78ed</IdStockKeepingUnit> <IdTransaction>34d00fe9-18f8-481f-863f-580996077949</IdTransaction> <IdVehicle>63944cfc-08a3-4010-9b10-3fd336a8abb0</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-04-27T21:33:09.0045198Z</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": "9cdb796c-62a5-43ea-ab68-ba36fc97cec0",
"IdNetwork": "55d8117a-0b2a-473c-b4a8-5d71b1d033a0",
"IdVehicle": "45393176-db93-4f10-9c09-66df057aa33b",
"IdDriver": "b1afa27e-bafa-41bc-8b03-daa785430ee6",
"IdServiceFile": "3bbe3982-45f4-4993-8726-c4a15795b383",
"IdServiceEntryType": "f0eb8c76-bab4-487a-92a5-97c432483323",
"IdServiceEntryTypeGroup": "0da15ddc-0b31-4323-8bf7-93050fbcfc68",
"IdTransaction": "c9db2b4d-f7a4-4a5f-a5d8-a7b12d4f5ab5",
"IdLoyaltyTransaction": "00783167-f579-424e-829d-495987b6d15f",
"IdServiceEntryClass1": "63a6a59a-10ec-42b3-b02c-20fa02ecf153",
"IdServiceEntryClass2": "5d4bf071-bf31-409f-9e9e-727538741601",
"IdServiceEntryClass3": "f0e7d8c9-49c7-4da3-a997-38fa2a61fee1",
"IdStockKeepingUnit": "84a8cc61-adf8-4211-81ab-6df5128e0df6",
"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-04-27T21:33:09.0045198Z",
"EntryDate": "2026-04-27T21:33:09.0045198Z",
"ExpirationDate": "2026-04-27T21:33:09.0045198Z"
}
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-04-27T21:33:09.0045198Z</EntryDate> <ExpirationDate>2026-04-27T21:33:09.0045198Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>9cdb796c-62a5-43ea-ab68-ba36fc97cec0</Id> <IdDriver>b1afa27e-bafa-41bc-8b03-daa785430ee6</IdDriver> <IdLoyaltyTransaction>00783167-f579-424e-829d-495987b6d15f</IdLoyaltyTransaction> <IdNetwork>55d8117a-0b2a-473c-b4a8-5d71b1d033a0</IdNetwork> <IdServiceEntryClass1>63a6a59a-10ec-42b3-b02c-20fa02ecf153</IdServiceEntryClass1> <IdServiceEntryClass2>5d4bf071-bf31-409f-9e9e-727538741601</IdServiceEntryClass2> <IdServiceEntryClass3>f0e7d8c9-49c7-4da3-a997-38fa2a61fee1</IdServiceEntryClass3> <IdServiceEntryType>f0eb8c76-bab4-487a-92a5-97c432483323</IdServiceEntryType> <IdServiceEntryTypeGroup>0da15ddc-0b31-4323-8bf7-93050fbcfc68</IdServiceEntryTypeGroup> <IdServiceFile>3bbe3982-45f4-4993-8726-c4a15795b383</IdServiceFile> <IdStockKeepingUnit>84a8cc61-adf8-4211-81ab-6df5128e0df6</IdStockKeepingUnit> <IdTransaction>c9db2b4d-f7a4-4a5f-a5d8-a7b12d4f5ab5</IdTransaction> <IdVehicle>45393176-db93-4f10-9c09-66df057aa33b</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-04-27T21:33:09.0045198Z</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>