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": "3d358730-3892-442d-8e2d-5e7592508d07",
"ServiceType": {
"ServiceTypeId": "3a863894-01f7-4d14-8a3b-f04db70fbe88",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "be499d13-cbf9-4fdd-9b0c-0468ea5633ac",
"UserName": "sample string 8",
"UserID": "8dc2d3aa-17c5-4786-a1ea-8c349117d379",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "449f62ee-e8ee-4db9-b827-8a04c7cc1262",
"ClientName": "sample string 13",
"PartnerID": "d4c5d725-4c61-4290-b3ce-6e8d972fefd9",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"Vehicles": [
{
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
{
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
}
],
"VehicleGroupIds": [
"ecc482e7-104a-4498-9462-5da2a29901fa",
"4bd10b5e-b11f-4cac-be4a-6c355a2f1235"
],
"ServiceDoneOn": "2026-09-22T20:41:08.9734064+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": "879e5947-087d-4d92-bff7-7ba2174d4cea",
"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-09-22T20:41:08.9734064+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"IssueID": "bdf205b5-5766-4fd9-a58c-e728ec8ebb9d",
"ReportedDate": "2026-09-22T20:41:08.9734064+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2ed78684-7137-402f-a80e-5623027dbf55",
"ReportedByName": "sample string 6",
"AssignedToID": "0215af57-3838-442d-8e44-cb06b4c41b4f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"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": "98567cc3-0b98-4935-96b4-b92b1dcf03dc",
"ServiceTypeID": "85e549ee-4b78-4fa6-939a-d9476ba6c56b",
"WorkOrderOn": "2026-09-22T20:41:08.9734064+04:00",
"WorkOrderID": "57ce9791-3cb4-47a7-a244-66ee783b574c",
"InspectionOn": "2026-09-22T20:41:08.9734064+04:00",
"InspectionItemID": "715f103c-750e-416f-93ee-4df794f11b5c"
},
"PrevVehicleID": "b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802",
"CloseBy": "eafe4364-01d1-403f-8be9-2cf42538ff04",
"CloseOn": "2026-09-22T20:41:08.9734064+04:00",
"CriticalLevel": 0,
"Id": "322444fe-19dc-4a7e-8559-6fc71649a80d",
"UserName": "sample string 17",
"UserID": "e406e6e0-1433-4bf5-a12a-5291c0c66555",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "714be64a-c43b-492f-a5d3-0859ab26426e",
"ClientName": "sample string 22",
"PartnerID": "1f332ef1-4db1-4169-96aa-ea742302a1d5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"IssueID": "bdf205b5-5766-4fd9-a58c-e728ec8ebb9d",
"ReportedDate": "2026-09-22T20:41:08.9734064+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2ed78684-7137-402f-a80e-5623027dbf55",
"ReportedByName": "sample string 6",
"AssignedToID": "0215af57-3838-442d-8e44-cb06b4c41b4f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"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": "98567cc3-0b98-4935-96b4-b92b1dcf03dc",
"ServiceTypeID": "85e549ee-4b78-4fa6-939a-d9476ba6c56b",
"WorkOrderOn": "2026-09-22T20:41:08.9734064+04:00",
"WorkOrderID": "57ce9791-3cb4-47a7-a244-66ee783b574c",
"InspectionOn": "2026-09-22T20:41:08.9734064+04:00",
"InspectionItemID": "715f103c-750e-416f-93ee-4df794f11b5c"
},
"PrevVehicleID": "b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802",
"CloseBy": "eafe4364-01d1-403f-8be9-2cf42538ff04",
"CloseOn": "2026-09-22T20:41:08.9734064+04:00",
"CriticalLevel": 0,
"Id": "322444fe-19dc-4a7e-8559-6fc71649a80d",
"UserName": "sample string 17",
"UserID": "e406e6e0-1433-4bf5-a12a-5291c0c66555",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "714be64a-c43b-492f-a5d3-0859ab26426e",
"ClientName": "sample string 22",
"PartnerID": "1f332ef1-4db1-4169-96aa-ea742302a1d5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d5bdd0bb-f8e9-4802-b9fc-11cefd4624f5",
"33b5ccec-fbbf-4456-8cb8-09ac1f33fa71"
],
"Id": "73e6472e-4778-4f0e-a927-d5e74b5aa951",
"UserName": "sample string 15",
"UserID": "9fd5e612-4695-4692-954b-483d786f8836",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "1660fc2e-7127-43d2-9290-7ba09a7051c3",
"ClientName": "sample string 20",
"PartnerID": "16654867-65a7-4c06-bf4f-e377ba525dba",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "3d358730-3892-442d-8e2d-5e7592508d07",
"ServiceType": {
"ServiceTypeId": "3a863894-01f7-4d14-8a3b-f04db70fbe88",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "be499d13-cbf9-4fdd-9b0c-0468ea5633ac",
"UserName": "sample string 8",
"UserID": "8dc2d3aa-17c5-4786-a1ea-8c349117d379",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "449f62ee-e8ee-4db9-b827-8a04c7cc1262",
"ClientName": "sample string 13",
"PartnerID": "d4c5d725-4c61-4290-b3ce-6e8d972fefd9",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"Vehicles": [
{
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
{
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
}
],
"VehicleGroupIds": [
"ecc482e7-104a-4498-9462-5da2a29901fa",
"4bd10b5e-b11f-4cac-be4a-6c355a2f1235"
],
"ServiceDoneOn": "2026-09-22T20:41:08.9734064+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": "879e5947-087d-4d92-bff7-7ba2174d4cea",
"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-09-22T20:41:08.9734064+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"IssueID": "bdf205b5-5766-4fd9-a58c-e728ec8ebb9d",
"ReportedDate": "2026-09-22T20:41:08.9734064+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2ed78684-7137-402f-a80e-5623027dbf55",
"ReportedByName": "sample string 6",
"AssignedToID": "0215af57-3838-442d-8e44-cb06b4c41b4f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"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": "98567cc3-0b98-4935-96b4-b92b1dcf03dc",
"ServiceTypeID": "85e549ee-4b78-4fa6-939a-d9476ba6c56b",
"WorkOrderOn": "2026-09-22T20:41:08.9734064+04:00",
"WorkOrderID": "57ce9791-3cb4-47a7-a244-66ee783b574c",
"InspectionOn": "2026-09-22T20:41:08.9734064+04:00",
"InspectionItemID": "715f103c-750e-416f-93ee-4df794f11b5c"
},
"PrevVehicleID": "b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802",
"CloseBy": "eafe4364-01d1-403f-8be9-2cf42538ff04",
"CloseOn": "2026-09-22T20:41:08.9734064+04:00",
"CriticalLevel": 0,
"Id": "322444fe-19dc-4a7e-8559-6fc71649a80d",
"UserName": "sample string 17",
"UserID": "e406e6e0-1433-4bf5-a12a-5291c0c66555",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "714be64a-c43b-492f-a5d3-0859ab26426e",
"ClientName": "sample string 22",
"PartnerID": "1f332ef1-4db1-4169-96aa-ea742302a1d5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "02ff0cd5-1937-490c-9b2d-d222e8c7efde",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fafcb8d4-6780-4ed0-8791-478aaf657a18",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "24d5f68a-6290-41a0-9cf6-0e86d8ca232d",
"PartnerID": "62ec98b0-6408-4a99-8209-c4fdeeaac229"
},
"IssueID": "bdf205b5-5766-4fd9-a58c-e728ec8ebb9d",
"ReportedDate": "2026-09-22T20:41:08.9734064+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2ed78684-7137-402f-a80e-5623027dbf55",
"ReportedByName": "sample string 6",
"AssignedToID": "0215af57-3838-442d-8e44-cb06b4c41b4f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:41:08.9734064+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4ed4cf30-90fa-470c-b1fe-11b635496cf7",
"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": "98567cc3-0b98-4935-96b4-b92b1dcf03dc",
"ServiceTypeID": "85e549ee-4b78-4fa6-939a-d9476ba6c56b",
"WorkOrderOn": "2026-09-22T20:41:08.9734064+04:00",
"WorkOrderID": "57ce9791-3cb4-47a7-a244-66ee783b574c",
"InspectionOn": "2026-09-22T20:41:08.9734064+04:00",
"InspectionItemID": "715f103c-750e-416f-93ee-4df794f11b5c"
},
"PrevVehicleID": "b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802",
"CloseBy": "eafe4364-01d1-403f-8be9-2cf42538ff04",
"CloseOn": "2026-09-22T20:41:08.9734064+04:00",
"CriticalLevel": 0,
"Id": "322444fe-19dc-4a7e-8559-6fc71649a80d",
"UserName": "sample string 17",
"UserID": "e406e6e0-1433-4bf5-a12a-5291c0c66555",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "714be64a-c43b-492f-a5d3-0859ab26426e",
"ClientName": "sample string 22",
"PartnerID": "1f332ef1-4db1-4169-96aa-ea742302a1d5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d5bdd0bb-f8e9-4802-b9fc-11cefd4624f5",
"33b5ccec-fbbf-4456-8cb8-09ac1f33fa71"
],
"Id": "73e6472e-4778-4f0e-a927-d5e74b5aa951",
"UserName": "sample string 15",
"UserID": "9fd5e612-4695-4692-954b-483d786f8836",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-22T20:41:08.9734064+04:00",
"ClientID": "1660fc2e-7127-43d2-9290-7ba09a7051c3",
"ClientName": "sample string 20",
"PartnerID": "16654867-65a7-4c06-bf4f-e377ba525dba",
"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>1660fc2e-7127-43d2-9290-7ba09a7051c3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>73e6472e-4778-4f0e-a927-d5e74b5aa951</Id>
<PartnerID>16654867-65a7-4c06-bf4f-e377ba525dba</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>9fd5e612-4695-4692-954b-483d786f8836</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-22T20:41:08.9734064+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>714be64a-c43b-492f-a5d3-0859ab26426e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>322444fe-19dc-4a7e-8559-6fc71649a80d</Id>
<PartnerID>1f332ef1-4db1-4169-96aa-ea742302a1d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e406e6e0-1433-4bf5-a12a-5291c0c66555</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>0215af57-3838-442d-8e44-cb06b4c41b4f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eafe4364-01d1-403f-8be9-2cf42538ff04</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:41:08.9734064+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:41:08.9734064+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>bdf205b5-5766-4fd9-a58c-e728ec8ebb9d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802</d3p1:PrevVehicleID>
<d3p1:ReportedByID>2ed78684-7137-402f-a80e-5623027dbf55</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:41:08.9734064+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>715f103c-750e-416f-93ee-4df794f11b5c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:41:08.9734064+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>98567cc3-0b98-4935-96b4-b92b1dcf03dc</d3p1:ServiceID>
<d3p1:ServiceTypeID>85e549ee-4b78-4fa6-939a-d9476ba6c56b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>57ce9791-3cb4-47a7-a244-66ee783b574c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:41:08.9734064+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>714be64a-c43b-492f-a5d3-0859ab26426e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>322444fe-19dc-4a7e-8559-6fc71649a80d</Id>
<PartnerID>1f332ef1-4db1-4169-96aa-ea742302a1d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e406e6e0-1433-4bf5-a12a-5291c0c66555</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>0215af57-3838-442d-8e44-cb06b4c41b4f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eafe4364-01d1-403f-8be9-2cf42538ff04</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:41:08.9734064+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:41:08.9734064+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>bdf205b5-5766-4fd9-a58c-e728ec8ebb9d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802</d3p1:PrevVehicleID>
<d3p1:ReportedByID>2ed78684-7137-402f-a80e-5623027dbf55</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:41:08.9734064+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>715f103c-750e-416f-93ee-4df794f11b5c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:41:08.9734064+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>98567cc3-0b98-4935-96b4-b92b1dcf03dc</d3p1:ServiceID>
<d3p1:ServiceTypeID>85e549ee-4b78-4fa6-939a-d9476ba6c56b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>57ce9791-3cb4-47a7-a244-66ee783b574c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:41:08.9734064+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d5bdd0bb-f8e9-4802-b9fc-11cefd4624f5</d3p1:guid>
<d3p1:guid>33b5ccec-fbbf-4456-8cb8-09ac1f33fa71</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-22T20:41:08.9734064+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-22T20:41:08.9734064+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>449f62ee-e8ee-4db9-b827-8a04c7cc1262</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>be499d13-cbf9-4fdd-9b0c-0468ea5633ac</Id>
<PartnerID>d4c5d725-4c61-4290-b3ce-6e8d972fefd9</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>8dc2d3aa-17c5-4786-a1ea-8c349117d379</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>3a863894-01f7-4d14-8a3b-f04db70fbe88</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>879e5947-087d-4d92-bff7-7ba2174d4cea</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>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ecc482e7-104a-4498-9462-5da2a29901fa</d3p1:guid>
<d3p1:guid>4bd10b5e-b11f-4cac-be4a-6c355a2f1235</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>3d358730-3892-442d-8e2d-5e7592508d07</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>1660fc2e-7127-43d2-9290-7ba09a7051c3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>73e6472e-4778-4f0e-a927-d5e74b5aa951</Id>
<PartnerID>16654867-65a7-4c06-bf4f-e377ba525dba</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>9fd5e612-4695-4692-954b-483d786f8836</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-22T20:41:08.9734064+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>714be64a-c43b-492f-a5d3-0859ab26426e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>322444fe-19dc-4a7e-8559-6fc71649a80d</Id>
<PartnerID>1f332ef1-4db1-4169-96aa-ea742302a1d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e406e6e0-1433-4bf5-a12a-5291c0c66555</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>0215af57-3838-442d-8e44-cb06b4c41b4f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eafe4364-01d1-403f-8be9-2cf42538ff04</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:41:08.9734064+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:41:08.9734064+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>bdf205b5-5766-4fd9-a58c-e728ec8ebb9d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802</d3p1:PrevVehicleID>
<d3p1:ReportedByID>2ed78684-7137-402f-a80e-5623027dbf55</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:41:08.9734064+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>715f103c-750e-416f-93ee-4df794f11b5c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:41:08.9734064+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>98567cc3-0b98-4935-96b4-b92b1dcf03dc</d3p1:ServiceID>
<d3p1:ServiceTypeID>85e549ee-4b78-4fa6-939a-d9476ba6c56b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>57ce9791-3cb4-47a7-a244-66ee783b574c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:41:08.9734064+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>714be64a-c43b-492f-a5d3-0859ab26426e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>322444fe-19dc-4a7e-8559-6fc71649a80d</Id>
<PartnerID>1f332ef1-4db1-4169-96aa-ea742302a1d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e406e6e0-1433-4bf5-a12a-5291c0c66555</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>0215af57-3838-442d-8e44-cb06b4c41b4f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4ed4cf30-90fa-470c-b1fe-11b635496cf7</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eafe4364-01d1-403f-8be9-2cf42538ff04</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:41:08.9734064+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:41:08.9734064+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>bdf205b5-5766-4fd9-a58c-e728ec8ebb9d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>b4abb0fc-2d3c-4d4c-b2cb-bdf3ce50b802</d3p1:PrevVehicleID>
<d3p1:ReportedByID>2ed78684-7137-402f-a80e-5623027dbf55</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:41:08.9734064+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>715f103c-750e-416f-93ee-4df794f11b5c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:41:08.9734064+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>98567cc3-0b98-4935-96b4-b92b1dcf03dc</d3p1:ServiceID>
<d3p1:ServiceTypeID>85e549ee-4b78-4fa6-939a-d9476ba6c56b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>57ce9791-3cb4-47a7-a244-66ee783b574c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:41:08.9734064+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d5bdd0bb-f8e9-4802-b9fc-11cefd4624f5</d3p1:guid>
<d3p1:guid>33b5ccec-fbbf-4456-8cb8-09ac1f33fa71</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-22T20:41:08.9734064+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-22T20:41:08.9734064+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>449f62ee-e8ee-4db9-b827-8a04c7cc1262</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:41:08.9734064+04:00</CreatedOn>
<Id>be499d13-cbf9-4fdd-9b0c-0468ea5633ac</Id>
<PartnerID>d4c5d725-4c61-4290-b3ce-6e8d972fefd9</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>8dc2d3aa-17c5-4786-a1ea-8c349117d379</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>3a863894-01f7-4d14-8a3b-f04db70fbe88</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>879e5947-087d-4d92-bff7-7ba2174d4cea</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>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ecc482e7-104a-4498-9462-5da2a29901fa</d3p1:guid>
<d3p1:guid>4bd10b5e-b11f-4cac-be4a-6c355a2f1235</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>3d358730-3892-442d-8e2d-5e7592508d07</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>24d5f68a-6290-41a0-9cf6-0e86d8ca232d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>fafcb8d4-6780-4ed0-8791-478aaf657a18</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>62ec98b0-6408-4a99-8209-c4fdeeaac229</PartnerID>
<VehicleID>02ff0cd5-1937-490c-9b2d-d222e8c7efde</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>