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": "e648f817-3604-4be1-b12a-8d4c75a934f3",
"IdNetwork": "91ea2f4d-8c0f-4bef-bf92-274bdd9d503d",
"IdVehicle": "eaf0d2a2-4af4-488d-a0ff-416b0591f690",
"IdDriver": "86455dcc-4ced-4f19-9b40-2b4db4766406",
"IdServiceFile": "ef4a1efd-0465-4216-aca8-4041ae4232f7",
"IdServiceEntryType": "2fb918fd-49f2-48e7-abda-a3659141918a",
"IdServiceEntryTypeGroup": "03ee879d-d636-430a-bce6-94ccac5ca5fd",
"IdTransaction": "e39abc9e-4338-4509-b058-91b340bf0978",
"IdLoyaltyTransaction": "d6ae484d-4be3-4e03-a3a1-35b0371f9db9",
"IdServiceEntryClass1": "3a0f5bce-d83f-4fe7-8d0e-94bdc30527a5",
"IdServiceEntryClass2": "5b16d0b6-f088-4085-9a6b-bdfb878f4d97",
"IdServiceEntryClass3": "320506ff-191a-4f34-8728-795dd40f267f",
"IdStockKeepingUnit": "d71b461d-96eb-43bd-8acb-099cfd9377df",
"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-06-12T01:22:54.6882525Z",
"EntryDate": "2026-06-12T01:22:54.6882525Z",
"ExpirationDate": "2026-06-12T01:22:54.6882525Z"
}
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-06-12T01:22:54.6882525Z</EntryDate> <ExpirationDate>2026-06-12T01:22:54.6882525Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>e648f817-3604-4be1-b12a-8d4c75a934f3</Id> <IdDriver>86455dcc-4ced-4f19-9b40-2b4db4766406</IdDriver> <IdLoyaltyTransaction>d6ae484d-4be3-4e03-a3a1-35b0371f9db9</IdLoyaltyTransaction> <IdNetwork>91ea2f4d-8c0f-4bef-bf92-274bdd9d503d</IdNetwork> <IdServiceEntryClass1>3a0f5bce-d83f-4fe7-8d0e-94bdc30527a5</IdServiceEntryClass1> <IdServiceEntryClass2>5b16d0b6-f088-4085-9a6b-bdfb878f4d97</IdServiceEntryClass2> <IdServiceEntryClass3>320506ff-191a-4f34-8728-795dd40f267f</IdServiceEntryClass3> <IdServiceEntryType>2fb918fd-49f2-48e7-abda-a3659141918a</IdServiceEntryType> <IdServiceEntryTypeGroup>03ee879d-d636-430a-bce6-94ccac5ca5fd</IdServiceEntryTypeGroup> <IdServiceFile>ef4a1efd-0465-4216-aca8-4041ae4232f7</IdServiceFile> <IdStockKeepingUnit>d71b461d-96eb-43bd-8acb-099cfd9377df</IdStockKeepingUnit> <IdTransaction>e39abc9e-4338-4509-b058-91b340bf0978</IdTransaction> <IdVehicle>eaf0d2a2-4af4-488d-a0ff-416b0591f690</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-06-12T01:22:54.6882525Z</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": "b56a5544-96e5-4966-872c-1717edf93c60",
"IdNetwork": "2ff091ce-85f3-4f31-a261-12c27463d92a",
"IdVehicle": "b436c101-0b51-4639-a9a3-9d2214a8ee0d",
"IdDriver": "ccc845d7-9cf8-4acf-94d0-eac69d60c26f",
"IdServiceFile": "68d63ef6-6142-4be3-a61e-ac6dcb782c0a",
"IdServiceEntryType": "7bcd767c-46f4-4095-8633-6afff1ffeba2",
"IdServiceEntryTypeGroup": "d60a36f2-1ee1-4d93-b4ec-e74f1bf5fdc7",
"IdTransaction": "39f05c39-2e90-4e3a-a5de-50ff5cc63197",
"IdLoyaltyTransaction": "b90263a6-a006-4eca-b67b-1d75a79694f8",
"IdServiceEntryClass1": "ab188edd-afcd-4be4-8982-fe3714afa4c3",
"IdServiceEntryClass2": "39e4aebc-eb0f-466f-9606-9ae6f3c5e357",
"IdServiceEntryClass3": "60b08447-f197-44fd-a894-ded4d617562e",
"IdStockKeepingUnit": "cddf571e-1299-412e-9b2b-57e94b0af9dc",
"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-06-12T01:22:54.703869Z",
"EntryDate": "2026-06-12T01:22:54.703869Z",
"ExpirationDate": "2026-06-12T01:22:54.703869Z"
}
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-06-12T01:22:54.703869Z</EntryDate> <ExpirationDate>2026-06-12T01:22:54.703869Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>b56a5544-96e5-4966-872c-1717edf93c60</Id> <IdDriver>ccc845d7-9cf8-4acf-94d0-eac69d60c26f</IdDriver> <IdLoyaltyTransaction>b90263a6-a006-4eca-b67b-1d75a79694f8</IdLoyaltyTransaction> <IdNetwork>2ff091ce-85f3-4f31-a261-12c27463d92a</IdNetwork> <IdServiceEntryClass1>ab188edd-afcd-4be4-8982-fe3714afa4c3</IdServiceEntryClass1> <IdServiceEntryClass2>39e4aebc-eb0f-466f-9606-9ae6f3c5e357</IdServiceEntryClass2> <IdServiceEntryClass3>60b08447-f197-44fd-a894-ded4d617562e</IdServiceEntryClass3> <IdServiceEntryType>7bcd767c-46f4-4095-8633-6afff1ffeba2</IdServiceEntryType> <IdServiceEntryTypeGroup>d60a36f2-1ee1-4d93-b4ec-e74f1bf5fdc7</IdServiceEntryTypeGroup> <IdServiceFile>68d63ef6-6142-4be3-a61e-ac6dcb782c0a</IdServiceFile> <IdStockKeepingUnit>cddf571e-1299-412e-9b2b-57e94b0af9dc</IdStockKeepingUnit> <IdTransaction>39f05c39-2e90-4e3a-a5de-50ff5cc63197</IdTransaction> <IdVehicle>b436c101-0b51-4639-a9a3-9d2214a8ee0d</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2026-06-12T01:22:54.703869Z</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>