GET Api/Service/GetServiceHistory?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "0d1e77b6-2077-4899-94d9-d7e05911f6fa",
"ServiceType": {
"ServiceTypeId": "b4f2931d-66ad-4a9d-9989-44069bbdbe9e",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "5fa7cd4b-24cc-4cbf-b6b7-0b0a1bcc970f",
"UserName": "sample string 8",
"UserID": "fc3b725e-274c-430d-a87e-caa3f601a597",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "822a7260-2690-4822-ba1b-b8ef11a37f52",
"ClientName": "sample string 13",
"PartnerID": "a7a7bdf1-d87b-446d-8c8b-feb7f5d2bae0",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"Vehicles": [
{
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
{
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
}
],
"VehicleGroupIds": [
"42702a60-c792-4a3b-99b4-abf737a2725b",
"d6a8f6dc-1779-484f-b521-6a58e4ba4239"
],
"ServiceDoneOn": "2025-12-15T10:23:33.6267429+04:00",
"ServiceDoneOnKms": 5,
"UsersToNotify": {
"Users": [
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
],
"BusinessHoursID": "8ce23641-1204-4ad3-a396-1c51cc8abf3f",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-12-15T10:23:33.6267429+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"IssueID": "36a720ae-b39b-4c92-9119-f5ab84cfc0a9",
"ReportedDate": "2025-12-15T10:23:33.6267429+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "facdc9dc-36fb-4ac5-baa2-64776ff26a65",
"ReportedByName": "sample string 6",
"AssignedToID": "5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"CloseNote": "sample string 12",
"TransactionDetail": {
"Status": 0,
"ServiceID": "f1242d48-1ebf-49f2-a7cf-7617319ebe33",
"ServiceTypeID": "ec96154c-6311-4c90-a88a-01dc77796d6e",
"WorkOrderOn": "2025-12-15T10:23:33.6267429+04:00",
"WorkOrderID": "27a52542-c569-442f-bc3b-e4bfd1a8f3e9",
"InspectionOn": "2025-12-15T10:23:33.6267429+04:00",
"InspectionItemID": "e21890fd-c15b-4368-bea1-8e0801f72278"
},
"PrevVehicleID": "e846b7c3-2e32-4d79-9f2f-4fce980f2b6d",
"CloseBy": "0d113660-399f-4115-910f-ddcf5c9e85fc",
"CloseOn": "2025-12-15T10:23:33.6267429+04:00",
"CriticalLevel": 0,
"Id": "24b3fafe-acdc-4247-bd73-67477d294493",
"UserName": "sample string 17",
"UserID": "0bfb8ef3-8e66-418e-8545-14daa805999f",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "5f054feb-62b6-46ce-afaf-bd19c8dae1f1",
"ClientName": "sample string 22",
"PartnerID": "ed9f85ca-2775-4d79-9081-0180af6bfcfd",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"IssueID": "36a720ae-b39b-4c92-9119-f5ab84cfc0a9",
"ReportedDate": "2025-12-15T10:23:33.6267429+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "facdc9dc-36fb-4ac5-baa2-64776ff26a65",
"ReportedByName": "sample string 6",
"AssignedToID": "5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"CloseNote": "sample string 12",
"TransactionDetail": {
"Status": 0,
"ServiceID": "f1242d48-1ebf-49f2-a7cf-7617319ebe33",
"ServiceTypeID": "ec96154c-6311-4c90-a88a-01dc77796d6e",
"WorkOrderOn": "2025-12-15T10:23:33.6267429+04:00",
"WorkOrderID": "27a52542-c569-442f-bc3b-e4bfd1a8f3e9",
"InspectionOn": "2025-12-15T10:23:33.6267429+04:00",
"InspectionItemID": "e21890fd-c15b-4368-bea1-8e0801f72278"
},
"PrevVehicleID": "e846b7c3-2e32-4d79-9f2f-4fce980f2b6d",
"CloseBy": "0d113660-399f-4115-910f-ddcf5c9e85fc",
"CloseOn": "2025-12-15T10:23:33.6267429+04:00",
"CriticalLevel": 0,
"Id": "24b3fafe-acdc-4247-bd73-67477d294493",
"UserName": "sample string 17",
"UserID": "0bfb8ef3-8e66-418e-8545-14daa805999f",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "5f054feb-62b6-46ce-afaf-bd19c8dae1f1",
"ClientName": "sample string 22",
"PartnerID": "ed9f85ca-2775-4d79-9081-0180af6bfcfd",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"651d6478-89a5-4689-8a9d-ab03762f4228",
"64006331-b9f4-4348-a9ce-91c2e09df621"
],
"Id": "441bae7b-8996-40f4-8271-9d02ae1b18d9",
"UserName": "sample string 15",
"UserID": "d8cb4e79-891b-4002-8358-592ce2f3e244",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "8d84a79c-3e33-4209-914b-03e66c66d95d",
"ClientName": "sample string 20",
"PartnerID": "8c745cec-d653-47ac-8521-b69e6cc5e3cc",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "0d1e77b6-2077-4899-94d9-d7e05911f6fa",
"ServiceType": {
"ServiceTypeId": "b4f2931d-66ad-4a9d-9989-44069bbdbe9e",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "5fa7cd4b-24cc-4cbf-b6b7-0b0a1bcc970f",
"UserName": "sample string 8",
"UserID": "fc3b725e-274c-430d-a87e-caa3f601a597",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "822a7260-2690-4822-ba1b-b8ef11a37f52",
"ClientName": "sample string 13",
"PartnerID": "a7a7bdf1-d87b-446d-8c8b-feb7f5d2bae0",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"Vehicles": [
{
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
{
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
}
],
"VehicleGroupIds": [
"42702a60-c792-4a3b-99b4-abf737a2725b",
"d6a8f6dc-1779-484f-b521-6a58e4ba4239"
],
"ServiceDoneOn": "2025-12-15T10:23:33.6267429+04:00",
"ServiceDoneOnKms": 5,
"UsersToNotify": {
"Users": [
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
],
"BusinessHoursID": "8ce23641-1204-4ad3-a396-1c51cc8abf3f",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-12-15T10:23:33.6267429+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"IssueID": "36a720ae-b39b-4c92-9119-f5ab84cfc0a9",
"ReportedDate": "2025-12-15T10:23:33.6267429+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "facdc9dc-36fb-4ac5-baa2-64776ff26a65",
"ReportedByName": "sample string 6",
"AssignedToID": "5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"CloseNote": "sample string 12",
"TransactionDetail": {
"Status": 0,
"ServiceID": "f1242d48-1ebf-49f2-a7cf-7617319ebe33",
"ServiceTypeID": "ec96154c-6311-4c90-a88a-01dc77796d6e",
"WorkOrderOn": "2025-12-15T10:23:33.6267429+04:00",
"WorkOrderID": "27a52542-c569-442f-bc3b-e4bfd1a8f3e9",
"InspectionOn": "2025-12-15T10:23:33.6267429+04:00",
"InspectionItemID": "e21890fd-c15b-4368-bea1-8e0801f72278"
},
"PrevVehicleID": "e846b7c3-2e32-4d79-9f2f-4fce980f2b6d",
"CloseBy": "0d113660-399f-4115-910f-ddcf5c9e85fc",
"CloseOn": "2025-12-15T10:23:33.6267429+04:00",
"CriticalLevel": 0,
"Id": "24b3fafe-acdc-4247-bd73-67477d294493",
"UserName": "sample string 17",
"UserID": "0bfb8ef3-8e66-418e-8545-14daa805999f",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "5f054feb-62b6-46ce-afaf-bd19c8dae1f1",
"ClientName": "sample string 22",
"PartnerID": "ed9f85ca-2775-4d79-9081-0180af6bfcfd",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "23ce061c-0309-4902-bb73-053470c95c1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "92a3dba9-dde9-4ad7-982d-d94aec7c4b72",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49e25ece-8017-4fa1-9ba7-3e1a9683650a",
"PartnerID": "e3be9a91-8c49-4faf-b1e0-890deb257589"
},
"IssueID": "36a720ae-b39b-4c92-9119-f5ab84cfc0a9",
"ReportedDate": "2025-12-15T10:23:33.6267429+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "facdc9dc-36fb-4ac5-baa2-64776ff26a65",
"ReportedByName": "sample string 6",
"AssignedToID": "5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:23:33.6267429+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ac402f39-800f-4338-a136-40b7b1f25ff7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"CloseNote": "sample string 12",
"TransactionDetail": {
"Status": 0,
"ServiceID": "f1242d48-1ebf-49f2-a7cf-7617319ebe33",
"ServiceTypeID": "ec96154c-6311-4c90-a88a-01dc77796d6e",
"WorkOrderOn": "2025-12-15T10:23:33.6267429+04:00",
"WorkOrderID": "27a52542-c569-442f-bc3b-e4bfd1a8f3e9",
"InspectionOn": "2025-12-15T10:23:33.6267429+04:00",
"InspectionItemID": "e21890fd-c15b-4368-bea1-8e0801f72278"
},
"PrevVehicleID": "e846b7c3-2e32-4d79-9f2f-4fce980f2b6d",
"CloseBy": "0d113660-399f-4115-910f-ddcf5c9e85fc",
"CloseOn": "2025-12-15T10:23:33.6267429+04:00",
"CriticalLevel": 0,
"Id": "24b3fafe-acdc-4247-bd73-67477d294493",
"UserName": "sample string 17",
"UserID": "0bfb8ef3-8e66-418e-8545-14daa805999f",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "5f054feb-62b6-46ce-afaf-bd19c8dae1f1",
"ClientName": "sample string 22",
"PartnerID": "ed9f85ca-2775-4d79-9081-0180af6bfcfd",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"651d6478-89a5-4689-8a9d-ab03762f4228",
"64006331-b9f4-4348-a9ce-91c2e09df621"
],
"Id": "441bae7b-8996-40f4-8271-9d02ae1b18d9",
"UserName": "sample string 15",
"UserID": "d8cb4e79-891b-4002-8358-592ce2f3e244",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:23:33.6267429+04:00",
"ClientID": "8d84a79c-3e33-4209-914b-03e66c66d95d",
"ClientName": "sample string 20",
"PartnerID": "8c745cec-d653-47ac-8521-b69e6cc5e3cc",
"PartnerName": "sample string 22"
}
]
application/xml, text/xml
Sample:
<ArrayOfVehicleService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<VehicleService>
<ClientID>8d84a79c-3e33-4209-914b-03e66c66d95d</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>441bae7b-8996-40f4-8271-9d02ae1b18d9</Id>
<PartnerID>8c745cec-d653-47ac-8521-b69e6cc5e3cc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>d8cb4e79-891b-4002-8358-592ce2f3e244</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:23:33.6267429+04:00</DueDate>
<DueDetail>sample string 13</DueDetail>
<DueKms>2</DueKms>
<EngineHours>3</EngineHours>
<Issue xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<d3p1:Issue>
<ClientID>5f054feb-62b6-46ce-afaf-bd19c8dae1f1</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>24b3fafe-acdc-4247-bd73-67477d294493</Id>
<PartnerID>ed9f85ca-2775-4d79-9081-0180af6bfcfd</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0bfb8ef3-8e66-418e-8545-14daa805999f</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0d113660-399f-4115-910f-ddcf5c9e85fc</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:23:33.6267429+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:23:33.6267429+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36a720ae-b39b-4c92-9119-f5ab84cfc0a9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e846b7c3-2e32-4d79-9f2f-4fce980f2b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>facdc9dc-36fb-4ac5-baa2-64776ff26a65</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:23:33.6267429+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>e21890fd-c15b-4368-bea1-8e0801f72278</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:23:33.6267429+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f1242d48-1ebf-49f2-a7cf-7617319ebe33</d3p1:ServiceID>
<d3p1:ServiceTypeID>ec96154c-6311-4c90-a88a-01dc77796d6e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>27a52542-c569-442f-bc3b-e4bfd1a8f3e9</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:23:33.6267429+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>5f054feb-62b6-46ce-afaf-bd19c8dae1f1</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>24b3fafe-acdc-4247-bd73-67477d294493</Id>
<PartnerID>ed9f85ca-2775-4d79-9081-0180af6bfcfd</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0bfb8ef3-8e66-418e-8545-14daa805999f</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0d113660-399f-4115-910f-ddcf5c9e85fc</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:23:33.6267429+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:23:33.6267429+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36a720ae-b39b-4c92-9119-f5ab84cfc0a9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e846b7c3-2e32-4d79-9f2f-4fce980f2b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>facdc9dc-36fb-4ac5-baa2-64776ff26a65</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:23:33.6267429+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>e21890fd-c15b-4368-bea1-8e0801f72278</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:23:33.6267429+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f1242d48-1ebf-49f2-a7cf-7617319ebe33</d3p1:ServiceID>
<d3p1:ServiceTypeID>ec96154c-6311-4c90-a88a-01dc77796d6e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>27a52542-c569-442f-bc3b-e4bfd1a8f3e9</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:23:33.6267429+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>651d6478-89a5-4689-8a9d-ab03762f4228</d3p1:guid>
<d3p1:guid>64006331-b9f4-4348-a9ce-91c2e09df621</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:23:33.6267429+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:23:33.6267429+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>822a7260-2690-4822-ba1b-b8ef11a37f52</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>5fa7cd4b-24cc-4cbf-b6b7-0b0a1bcc970f</Id>
<PartnerID>a7a7bdf1-d87b-446d-8c8b-feb7f5d2bae0</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fc3b725e-274c-430d-a87e-caa3f601a597</UserID>
<UserName>sample string 8</UserName>
<Description>sample string 3</Description>
<FrequencyDays>4</FrequencyDays>
<FrequencyEngineHrs>6</FrequencyEngineHrs>
<FrequencyKm>5</FrequencyKm>
<Name>sample string 2</Name>
<ServiceTypeId>b4f2931d-66ad-4a9d-9989-44069bbdbe9e</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>8ce23641-1204-4ad3-a396-1c51cc8abf3f</BusinessHoursID>
<IsNotifyDriverUsingEmail>true</IsNotifyDriverUsingEmail>
<IsNotifyDriverUsingMobileApp>true</IsNotifyDriverUsingMobileApp>
<IsNotifyDriverUsingSms>true</IsNotifyDriverUsingSms>
<IsNotifyUsingEmail>true</IsNotifyUsingEmail>
<IsNotifyUsingMobileApp>true</IsNotifyUsingMobileApp>
<IsNotifyUsingPortal>true</IsNotifyUsingPortal>
<IsNotifyUsingSms>true</IsNotifyUsingSms>
<UserEmailIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserEmailIds>
<Users xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
</Users>
</UsersToNotify>
<Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>42702a60-c792-4a3b-99b4-abf737a2725b</d3p1:guid>
<d3p1:guid>d6a8f6dc-1779-484f-b521-6a58e4ba4239</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>0d1e77b6-2077-4899-94d9-d7e05911f6fa</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>8d84a79c-3e33-4209-914b-03e66c66d95d</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>441bae7b-8996-40f4-8271-9d02ae1b18d9</Id>
<PartnerID>8c745cec-d653-47ac-8521-b69e6cc5e3cc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>d8cb4e79-891b-4002-8358-592ce2f3e244</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:23:33.6267429+04:00</DueDate>
<DueDetail>sample string 13</DueDetail>
<DueKms>2</DueKms>
<EngineHours>3</EngineHours>
<Issue xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<d3p1:Issue>
<ClientID>5f054feb-62b6-46ce-afaf-bd19c8dae1f1</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>24b3fafe-acdc-4247-bd73-67477d294493</Id>
<PartnerID>ed9f85ca-2775-4d79-9081-0180af6bfcfd</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0bfb8ef3-8e66-418e-8545-14daa805999f</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0d113660-399f-4115-910f-ddcf5c9e85fc</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:23:33.6267429+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:23:33.6267429+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36a720ae-b39b-4c92-9119-f5ab84cfc0a9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e846b7c3-2e32-4d79-9f2f-4fce980f2b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>facdc9dc-36fb-4ac5-baa2-64776ff26a65</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:23:33.6267429+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>e21890fd-c15b-4368-bea1-8e0801f72278</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:23:33.6267429+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f1242d48-1ebf-49f2-a7cf-7617319ebe33</d3p1:ServiceID>
<d3p1:ServiceTypeID>ec96154c-6311-4c90-a88a-01dc77796d6e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>27a52542-c569-442f-bc3b-e4bfd1a8f3e9</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:23:33.6267429+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>5f054feb-62b6-46ce-afaf-bd19c8dae1f1</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>24b3fafe-acdc-4247-bd73-67477d294493</Id>
<PartnerID>ed9f85ca-2775-4d79-9081-0180af6bfcfd</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0bfb8ef3-8e66-418e-8545-14daa805999f</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>5b3bfb9d-b8c1-4359-b4a5-f5b32334dc21</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ac402f39-800f-4338-a136-40b7b1f25ff7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0d113660-399f-4115-910f-ddcf5c9e85fc</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:23:33.6267429+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:23:33.6267429+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36a720ae-b39b-4c92-9119-f5ab84cfc0a9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e846b7c3-2e32-4d79-9f2f-4fce980f2b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>facdc9dc-36fb-4ac5-baa2-64776ff26a65</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:23:33.6267429+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>e21890fd-c15b-4368-bea1-8e0801f72278</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:23:33.6267429+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f1242d48-1ebf-49f2-a7cf-7617319ebe33</d3p1:ServiceID>
<d3p1:ServiceTypeID>ec96154c-6311-4c90-a88a-01dc77796d6e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>27a52542-c569-442f-bc3b-e4bfd1a8f3e9</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:23:33.6267429+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>651d6478-89a5-4689-8a9d-ab03762f4228</d3p1:guid>
<d3p1:guid>64006331-b9f4-4348-a9ce-91c2e09df621</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:23:33.6267429+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:23:33.6267429+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>822a7260-2690-4822-ba1b-b8ef11a37f52</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:23:33.6267429+04:00</CreatedOn>
<Id>5fa7cd4b-24cc-4cbf-b6b7-0b0a1bcc970f</Id>
<PartnerID>a7a7bdf1-d87b-446d-8c8b-feb7f5d2bae0</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fc3b725e-274c-430d-a87e-caa3f601a597</UserID>
<UserName>sample string 8</UserName>
<Description>sample string 3</Description>
<FrequencyDays>4</FrequencyDays>
<FrequencyEngineHrs>6</FrequencyEngineHrs>
<FrequencyKm>5</FrequencyKm>
<Name>sample string 2</Name>
<ServiceTypeId>b4f2931d-66ad-4a9d-9989-44069bbdbe9e</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>8ce23641-1204-4ad3-a396-1c51cc8abf3f</BusinessHoursID>
<IsNotifyDriverUsingEmail>true</IsNotifyDriverUsingEmail>
<IsNotifyDriverUsingMobileApp>true</IsNotifyDriverUsingMobileApp>
<IsNotifyDriverUsingSms>true</IsNotifyDriverUsingSms>
<IsNotifyUsingEmail>true</IsNotifyUsingEmail>
<IsNotifyUsingMobileApp>true</IsNotifyUsingMobileApp>
<IsNotifyUsingPortal>true</IsNotifyUsingPortal>
<IsNotifyUsingSms>true</IsNotifyUsingSms>
<UserEmailIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserEmailIds>
<Users xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
</Users>
</UsersToNotify>
<Vehicle>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>42702a60-c792-4a3b-99b4-abf737a2725b</d3p1:guid>
<d3p1:guid>d6a8f6dc-1779-484f-b521-6a58e4ba4239</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>0d1e77b6-2077-4899-94d9-d7e05911f6fa</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>49e25ece-8017-4fa1-9ba7-3e1a9683650a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>92a3dba9-dde9-4ad7-982d-d94aec7c4b72</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>e3be9a91-8c49-4faf-b1e0-890deb257589</PartnerID>
<VehicleID>23ce061c-0309-4902-bb73-053470c95c1f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>