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": "73efb82d-ea7e-4db3-ab33-1f2f561c10b2",
"IdNetwork": "8b014d15-fc56-4a34-9f09-944706236796",
"IdVehicle": "d38ec78c-738b-42e1-a397-2b5c94720622",
"IdDriver": "8ff16ce2-7000-4191-ba8f-4ce9871ffa4e",
"IdServiceFile": "912e29e3-e83f-4fc4-b099-ec7c8d558302",
"IdServiceEntryType": "180edca1-4bb2-4c5e-853f-2c05838718ee",
"IdServiceEntryTypeGroup": "9eac518b-a60a-49a9-8c39-59d2decb3e49",
"IdTransaction": "47379755-9316-4291-944a-b86c4552a549",
"IdLoyaltyTransaction": "bd2aef83-370f-4698-8a26-058bee0f9ff6",
"IdServiceEntryClass1": "33c83abb-ea37-4d08-b45e-0f17f981a39d",
"IdServiceEntryClass2": "21d0942f-919c-4f21-90c4-cef03ae7cf53",
"IdServiceEntryClass3": "aa80d506-dc15-48db-b7e2-d5a75e5db741",
"IdStockKeepingUnit": "001b34a7-c4fd-4e90-9ed4-f06f9464b511",
"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-12-15T12:56:54.6537479Z",
"EntryDate": "2025-12-15T12:56:54.6537479Z",
"ExpirationDate": "2025-12-15T12:56:54.6537479Z"
}
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-12-15T12:56:54.6537479Z</EntryDate> <ExpirationDate>2025-12-15T12:56:54.6537479Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>73efb82d-ea7e-4db3-ab33-1f2f561c10b2</Id> <IdDriver>8ff16ce2-7000-4191-ba8f-4ce9871ffa4e</IdDriver> <IdLoyaltyTransaction>bd2aef83-370f-4698-8a26-058bee0f9ff6</IdLoyaltyTransaction> <IdNetwork>8b014d15-fc56-4a34-9f09-944706236796</IdNetwork> <IdServiceEntryClass1>33c83abb-ea37-4d08-b45e-0f17f981a39d</IdServiceEntryClass1> <IdServiceEntryClass2>21d0942f-919c-4f21-90c4-cef03ae7cf53</IdServiceEntryClass2> <IdServiceEntryClass3>aa80d506-dc15-48db-b7e2-d5a75e5db741</IdServiceEntryClass3> <IdServiceEntryType>180edca1-4bb2-4c5e-853f-2c05838718ee</IdServiceEntryType> <IdServiceEntryTypeGroup>9eac518b-a60a-49a9-8c39-59d2decb3e49</IdServiceEntryTypeGroup> <IdServiceFile>912e29e3-e83f-4fc4-b099-ec7c8d558302</IdServiceFile> <IdStockKeepingUnit>001b34a7-c4fd-4e90-9ed4-f06f9464b511</IdStockKeepingUnit> <IdTransaction>47379755-9316-4291-944a-b86c4552a549</IdTransaction> <IdVehicle>d38ec78c-738b-42e1-a397-2b5c94720622</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-15T12:56:54.6537479Z</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": "3ef669d9-34ed-4b9f-a74a-4fa2d01e150d",
"IdNetwork": "0a7b0218-6784-4a87-b912-8121fb3425b8",
"IdVehicle": "d88f612d-f326-4b73-aadc-b20399bdb1b3",
"IdDriver": "b720a2f8-c255-4222-9f08-e00efff993cd",
"IdServiceFile": "b2b314b1-4bfc-4e37-91f7-304e8da84a34",
"IdServiceEntryType": "32a350ef-d14d-4706-91a2-eb6b6d2c5168",
"IdServiceEntryTypeGroup": "377ef62d-df4f-4528-9b78-08c75f896989",
"IdTransaction": "28b38b1f-70d0-4d2d-9d43-2ab33a254870",
"IdLoyaltyTransaction": "19873971-4dc9-4ae3-a76e-6acad606f206",
"IdServiceEntryClass1": "e5b90852-bbf7-4650-b09a-99735f659418",
"IdServiceEntryClass2": "8db424a1-2896-4c38-afc4-e08e4e8f4ac8",
"IdServiceEntryClass3": "68ff34e4-6c99-4b2a-9530-fa6eb269c60b",
"IdStockKeepingUnit": "5a9d52f0-1b87-4795-921c-303b6fe5e89a",
"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-12-15T12:56:54.6693262Z",
"EntryDate": "2025-12-15T12:56:54.6693262Z",
"ExpirationDate": "2025-12-15T12:56:54.6693262Z"
}
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-12-15T12:56:54.6693262Z</EntryDate> <ExpirationDate>2025-12-15T12:56:54.6693262Z</ExpirationDate> <FreeText>sample string 12</FreeText> <Id>3ef669d9-34ed-4b9f-a74a-4fa2d01e150d</Id> <IdDriver>b720a2f8-c255-4222-9f08-e00efff993cd</IdDriver> <IdLoyaltyTransaction>19873971-4dc9-4ae3-a76e-6acad606f206</IdLoyaltyTransaction> <IdNetwork>0a7b0218-6784-4a87-b912-8121fb3425b8</IdNetwork> <IdServiceEntryClass1>e5b90852-bbf7-4650-b09a-99735f659418</IdServiceEntryClass1> <IdServiceEntryClass2>8db424a1-2896-4c38-afc4-e08e4e8f4ac8</IdServiceEntryClass2> <IdServiceEntryClass3>68ff34e4-6c99-4b2a-9530-fa6eb269c60b</IdServiceEntryClass3> <IdServiceEntryType>32a350ef-d14d-4706-91a2-eb6b6d2c5168</IdServiceEntryType> <IdServiceEntryTypeGroup>377ef62d-df4f-4528-9b78-08c75f896989</IdServiceEntryTypeGroup> <IdServiceFile>b2b314b1-4bfc-4e37-91f7-304e8da84a34</IdServiceFile> <IdStockKeepingUnit>5a9d52f0-1b87-4795-921c-303b6fe5e89a</IdStockKeepingUnit> <IdTransaction>28b38b1f-70d0-4d2d-9d43-2ab33a254870</IdTransaction> <IdVehicle>d88f612d-f326-4b73-aadc-b20399bdb1b3</IdVehicle> <NetworkName>sample string 2</NetworkName> <Odometer>1</Odometer> <RecordDate>2025-12-15T12:56:54.6693262Z</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>