POST ServiceFiles
Creates a new service file entry.
Request Information
URI Parameters
None.
Body Parameters
The data of the service file entry.
ServiceFileEntryDtoName | 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": "269be8f2-b8fe-4500-8baa-a9e727f2b6fc", "IdNetwork": "9b60de6d-550c-408d-b375-177201579491", "IdVehicle": "d7d8a729-86f8-4b1f-b525-7d287d82de54", "IdDriver": "58d0c21d-23df-47ea-8df0-bef8824c84ff", "IdServiceFile": "1f6207fd-5bf8-4054-9659-126fa91ec0b6", "IdServiceEntryType": "0e00f4ff-5162-4cc4-9952-5ecaf0eb743a", "IdServiceEntryTypeGroup": "5b86665e-3c62-4aa2-8463-691f44a48189", "IdTransaction": "7921e5bf-52a0-4f28-be0a-2a41a6d9e2bd", "IdLoyaltyTransaction": "6bf7be29-8b07-4707-8dfc-1efc611529f0", "IdServiceEntryClass1": "5b80580f-b3f3-45d0-81d1-137bbd2f3f0e", "IdServiceEntryClass2": "0a70ea7f-c279-42eb-9e24-561e4151ac58", "IdServiceEntryClass3": "3d32ff34-c788-46d1-a9b3-44f77449643d", "IdStockKeepingUnit": "d4f2a6fd-8b69-4260-9caf-eedda07cfea3", "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-09-13T07:54:13.9310743Z", "EntryDate": "2025-09-13T07:54:13.9310743Z", "ExpirationDate": "2025-09-13T07:54:13.9310743Z" }
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-09-13T07:54:13.9310743Z</EntryDate> <ExpirationDate>2025-09-13T07:54:13.9310743Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>269be8f2-b8fe-4500-8baa-a9e727f2b6fc</Id> <IdDriver>58d0c21d-23df-47ea-8df0-bef8824c84ff</IdDriver> <IdLoyaltyTransaction>6bf7be29-8b07-4707-8dfc-1efc611529f0</IdLoyaltyTransaction> <IdNetwork>9b60de6d-550c-408d-b375-177201579491</IdNetwork> <IdServiceEntryClass1>5b80580f-b3f3-45d0-81d1-137bbd2f3f0e</IdServiceEntryClass1> <IdServiceEntryClass2>0a70ea7f-c279-42eb-9e24-561e4151ac58</IdServiceEntryClass2> <IdServiceEntryClass3>3d32ff34-c788-46d1-a9b3-44f77449643d</IdServiceEntryClass3> <IdServiceEntryType>0e00f4ff-5162-4cc4-9952-5ecaf0eb743a</IdServiceEntryType> <IdServiceEntryTypeGroup>5b86665e-3c62-4aa2-8463-691f44a48189</IdServiceEntryTypeGroup> <IdServiceFile>1f6207fd-5bf8-4054-9659-126fa91ec0b6</IdServiceFile> <IdStockKeepingUnit>d4f2a6fd-8b69-4260-9caf-eedda07cfea3</IdStockKeepingUnit> <IdTransaction>7921e5bf-52a0-4f28-be0a-2a41a6d9e2bd</IdTransaction> <IdVehicle>d7d8a729-86f8-4b1f-b525-7d287d82de54</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-09-13T07:54:13.9310743Z</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.
ServiceFileEntryDtoName | 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": "fca98a04-85cb-4fba-bfd6-8cd888eacc88", "IdNetwork": "1f2bc675-25f6-419c-989f-8977b88def81", "IdVehicle": "db2f29a7-1eb0-4d33-b8fa-a8a897feaef9", "IdDriver": "124fef70-6318-4cf7-af50-417e6aaddc6c", "IdServiceFile": "41a7c3cf-a779-4a60-8663-136113415e90", "IdServiceEntryType": "a5f82ef0-7f53-4d11-8f9d-8fb255c80e55", "IdServiceEntryTypeGroup": "d30951b0-9265-4369-94ad-43a21e246f86", "IdTransaction": "bece4402-1ab4-4e57-8ece-c91abc30ab96", "IdLoyaltyTransaction": "a463fdc0-2a4a-4c4d-abe6-f39ad7a5483e", "IdServiceEntryClass1": "eb5fe0d9-0916-4692-a84d-30f5f38592e0", "IdServiceEntryClass2": "2f602fb7-7797-48cc-910f-36c70b767673", "IdServiceEntryClass3": "cd92fae0-b0ee-4d56-b7cf-e0cea1b48c73", "IdStockKeepingUnit": "c27504be-450d-42fd-87b5-9a61295873f7", "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-09-13T07:54:13.9467018Z", "EntryDate": "2025-09-13T07:54:13.9467018Z", "ExpirationDate": "2025-09-13T07:54:13.9467018Z" }
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-09-13T07:54:13.9467018Z</EntryDate> <ExpirationDate>2025-09-13T07:54:13.9467018Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>fca98a04-85cb-4fba-bfd6-8cd888eacc88</Id> <IdDriver>124fef70-6318-4cf7-af50-417e6aaddc6c</IdDriver> <IdLoyaltyTransaction>a463fdc0-2a4a-4c4d-abe6-f39ad7a5483e</IdLoyaltyTransaction> <IdNetwork>1f2bc675-25f6-419c-989f-8977b88def81</IdNetwork> <IdServiceEntryClass1>eb5fe0d9-0916-4692-a84d-30f5f38592e0</IdServiceEntryClass1> <IdServiceEntryClass2>2f602fb7-7797-48cc-910f-36c70b767673</IdServiceEntryClass2> <IdServiceEntryClass3>cd92fae0-b0ee-4d56-b7cf-e0cea1b48c73</IdServiceEntryClass3> <IdServiceEntryType>a5f82ef0-7f53-4d11-8f9d-8fb255c80e55</IdServiceEntryType> <IdServiceEntryTypeGroup>d30951b0-9265-4369-94ad-43a21e246f86</IdServiceEntryTypeGroup> <IdServiceFile>41a7c3cf-a779-4a60-8663-136113415e90</IdServiceFile> <IdStockKeepingUnit>c27504be-450d-42fd-87b5-9a61295873f7</IdStockKeepingUnit> <IdTransaction>bece4402-1ab4-4e57-8ece-c91abc30ab96</IdTransaction> <IdVehicle>db2f29a7-1eb0-4d33-b8fa-a8a897feaef9</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-09-13T07:54:13.9467018Z</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>