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": "cab892c5-6836-413e-9e7c-d3fc40a12310",
"ServiceType": {
"ServiceTypeId": "6d56e8d2-5a56-48dc-bca8-6f8dffe77807",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9bdeb240-7a54-4e68-89cf-be7f91517caa",
"UserName": "sample string 8",
"UserID": "bc1f9edc-b565-4f19-90b4-117f720cda4d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "236968e6-1b6f-4b90-ba9a-66213f806897",
"ClientName": "sample string 13",
"PartnerID": "166f2172-6be1-499e-afa8-e47f93bc8e0a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"Vehicles": [
{
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
{
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
}
],
"VehicleGroupIds": [
"8355512c-218b-4d7d-8f80-ef80b286d19f",
"a346aeb9-597e-4137-aeb8-ce418fa5a688"
],
"ServiceDoneOn": "2026-05-10T12:09:35.3696625+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": "f513c7f0-33b8-47fd-b52a-7973b310220e",
"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-10T12:09:35.3696625+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"IssueID": "6bef8f83-e9a3-45d5-ba12-efbbeec62c78",
"ReportedDate": "2026-05-10T12:09:35.3696625+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b10819d8-453e-4830-a887-729931beb254",
"ReportedByName": "sample string 6",
"AssignedToID": "d67a28ae-d730-4a2d-bcbd-6f7651205caf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"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": "9aedc747-6830-4d53-8327-71f5e1524631",
"ServiceTypeID": "fbc22813-7725-4fbf-85ae-6bb2837f919e",
"WorkOrderOn": "2026-05-10T12:09:35.3696625+04:00",
"WorkOrderID": "d422f5c0-c6b1-4986-81ef-5148e4d1abcb",
"InspectionOn": "2026-05-10T12:09:35.3696625+04:00",
"InspectionItemID": "4953264c-9e09-4521-a44f-8d538d01202b"
},
"PrevVehicleID": "1a87c77a-c03d-411a-a04b-89fea513323b",
"CloseBy": "2457f66c-1486-4c60-b7ef-d09cc17ccc6a",
"CloseOn": "2026-05-10T12:09:35.3696625+04:00",
"CriticalLevel": 0,
"Id": "eefbb491-8e41-419b-bc5f-d801ae726e7e",
"UserName": "sample string 17",
"UserID": "71bc6215-ca72-46ec-af8a-d2d2b148ff09",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "35a87bee-86c9-40b0-995f-1900479062d3",
"ClientName": "sample string 22",
"PartnerID": "a3727e11-32f6-402d-9a80-e755cefb6cea",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"IssueID": "6bef8f83-e9a3-45d5-ba12-efbbeec62c78",
"ReportedDate": "2026-05-10T12:09:35.3696625+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b10819d8-453e-4830-a887-729931beb254",
"ReportedByName": "sample string 6",
"AssignedToID": "d67a28ae-d730-4a2d-bcbd-6f7651205caf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"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": "9aedc747-6830-4d53-8327-71f5e1524631",
"ServiceTypeID": "fbc22813-7725-4fbf-85ae-6bb2837f919e",
"WorkOrderOn": "2026-05-10T12:09:35.3696625+04:00",
"WorkOrderID": "d422f5c0-c6b1-4986-81ef-5148e4d1abcb",
"InspectionOn": "2026-05-10T12:09:35.3696625+04:00",
"InspectionItemID": "4953264c-9e09-4521-a44f-8d538d01202b"
},
"PrevVehicleID": "1a87c77a-c03d-411a-a04b-89fea513323b",
"CloseBy": "2457f66c-1486-4c60-b7ef-d09cc17ccc6a",
"CloseOn": "2026-05-10T12:09:35.3696625+04:00",
"CriticalLevel": 0,
"Id": "eefbb491-8e41-419b-bc5f-d801ae726e7e",
"UserName": "sample string 17",
"UserID": "71bc6215-ca72-46ec-af8a-d2d2b148ff09",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "35a87bee-86c9-40b0-995f-1900479062d3",
"ClientName": "sample string 22",
"PartnerID": "a3727e11-32f6-402d-9a80-e755cefb6cea",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"bf1c914d-4ba8-401a-90c4-e4d36ea6533d",
"3b51ca89-9b57-46bc-b382-f2bb6815dc9d"
],
"Id": "4ec1cc9e-a9ac-4845-85e1-9dc5dfd99375",
"UserName": "sample string 15",
"UserID": "7d7f2654-e28c-4008-93e3-3d433b0a1559",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "3f23ca79-92ce-4a7f-8205-97b77f224cf3",
"ClientName": "sample string 20",
"PartnerID": "5bd80456-7246-451e-b39b-bb89cb974b9d",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "cab892c5-6836-413e-9e7c-d3fc40a12310",
"ServiceType": {
"ServiceTypeId": "6d56e8d2-5a56-48dc-bca8-6f8dffe77807",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9bdeb240-7a54-4e68-89cf-be7f91517caa",
"UserName": "sample string 8",
"UserID": "bc1f9edc-b565-4f19-90b4-117f720cda4d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "236968e6-1b6f-4b90-ba9a-66213f806897",
"ClientName": "sample string 13",
"PartnerID": "166f2172-6be1-499e-afa8-e47f93bc8e0a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"Vehicles": [
{
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
{
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
}
],
"VehicleGroupIds": [
"8355512c-218b-4d7d-8f80-ef80b286d19f",
"a346aeb9-597e-4137-aeb8-ce418fa5a688"
],
"ServiceDoneOn": "2026-05-10T12:09:35.3696625+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": "f513c7f0-33b8-47fd-b52a-7973b310220e",
"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-10T12:09:35.3696625+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"IssueID": "6bef8f83-e9a3-45d5-ba12-efbbeec62c78",
"ReportedDate": "2026-05-10T12:09:35.3696625+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b10819d8-453e-4830-a887-729931beb254",
"ReportedByName": "sample string 6",
"AssignedToID": "d67a28ae-d730-4a2d-bcbd-6f7651205caf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"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": "9aedc747-6830-4d53-8327-71f5e1524631",
"ServiceTypeID": "fbc22813-7725-4fbf-85ae-6bb2837f919e",
"WorkOrderOn": "2026-05-10T12:09:35.3696625+04:00",
"WorkOrderID": "d422f5c0-c6b1-4986-81ef-5148e4d1abcb",
"InspectionOn": "2026-05-10T12:09:35.3696625+04:00",
"InspectionItemID": "4953264c-9e09-4521-a44f-8d538d01202b"
},
"PrevVehicleID": "1a87c77a-c03d-411a-a04b-89fea513323b",
"CloseBy": "2457f66c-1486-4c60-b7ef-d09cc17ccc6a",
"CloseOn": "2026-05-10T12:09:35.3696625+04:00",
"CriticalLevel": 0,
"Id": "eefbb491-8e41-419b-bc5f-d801ae726e7e",
"UserName": "sample string 17",
"UserID": "71bc6215-ca72-46ec-af8a-d2d2b148ff09",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "35a87bee-86c9-40b0-995f-1900479062d3",
"ClientName": "sample string 22",
"PartnerID": "a3727e11-32f6-402d-9a80-e755cefb6cea",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a1f680fc-f094-41cd-a436-8f6f1b3aeb98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1793918d-b4f5-4e1f-89c4-0aea14e6d80a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e3cc737a-6917-4efc-8af6-c473eaa8b5be",
"PartnerID": "ccd6bd72-96d1-4ad0-b395-09cce942b09d"
},
"IssueID": "6bef8f83-e9a3-45d5-ba12-efbbeec62c78",
"ReportedDate": "2026-05-10T12:09:35.3696625+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b10819d8-453e-4830-a887-729931beb254",
"ReportedByName": "sample string 6",
"AssignedToID": "d67a28ae-d730-4a2d-bcbd-6f7651205caf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:35.3696625+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e63390e8-3af3-4d54-9c13-0cebf18e04b5",
"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": "9aedc747-6830-4d53-8327-71f5e1524631",
"ServiceTypeID": "fbc22813-7725-4fbf-85ae-6bb2837f919e",
"WorkOrderOn": "2026-05-10T12:09:35.3696625+04:00",
"WorkOrderID": "d422f5c0-c6b1-4986-81ef-5148e4d1abcb",
"InspectionOn": "2026-05-10T12:09:35.3696625+04:00",
"InspectionItemID": "4953264c-9e09-4521-a44f-8d538d01202b"
},
"PrevVehicleID": "1a87c77a-c03d-411a-a04b-89fea513323b",
"CloseBy": "2457f66c-1486-4c60-b7ef-d09cc17ccc6a",
"CloseOn": "2026-05-10T12:09:35.3696625+04:00",
"CriticalLevel": 0,
"Id": "eefbb491-8e41-419b-bc5f-d801ae726e7e",
"UserName": "sample string 17",
"UserID": "71bc6215-ca72-46ec-af8a-d2d2b148ff09",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "35a87bee-86c9-40b0-995f-1900479062d3",
"ClientName": "sample string 22",
"PartnerID": "a3727e11-32f6-402d-9a80-e755cefb6cea",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"bf1c914d-4ba8-401a-90c4-e4d36ea6533d",
"3b51ca89-9b57-46bc-b382-f2bb6815dc9d"
],
"Id": "4ec1cc9e-a9ac-4845-85e1-9dc5dfd99375",
"UserName": "sample string 15",
"UserID": "7d7f2654-e28c-4008-93e3-3d433b0a1559",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-10T12:09:35.3696625+04:00",
"ClientID": "3f23ca79-92ce-4a7f-8205-97b77f224cf3",
"ClientName": "sample string 20",
"PartnerID": "5bd80456-7246-451e-b39b-bb89cb974b9d",
"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>3f23ca79-92ce-4a7f-8205-97b77f224cf3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>4ec1cc9e-a9ac-4845-85e1-9dc5dfd99375</Id>
<PartnerID>5bd80456-7246-451e-b39b-bb89cb974b9d</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>7d7f2654-e28c-4008-93e3-3d433b0a1559</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-10T12:09:35.3696625+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>35a87bee-86c9-40b0-995f-1900479062d3</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>eefbb491-8e41-419b-bc5f-d801ae726e7e</Id>
<PartnerID>a3727e11-32f6-402d-9a80-e755cefb6cea</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>71bc6215-ca72-46ec-af8a-d2d2b148ff09</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d67a28ae-d730-4a2d-bcbd-6f7651205caf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2457f66c-1486-4c60-b7ef-d09cc17ccc6a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:09:35.3696625+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:09:35.3696625+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>6bef8f83-e9a3-45d5-ba12-efbbeec62c78</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>1a87c77a-c03d-411a-a04b-89fea513323b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b10819d8-453e-4830-a887-729931beb254</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:09:35.3696625+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4953264c-9e09-4521-a44f-8d538d01202b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:09:35.3696625+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9aedc747-6830-4d53-8327-71f5e1524631</d3p1:ServiceID>
<d3p1:ServiceTypeID>fbc22813-7725-4fbf-85ae-6bb2837f919e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d422f5c0-c6b1-4986-81ef-5148e4d1abcb</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:09:35.3696625+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>35a87bee-86c9-40b0-995f-1900479062d3</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>eefbb491-8e41-419b-bc5f-d801ae726e7e</Id>
<PartnerID>a3727e11-32f6-402d-9a80-e755cefb6cea</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>71bc6215-ca72-46ec-af8a-d2d2b148ff09</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d67a28ae-d730-4a2d-bcbd-6f7651205caf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2457f66c-1486-4c60-b7ef-d09cc17ccc6a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:09:35.3696625+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:09:35.3696625+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>6bef8f83-e9a3-45d5-ba12-efbbeec62c78</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>1a87c77a-c03d-411a-a04b-89fea513323b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b10819d8-453e-4830-a887-729931beb254</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:09:35.3696625+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4953264c-9e09-4521-a44f-8d538d01202b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:09:35.3696625+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9aedc747-6830-4d53-8327-71f5e1524631</d3p1:ServiceID>
<d3p1:ServiceTypeID>fbc22813-7725-4fbf-85ae-6bb2837f919e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d422f5c0-c6b1-4986-81ef-5148e4d1abcb</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:09:35.3696625+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bf1c914d-4ba8-401a-90c4-e4d36ea6533d</d3p1:guid>
<d3p1:guid>3b51ca89-9b57-46bc-b382-f2bb6815dc9d</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-10T12:09:35.3696625+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-10T12:09:35.3696625+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>236968e6-1b6f-4b90-ba9a-66213f806897</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>9bdeb240-7a54-4e68-89cf-be7f91517caa</Id>
<PartnerID>166f2172-6be1-499e-afa8-e47f93bc8e0a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>bc1f9edc-b565-4f19-90b4-117f720cda4d</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>6d56e8d2-5a56-48dc-bca8-6f8dffe77807</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>f513c7f0-33b8-47fd-b52a-7973b310220e</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>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>8355512c-218b-4d7d-8f80-ef80b286d19f</d3p1:guid>
<d3p1:guid>a346aeb9-597e-4137-aeb8-ce418fa5a688</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>cab892c5-6836-413e-9e7c-d3fc40a12310</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>3f23ca79-92ce-4a7f-8205-97b77f224cf3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>4ec1cc9e-a9ac-4845-85e1-9dc5dfd99375</Id>
<PartnerID>5bd80456-7246-451e-b39b-bb89cb974b9d</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>7d7f2654-e28c-4008-93e3-3d433b0a1559</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-10T12:09:35.3696625+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>35a87bee-86c9-40b0-995f-1900479062d3</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>eefbb491-8e41-419b-bc5f-d801ae726e7e</Id>
<PartnerID>a3727e11-32f6-402d-9a80-e755cefb6cea</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>71bc6215-ca72-46ec-af8a-d2d2b148ff09</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d67a28ae-d730-4a2d-bcbd-6f7651205caf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2457f66c-1486-4c60-b7ef-d09cc17ccc6a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:09:35.3696625+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:09:35.3696625+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>6bef8f83-e9a3-45d5-ba12-efbbeec62c78</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>1a87c77a-c03d-411a-a04b-89fea513323b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b10819d8-453e-4830-a887-729931beb254</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:09:35.3696625+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4953264c-9e09-4521-a44f-8d538d01202b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:09:35.3696625+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9aedc747-6830-4d53-8327-71f5e1524631</d3p1:ServiceID>
<d3p1:ServiceTypeID>fbc22813-7725-4fbf-85ae-6bb2837f919e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d422f5c0-c6b1-4986-81ef-5148e4d1abcb</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:09:35.3696625+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>35a87bee-86c9-40b0-995f-1900479062d3</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>eefbb491-8e41-419b-bc5f-d801ae726e7e</Id>
<PartnerID>a3727e11-32f6-402d-9a80-e755cefb6cea</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>71bc6215-ca72-46ec-af8a-d2d2b148ff09</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d67a28ae-d730-4a2d-bcbd-6f7651205caf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e63390e8-3af3-4d54-9c13-0cebf18e04b5</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2457f66c-1486-4c60-b7ef-d09cc17ccc6a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:09:35.3696625+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:09:35.3696625+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>6bef8f83-e9a3-45d5-ba12-efbbeec62c78</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>1a87c77a-c03d-411a-a04b-89fea513323b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b10819d8-453e-4830-a887-729931beb254</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:09:35.3696625+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4953264c-9e09-4521-a44f-8d538d01202b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:09:35.3696625+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9aedc747-6830-4d53-8327-71f5e1524631</d3p1:ServiceID>
<d3p1:ServiceTypeID>fbc22813-7725-4fbf-85ae-6bb2837f919e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d422f5c0-c6b1-4986-81ef-5148e4d1abcb</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:09:35.3696625+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bf1c914d-4ba8-401a-90c4-e4d36ea6533d</d3p1:guid>
<d3p1:guid>3b51ca89-9b57-46bc-b382-f2bb6815dc9d</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-10T12:09:35.3696625+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-10T12:09:35.3696625+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>236968e6-1b6f-4b90-ba9a-66213f806897</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-10T12:09:35.3696625+04:00</CreatedOn>
<Id>9bdeb240-7a54-4e68-89cf-be7f91517caa</Id>
<PartnerID>166f2172-6be1-499e-afa8-e47f93bc8e0a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>bc1f9edc-b565-4f19-90b4-117f720cda4d</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>6d56e8d2-5a56-48dc-bca8-6f8dffe77807</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>f513c7f0-33b8-47fd-b52a-7973b310220e</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>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>8355512c-218b-4d7d-8f80-ef80b286d19f</d3p1:guid>
<d3p1:guid>a346aeb9-597e-4137-aeb8-ce418fa5a688</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>cab892c5-6836-413e-9e7c-d3fc40a12310</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e3cc737a-6917-4efc-8af6-c473eaa8b5be</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1793918d-b4f5-4e1f-89c4-0aea14e6d80a</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>ccd6bd72-96d1-4ad0-b395-09cce942b09d</PartnerID>
<VehicleID>a1f680fc-f094-41cd-a436-8f6f1b3aeb98</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>