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": "f12c46da-e358-4811-8ae8-965f3300c03f", "IdNetwork": "b62edc79-4265-4e33-841b-9b7a76c0146d", "IdVehicle": "a42558c7-a20b-44f0-93fc-5aa0949442a7", "IdDriver": "1edbe8f2-2a41-44ad-afbd-7a416a936eac", "IdServiceFile": "ab1671d6-33dc-4967-aa8d-5157019af6ce", "IdServiceEntryType": "5421bd9c-0877-4e34-be53-a14329f941fa", "IdServiceEntryTypeGroup": "232a5d79-b2dd-4b4d-af29-f9984d6b0827", "IdTransaction": "719466ca-8f1a-4a66-9be6-cb19fdbccaec", "IdLoyaltyTransaction": "7f89c595-4073-4ccf-8bd7-28a5aed8fdfd", "IdServiceEntryClass1": "02626e90-2bb0-4956-a6c1-f14b71f84f9f", "IdServiceEntryClass2": "15c19260-13e0-4eba-88b7-988077da8921", "IdServiceEntryClass3": "1c429dd2-c4d7-407b-a34c-811fa69c139f", "IdStockKeepingUnit": "92d3cc32-c1ce-4224-9805-f4f87c72e195", "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-06-12T07:31:00.4837218Z", "EntryDate": "2025-06-12T07:31:00.4837218Z", "ExpirationDate": "2025-06-12T07:31:00.4837218Z" }
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-06-12T07:31:00.4837218Z</EntryDate> <ExpirationDate>2025-06-12T07:31:00.4837218Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>f12c46da-e358-4811-8ae8-965f3300c03f</Id> <IdDriver>1edbe8f2-2a41-44ad-afbd-7a416a936eac</IdDriver> <IdLoyaltyTransaction>7f89c595-4073-4ccf-8bd7-28a5aed8fdfd</IdLoyaltyTransaction> <IdNetwork>b62edc79-4265-4e33-841b-9b7a76c0146d</IdNetwork> <IdServiceEntryClass1>02626e90-2bb0-4956-a6c1-f14b71f84f9f</IdServiceEntryClass1> <IdServiceEntryClass2>15c19260-13e0-4eba-88b7-988077da8921</IdServiceEntryClass2> <IdServiceEntryClass3>1c429dd2-c4d7-407b-a34c-811fa69c139f</IdServiceEntryClass3> <IdServiceEntryType>5421bd9c-0877-4e34-be53-a14329f941fa</IdServiceEntryType> <IdServiceEntryTypeGroup>232a5d79-b2dd-4b4d-af29-f9984d6b0827</IdServiceEntryTypeGroup> <IdServiceFile>ab1671d6-33dc-4967-aa8d-5157019af6ce</IdServiceFile> <IdStockKeepingUnit>92d3cc32-c1ce-4224-9805-f4f87c72e195</IdStockKeepingUnit> <IdTransaction>719466ca-8f1a-4a66-9be6-cb19fdbccaec</IdTransaction> <IdVehicle>a42558c7-a20b-44f0-93fc-5aa0949442a7</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-06-12T07:31:00.4837218Z</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": "7eda9919-1743-4b33-a4a6-23fb4f591c29", "IdNetwork": "6574805a-ae56-45f8-9314-f3414e70cece", "IdVehicle": "b3ff7e50-d73a-43a6-b59b-fd43ba76842d", "IdDriver": "09588ce5-be25-4793-b479-af2ddf3fc11a", "IdServiceFile": "320ecb76-1298-4e6d-bcbb-5e4c92b15984", "IdServiceEntryType": "6bf502e2-acf7-41d9-8bad-1357a8b172da", "IdServiceEntryTypeGroup": "ee888441-a0fa-4eb1-ad99-a96c1ae813b3", "IdTransaction": "c487a88e-5fe1-43c8-a535-da8a89ad8c70", "IdLoyaltyTransaction": "fe4f3200-a21c-4c41-ab07-7d5ef013fef9", "IdServiceEntryClass1": "602d60ce-61ef-4ec7-8b35-3efe5b8b27b5", "IdServiceEntryClass2": "b7f52a46-995e-482f-9bdb-669953e56422", "IdServiceEntryClass3": "b174f9b2-5e0b-45b1-a92a-145f95b0690d", "IdStockKeepingUnit": "0dd3b8a7-c848-46c6-9a18-429b4cab22fa", "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-06-12T07:31:00.5149734Z", "EntryDate": "2025-06-12T07:31:00.5149734Z", "ExpirationDate": "2025-06-12T07:31:00.5149734Z" }
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-06-12T07:31:00.5149734Z</EntryDate> <ExpirationDate>2025-06-12T07:31:00.5149734Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>7eda9919-1743-4b33-a4a6-23fb4f591c29</Id> <IdDriver>09588ce5-be25-4793-b479-af2ddf3fc11a</IdDriver> <IdLoyaltyTransaction>fe4f3200-a21c-4c41-ab07-7d5ef013fef9</IdLoyaltyTransaction> <IdNetwork>6574805a-ae56-45f8-9314-f3414e70cece</IdNetwork> <IdServiceEntryClass1>602d60ce-61ef-4ec7-8b35-3efe5b8b27b5</IdServiceEntryClass1> <IdServiceEntryClass2>b7f52a46-995e-482f-9bdb-669953e56422</IdServiceEntryClass2> <IdServiceEntryClass3>b174f9b2-5e0b-45b1-a92a-145f95b0690d</IdServiceEntryClass3> <IdServiceEntryType>6bf502e2-acf7-41d9-8bad-1357a8b172da</IdServiceEntryType> <IdServiceEntryTypeGroup>ee888441-a0fa-4eb1-ad99-a96c1ae813b3</IdServiceEntryTypeGroup> <IdServiceFile>320ecb76-1298-4e6d-bcbb-5e4c92b15984</IdServiceFile> <IdStockKeepingUnit>0dd3b8a7-c848-46c6-9a18-429b4cab22fa</IdStockKeepingUnit> <IdTransaction>c487a88e-5fe1-43c8-a535-da8a89ad8c70</IdTransaction> <IdVehicle>b3ff7e50-d73a-43a6-b59b-fd43ba76842d</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-06-12T07:31:00.5149734Z</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>