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": "90a31d13-0370-4236-a076-d5763cf3a6be",
"ServiceType": {
"ServiceTypeId": "cd8d5157-f8f1-4e70-82a0-bac426ede743",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "3580ae4f-b5fa-4b68-9716-183f41a933de",
"UserName": "sample string 8",
"UserID": "45eb5ed4-b857-4fb4-b33a-f607935a3187",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "6b025edf-549e-40ea-91d1-840256a69937",
"ClientName": "sample string 13",
"PartnerID": "3fbe0a31-19ce-4747-b958-65afba91e5d4",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"Vehicles": [
{
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
{
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
}
],
"VehicleGroupIds": [
"c2593f7e-d603-4cf1-89a8-735ab0efa7fb",
"e997ad0f-231d-4bb1-a408-81dd843b06a0"
],
"ServiceDoneOn": "2026-05-09T16:46:18.6102169+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": "1a82817f-836b-4987-a4c5-106096368925",
"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": "2026-05-09T16:46:18.6102169+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"IssueID": "c49d2ccc-670f-445e-bb99-9f2b1a974756",
"ReportedDate": "2026-05-09T16:46:18.6102169+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0512c9cc-a792-4086-8191-66b29db7bfdc",
"ReportedByName": "sample string 6",
"AssignedToID": "66df17c6-b7ee-4644-ba40-a9a78faaa3e0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"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": "1a402350-3f9b-444c-8b50-80bb981e634a",
"ServiceTypeID": "2b9fb11d-132f-4695-9d5f-bcfd97fbd905",
"WorkOrderOn": "2026-05-09T16:46:18.6102169+04:00",
"WorkOrderID": "01018feb-d88a-41ef-a178-3307c18e8d00",
"InspectionOn": "2026-05-09T16:46:18.6102169+04:00",
"InspectionItemID": "252c1019-538a-4d96-8f46-19b98bcca214"
},
"PrevVehicleID": "7fbc89a8-707e-4e0a-accb-e51f018e9678",
"CloseBy": "4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55",
"CloseOn": "2026-05-09T16:46:18.6102169+04:00",
"CriticalLevel": 0,
"Id": "19bcd58e-4af9-4463-925f-8379e917659c",
"UserName": "sample string 17",
"UserID": "6f446587-d8b7-49b6-b671-8e1a4ef2ab0d",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "35f8663a-5d96-475f-bb23-9dfd58984209",
"ClientName": "sample string 22",
"PartnerID": "7e3602cc-0637-4c17-991e-defbc439b25c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"IssueID": "c49d2ccc-670f-445e-bb99-9f2b1a974756",
"ReportedDate": "2026-05-09T16:46:18.6102169+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0512c9cc-a792-4086-8191-66b29db7bfdc",
"ReportedByName": "sample string 6",
"AssignedToID": "66df17c6-b7ee-4644-ba40-a9a78faaa3e0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"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": "1a402350-3f9b-444c-8b50-80bb981e634a",
"ServiceTypeID": "2b9fb11d-132f-4695-9d5f-bcfd97fbd905",
"WorkOrderOn": "2026-05-09T16:46:18.6102169+04:00",
"WorkOrderID": "01018feb-d88a-41ef-a178-3307c18e8d00",
"InspectionOn": "2026-05-09T16:46:18.6102169+04:00",
"InspectionItemID": "252c1019-538a-4d96-8f46-19b98bcca214"
},
"PrevVehicleID": "7fbc89a8-707e-4e0a-accb-e51f018e9678",
"CloseBy": "4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55",
"CloseOn": "2026-05-09T16:46:18.6102169+04:00",
"CriticalLevel": 0,
"Id": "19bcd58e-4af9-4463-925f-8379e917659c",
"UserName": "sample string 17",
"UserID": "6f446587-d8b7-49b6-b671-8e1a4ef2ab0d",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "35f8663a-5d96-475f-bb23-9dfd58984209",
"ClientName": "sample string 22",
"PartnerID": "7e3602cc-0637-4c17-991e-defbc439b25c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"c5c2299c-800e-439e-8ef9-b883bdd9ee77",
"8e23790c-52ce-4e37-b9ec-a6914ffd8e0c"
],
"Id": "efa674a0-06b6-46ae-bc5d-42f4bfb94afa",
"UserName": "sample string 15",
"UserID": "6e7d4db2-02ba-4300-aeac-b2b93c40e142",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "b6b2761a-1465-42dc-9daf-d27ce98a18a7",
"ClientName": "sample string 20",
"PartnerID": "c484c514-20d5-46d7-8382-b2f9285f11a7",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "90a31d13-0370-4236-a076-d5763cf3a6be",
"ServiceType": {
"ServiceTypeId": "cd8d5157-f8f1-4e70-82a0-bac426ede743",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "3580ae4f-b5fa-4b68-9716-183f41a933de",
"UserName": "sample string 8",
"UserID": "45eb5ed4-b857-4fb4-b33a-f607935a3187",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "6b025edf-549e-40ea-91d1-840256a69937",
"ClientName": "sample string 13",
"PartnerID": "3fbe0a31-19ce-4747-b958-65afba91e5d4",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"Vehicles": [
{
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
{
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
}
],
"VehicleGroupIds": [
"c2593f7e-d603-4cf1-89a8-735ab0efa7fb",
"e997ad0f-231d-4bb1-a408-81dd843b06a0"
],
"ServiceDoneOn": "2026-05-09T16:46:18.6102169+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": "1a82817f-836b-4987-a4c5-106096368925",
"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": "2026-05-09T16:46:18.6102169+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"IssueID": "c49d2ccc-670f-445e-bb99-9f2b1a974756",
"ReportedDate": "2026-05-09T16:46:18.6102169+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0512c9cc-a792-4086-8191-66b29db7bfdc",
"ReportedByName": "sample string 6",
"AssignedToID": "66df17c6-b7ee-4644-ba40-a9a78faaa3e0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"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": "1a402350-3f9b-444c-8b50-80bb981e634a",
"ServiceTypeID": "2b9fb11d-132f-4695-9d5f-bcfd97fbd905",
"WorkOrderOn": "2026-05-09T16:46:18.6102169+04:00",
"WorkOrderID": "01018feb-d88a-41ef-a178-3307c18e8d00",
"InspectionOn": "2026-05-09T16:46:18.6102169+04:00",
"InspectionItemID": "252c1019-538a-4d96-8f46-19b98bcca214"
},
"PrevVehicleID": "7fbc89a8-707e-4e0a-accb-e51f018e9678",
"CloseBy": "4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55",
"CloseOn": "2026-05-09T16:46:18.6102169+04:00",
"CriticalLevel": 0,
"Id": "19bcd58e-4af9-4463-925f-8379e917659c",
"UserName": "sample string 17",
"UserID": "6f446587-d8b7-49b6-b671-8e1a4ef2ab0d",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "35f8663a-5d96-475f-bb23-9dfd58984209",
"ClientName": "sample string 22",
"PartnerID": "7e3602cc-0637-4c17-991e-defbc439b25c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "2a40aefb-ad65-4ee2-853a-a3f992efd126",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "48af389a-c5aa-4081-9f3c-8dcff4ce7956",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "258bf37a-5e22-4acd-8d6c-540b16b76841",
"PartnerID": "115fb571-1ca6-4160-a88a-6e87d9b2d9d6"
},
"IssueID": "c49d2ccc-670f-445e-bb99-9f2b1a974756",
"ReportedDate": "2026-05-09T16:46:18.6102169+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0512c9cc-a792-4086-8191-66b29db7bfdc",
"ReportedByName": "sample string 6",
"AssignedToID": "66df17c6-b7ee-4644-ba40-a9a78faaa3e0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:18.6102169+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "05a3c783-3c3f-48b5-aeac-cd4c85c2451c",
"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": "1a402350-3f9b-444c-8b50-80bb981e634a",
"ServiceTypeID": "2b9fb11d-132f-4695-9d5f-bcfd97fbd905",
"WorkOrderOn": "2026-05-09T16:46:18.6102169+04:00",
"WorkOrderID": "01018feb-d88a-41ef-a178-3307c18e8d00",
"InspectionOn": "2026-05-09T16:46:18.6102169+04:00",
"InspectionItemID": "252c1019-538a-4d96-8f46-19b98bcca214"
},
"PrevVehicleID": "7fbc89a8-707e-4e0a-accb-e51f018e9678",
"CloseBy": "4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55",
"CloseOn": "2026-05-09T16:46:18.6102169+04:00",
"CriticalLevel": 0,
"Id": "19bcd58e-4af9-4463-925f-8379e917659c",
"UserName": "sample string 17",
"UserID": "6f446587-d8b7-49b6-b671-8e1a4ef2ab0d",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "35f8663a-5d96-475f-bb23-9dfd58984209",
"ClientName": "sample string 22",
"PartnerID": "7e3602cc-0637-4c17-991e-defbc439b25c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"c5c2299c-800e-439e-8ef9-b883bdd9ee77",
"8e23790c-52ce-4e37-b9ec-a6914ffd8e0c"
],
"Id": "efa674a0-06b6-46ae-bc5d-42f4bfb94afa",
"UserName": "sample string 15",
"UserID": "6e7d4db2-02ba-4300-aeac-b2b93c40e142",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:46:18.6102169+04:00",
"ClientID": "b6b2761a-1465-42dc-9daf-d27ce98a18a7",
"ClientName": "sample string 20",
"PartnerID": "c484c514-20d5-46d7-8382-b2f9285f11a7",
"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>b6b2761a-1465-42dc-9daf-d27ce98a18a7</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>efa674a0-06b6-46ae-bc5d-42f4bfb94afa</Id>
<PartnerID>c484c514-20d5-46d7-8382-b2f9285f11a7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>6e7d4db2-02ba-4300-aeac-b2b93c40e142</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:46:18.6102169+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>35f8663a-5d96-475f-bb23-9dfd58984209</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>19bcd58e-4af9-4463-925f-8379e917659c</Id>
<PartnerID>7e3602cc-0637-4c17-991e-defbc439b25c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>6f446587-d8b7-49b6-b671-8e1a4ef2ab0d</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>66df17c6-b7ee-4644-ba40-a9a78faaa3e0</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:18.6102169+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:18.6102169+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c49d2ccc-670f-445e-bb99-9f2b1a974756</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7fbc89a8-707e-4e0a-accb-e51f018e9678</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0512c9cc-a792-4086-8191-66b29db7bfdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:18.6102169+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>252c1019-538a-4d96-8f46-19b98bcca214</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:18.6102169+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1a402350-3f9b-444c-8b50-80bb981e634a</d3p1:ServiceID>
<d3p1:ServiceTypeID>2b9fb11d-132f-4695-9d5f-bcfd97fbd905</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>01018feb-d88a-41ef-a178-3307c18e8d00</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:18.6102169+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>35f8663a-5d96-475f-bb23-9dfd58984209</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>19bcd58e-4af9-4463-925f-8379e917659c</Id>
<PartnerID>7e3602cc-0637-4c17-991e-defbc439b25c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>6f446587-d8b7-49b6-b671-8e1a4ef2ab0d</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>66df17c6-b7ee-4644-ba40-a9a78faaa3e0</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:18.6102169+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:18.6102169+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c49d2ccc-670f-445e-bb99-9f2b1a974756</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7fbc89a8-707e-4e0a-accb-e51f018e9678</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0512c9cc-a792-4086-8191-66b29db7bfdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:18.6102169+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>252c1019-538a-4d96-8f46-19b98bcca214</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:18.6102169+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1a402350-3f9b-444c-8b50-80bb981e634a</d3p1:ServiceID>
<d3p1:ServiceTypeID>2b9fb11d-132f-4695-9d5f-bcfd97fbd905</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>01018feb-d88a-41ef-a178-3307c18e8d00</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:18.6102169+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c5c2299c-800e-439e-8ef9-b883bdd9ee77</d3p1:guid>
<d3p1:guid>8e23790c-52ce-4e37-b9ec-a6914ffd8e0c</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:46:18.6102169+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:46:18.6102169+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>6b025edf-549e-40ea-91d1-840256a69937</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>3580ae4f-b5fa-4b68-9716-183f41a933de</Id>
<PartnerID>3fbe0a31-19ce-4747-b958-65afba91e5d4</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>45eb5ed4-b857-4fb4-b33a-f607935a3187</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>cd8d5157-f8f1-4e70-82a0-bac426ede743</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1a82817f-836b-4987-a4c5-106096368925</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>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c2593f7e-d603-4cf1-89a8-735ab0efa7fb</d3p1:guid>
<d3p1:guid>e997ad0f-231d-4bb1-a408-81dd843b06a0</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>90a31d13-0370-4236-a076-d5763cf3a6be</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>b6b2761a-1465-42dc-9daf-d27ce98a18a7</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>efa674a0-06b6-46ae-bc5d-42f4bfb94afa</Id>
<PartnerID>c484c514-20d5-46d7-8382-b2f9285f11a7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>6e7d4db2-02ba-4300-aeac-b2b93c40e142</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:46:18.6102169+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>35f8663a-5d96-475f-bb23-9dfd58984209</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>19bcd58e-4af9-4463-925f-8379e917659c</Id>
<PartnerID>7e3602cc-0637-4c17-991e-defbc439b25c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>6f446587-d8b7-49b6-b671-8e1a4ef2ab0d</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>66df17c6-b7ee-4644-ba40-a9a78faaa3e0</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:18.6102169+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:18.6102169+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c49d2ccc-670f-445e-bb99-9f2b1a974756</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7fbc89a8-707e-4e0a-accb-e51f018e9678</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0512c9cc-a792-4086-8191-66b29db7bfdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:18.6102169+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>252c1019-538a-4d96-8f46-19b98bcca214</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:18.6102169+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1a402350-3f9b-444c-8b50-80bb981e634a</d3p1:ServiceID>
<d3p1:ServiceTypeID>2b9fb11d-132f-4695-9d5f-bcfd97fbd905</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>01018feb-d88a-41ef-a178-3307c18e8d00</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:18.6102169+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>35f8663a-5d96-475f-bb23-9dfd58984209</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>19bcd58e-4af9-4463-925f-8379e917659c</Id>
<PartnerID>7e3602cc-0637-4c17-991e-defbc439b25c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>6f446587-d8b7-49b6-b671-8e1a4ef2ab0d</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>66df17c6-b7ee-4644-ba40-a9a78faaa3e0</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>05a3c783-3c3f-48b5-aeac-cd4c85c2451c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ab6b1a6-fbb2-4a1e-9236-b686f8e26f55</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:18.6102169+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:18.6102169+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c49d2ccc-670f-445e-bb99-9f2b1a974756</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7fbc89a8-707e-4e0a-accb-e51f018e9678</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0512c9cc-a792-4086-8191-66b29db7bfdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:18.6102169+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>252c1019-538a-4d96-8f46-19b98bcca214</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:18.6102169+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1a402350-3f9b-444c-8b50-80bb981e634a</d3p1:ServiceID>
<d3p1:ServiceTypeID>2b9fb11d-132f-4695-9d5f-bcfd97fbd905</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>01018feb-d88a-41ef-a178-3307c18e8d00</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:18.6102169+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c5c2299c-800e-439e-8ef9-b883bdd9ee77</d3p1:guid>
<d3p1:guid>8e23790c-52ce-4e37-b9ec-a6914ffd8e0c</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:46:18.6102169+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:46:18.6102169+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>6b025edf-549e-40ea-91d1-840256a69937</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:46:18.6102169+04:00</CreatedOn>
<Id>3580ae4f-b5fa-4b68-9716-183f41a933de</Id>
<PartnerID>3fbe0a31-19ce-4747-b958-65afba91e5d4</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>45eb5ed4-b857-4fb4-b33a-f607935a3187</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>cd8d5157-f8f1-4e70-82a0-bac426ede743</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1a82817f-836b-4987-a4c5-106096368925</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>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c2593f7e-d603-4cf1-89a8-735ab0efa7fb</d3p1:guid>
<d3p1:guid>e997ad0f-231d-4bb1-a408-81dd843b06a0</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>90a31d13-0370-4236-a076-d5763cf3a6be</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>258bf37a-5e22-4acd-8d6c-540b16b76841</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>48af389a-c5aa-4081-9f3c-8dcff4ce7956</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>115fb571-1ca6-4160-a88a-6e87d9b2d9d6</PartnerID>
<VehicleID>2a40aefb-ad65-4ee2-853a-a3f992efd126</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>