GET Api/Service/GetAllByVehicleID?vehicleService={vehicleService}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleService | 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": "f0a17526-22ce-4ab4-8065-320ac57b1130",
"ServiceType": {
"ServiceTypeId": "d3188b61-a610-4a0e-8d0b-7e720c543525",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "6c8dd0c5-dabf-4577-88c0-ae40fab6829a",
"UserName": "sample string 8",
"UserID": "ff2d13e3-ce5c-454f-a209-4627a6407ed7",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:49:49.2395785+04:00",
"ClientID": "8c2fd3cb-a9f2-4311-a022-37bc2533c488",
"ClientName": "sample string 13",
"PartnerID": "080fe2af-d4c5-4b07-8e25-b46c8cb07a47",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:49:49.2395785+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"Vehicles": [
{
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
{
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
}
],
"VehicleGroupIds": [
"b331f9ff-e083-4f4d-bff7-85f368da9b32",
"4f8127d2-845f-4c7f-9aec-9686dec9d5ab"
],
"ServiceDoneOn": "2025-11-09T00:49:49.2395785+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": "673f0423-92c7-4d75-9930-27d14ec68269",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-11-09T00:49:49.2395785+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"IssueID": "89019492-dfac-4bc2-b81e-da3d27be3fc9",
"ReportedDate": "2025-11-09T00:49:49.2552038+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3be8ca0a-cb92-4cec-b03f-5f67ee6f4332",
"ReportedByName": "sample string 6",
"AssignedToID": "01b5fe10-352d-4e32-bc0e-97bf73837555",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:49.2552038+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"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": "42879a18-bf44-480e-8790-e26bd6a2262a",
"ServiceTypeID": "cfebd455-0353-44cf-a45a-d7c8980416ea",
"WorkOrderOn": "2025-11-09T00:49:49.2552038+04:00",
"WorkOrderID": "e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c",
"InspectionOn": "2025-11-09T00:49:49.2552038+04:00",
"InspectionItemID": "c772918c-768e-4445-959f-971d2ba073cc"
},
"PrevVehicleID": "5419b41e-0e7a-45b7-bb77-a8320ab89895",
"CloseBy": "957f0370-de48-44dc-96c0-da7d8227dc95",
"CloseOn": "2025-11-09T00:49:49.2552038+04:00",
"CriticalLevel": 0,
"Id": "97177c84-84ca-47b8-9217-44e0b6af9bf1",
"UserName": "sample string 17",
"UserID": "38d21bb5-8309-4d39-a35d-32eb76f0d112",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "18caa7ec-a797-4f74-9b89-5253df5cc295",
"ClientName": "sample string 22",
"PartnerID": "ae45dfab-7cba-4553-b754-8fac6ea23259",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"IssueID": "89019492-dfac-4bc2-b81e-da3d27be3fc9",
"ReportedDate": "2025-11-09T00:49:49.2552038+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3be8ca0a-cb92-4cec-b03f-5f67ee6f4332",
"ReportedByName": "sample string 6",
"AssignedToID": "01b5fe10-352d-4e32-bc0e-97bf73837555",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:49.2552038+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"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": "42879a18-bf44-480e-8790-e26bd6a2262a",
"ServiceTypeID": "cfebd455-0353-44cf-a45a-d7c8980416ea",
"WorkOrderOn": "2025-11-09T00:49:49.2552038+04:00",
"WorkOrderID": "e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c",
"InspectionOn": "2025-11-09T00:49:49.2552038+04:00",
"InspectionItemID": "c772918c-768e-4445-959f-971d2ba073cc"
},
"PrevVehicleID": "5419b41e-0e7a-45b7-bb77-a8320ab89895",
"CloseBy": "957f0370-de48-44dc-96c0-da7d8227dc95",
"CloseOn": "2025-11-09T00:49:49.2552038+04:00",
"CriticalLevel": 0,
"Id": "97177c84-84ca-47b8-9217-44e0b6af9bf1",
"UserName": "sample string 17",
"UserID": "38d21bb5-8309-4d39-a35d-32eb76f0d112",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "18caa7ec-a797-4f74-9b89-5253df5cc295",
"ClientName": "sample string 22",
"PartnerID": "ae45dfab-7cba-4553-b754-8fac6ea23259",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"df7c8122-c7b5-47ea-bfd6-8e34ee3d0e6a",
"42f4c996-913e-4e29-9cf2-b2c972dceaa3"
],
"Id": "56448891-8197-4130-b96f-566de4659a7e",
"UserName": "sample string 15",
"UserID": "1a37f170-0009-40aa-bcd6-cca14a525701",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "92d78afd-64bb-4533-b24b-fd9bb9ee3d2c",
"ClientName": "sample string 20",
"PartnerID": "3ee7cf06-352b-4ce6-9d07-5365cc052868",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "f0a17526-22ce-4ab4-8065-320ac57b1130",
"ServiceType": {
"ServiceTypeId": "d3188b61-a610-4a0e-8d0b-7e720c543525",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "6c8dd0c5-dabf-4577-88c0-ae40fab6829a",
"UserName": "sample string 8",
"UserID": "ff2d13e3-ce5c-454f-a209-4627a6407ed7",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:49:49.2395785+04:00",
"ClientID": "8c2fd3cb-a9f2-4311-a022-37bc2533c488",
"ClientName": "sample string 13",
"PartnerID": "080fe2af-d4c5-4b07-8e25-b46c8cb07a47",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:49:49.2395785+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"Vehicles": [
{
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
{
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
}
],
"VehicleGroupIds": [
"b331f9ff-e083-4f4d-bff7-85f368da9b32",
"4f8127d2-845f-4c7f-9aec-9686dec9d5ab"
],
"ServiceDoneOn": "2025-11-09T00:49:49.2395785+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": "673f0423-92c7-4d75-9930-27d14ec68269",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-11-09T00:49:49.2395785+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"IssueID": "89019492-dfac-4bc2-b81e-da3d27be3fc9",
"ReportedDate": "2025-11-09T00:49:49.2552038+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3be8ca0a-cb92-4cec-b03f-5f67ee6f4332",
"ReportedByName": "sample string 6",
"AssignedToID": "01b5fe10-352d-4e32-bc0e-97bf73837555",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:49.2552038+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"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": "42879a18-bf44-480e-8790-e26bd6a2262a",
"ServiceTypeID": "cfebd455-0353-44cf-a45a-d7c8980416ea",
"WorkOrderOn": "2025-11-09T00:49:49.2552038+04:00",
"WorkOrderID": "e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c",
"InspectionOn": "2025-11-09T00:49:49.2552038+04:00",
"InspectionItemID": "c772918c-768e-4445-959f-971d2ba073cc"
},
"PrevVehicleID": "5419b41e-0e7a-45b7-bb77-a8320ab89895",
"CloseBy": "957f0370-de48-44dc-96c0-da7d8227dc95",
"CloseOn": "2025-11-09T00:49:49.2552038+04:00",
"CriticalLevel": 0,
"Id": "97177c84-84ca-47b8-9217-44e0b6af9bf1",
"UserName": "sample string 17",
"UserID": "38d21bb5-8309-4d39-a35d-32eb76f0d112",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "18caa7ec-a797-4f74-9b89-5253df5cc295",
"ClientName": "sample string 22",
"PartnerID": "ae45dfab-7cba-4553-b754-8fac6ea23259",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "1e8d2fdb-ebfa-4969-8a19-754f9253c172",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "832f5cce-44d1-46e0-99f1-bc17549044f9",
"PartnerID": "31f09115-8eef-4984-8e04-e3177b11ba9a"
},
"IssueID": "89019492-dfac-4bc2-b81e-da3d27be3fc9",
"ReportedDate": "2025-11-09T00:49:49.2552038+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3be8ca0a-cb92-4cec-b03f-5f67ee6f4332",
"ReportedByName": "sample string 6",
"AssignedToID": "01b5fe10-352d-4e32-bc0e-97bf73837555",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:49.2552038+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dfe82be-7425-498e-b0ad-4070d28d94ce",
"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": "42879a18-bf44-480e-8790-e26bd6a2262a",
"ServiceTypeID": "cfebd455-0353-44cf-a45a-d7c8980416ea",
"WorkOrderOn": "2025-11-09T00:49:49.2552038+04:00",
"WorkOrderID": "e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c",
"InspectionOn": "2025-11-09T00:49:49.2552038+04:00",
"InspectionItemID": "c772918c-768e-4445-959f-971d2ba073cc"
},
"PrevVehicleID": "5419b41e-0e7a-45b7-bb77-a8320ab89895",
"CloseBy": "957f0370-de48-44dc-96c0-da7d8227dc95",
"CloseOn": "2025-11-09T00:49:49.2552038+04:00",
"CriticalLevel": 0,
"Id": "97177c84-84ca-47b8-9217-44e0b6af9bf1",
"UserName": "sample string 17",
"UserID": "38d21bb5-8309-4d39-a35d-32eb76f0d112",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "18caa7ec-a797-4f74-9b89-5253df5cc295",
"ClientName": "sample string 22",
"PartnerID": "ae45dfab-7cba-4553-b754-8fac6ea23259",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"df7c8122-c7b5-47ea-bfd6-8e34ee3d0e6a",
"42f4c996-913e-4e29-9cf2-b2c972dceaa3"
],
"Id": "56448891-8197-4130-b96f-566de4659a7e",
"UserName": "sample string 15",
"UserID": "1a37f170-0009-40aa-bcd6-cca14a525701",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:49:49.2552038+04:00",
"ClientID": "92d78afd-64bb-4533-b24b-fd9bb9ee3d2c",
"ClientName": "sample string 20",
"PartnerID": "3ee7cf06-352b-4ce6-9d07-5365cc052868",
"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>92d78afd-64bb-4533-b24b-fd9bb9ee3d2c</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>56448891-8197-4130-b96f-566de4659a7e</Id>
<PartnerID>3ee7cf06-352b-4ce6-9d07-5365cc052868</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>1a37f170-0009-40aa-bcd6-cca14a525701</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:49:49.2395785+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>18caa7ec-a797-4f74-9b89-5253df5cc295</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>97177c84-84ca-47b8-9217-44e0b6af9bf1</Id>
<PartnerID>ae45dfab-7cba-4553-b754-8fac6ea23259</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>38d21bb5-8309-4d39-a35d-32eb76f0d112</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>01b5fe10-352d-4e32-bc0e-97bf73837555</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>957f0370-de48-44dc-96c0-da7d8227dc95</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:49.2552038+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:49.2552038+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>89019492-dfac-4bc2-b81e-da3d27be3fc9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5419b41e-0e7a-45b7-bb77-a8320ab89895</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3be8ca0a-cb92-4cec-b03f-5f67ee6f4332</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:49.2552038+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c772918c-768e-4445-959f-971d2ba073cc</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:49.2552038+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>42879a18-bf44-480e-8790-e26bd6a2262a</d3p1:ServiceID>
<d3p1:ServiceTypeID>cfebd455-0353-44cf-a45a-d7c8980416ea</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:49.2552038+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>18caa7ec-a797-4f74-9b89-5253df5cc295</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>97177c84-84ca-47b8-9217-44e0b6af9bf1</Id>
<PartnerID>ae45dfab-7cba-4553-b754-8fac6ea23259</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>38d21bb5-8309-4d39-a35d-32eb76f0d112</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>01b5fe10-352d-4e32-bc0e-97bf73837555</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>957f0370-de48-44dc-96c0-da7d8227dc95</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:49.2552038+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:49.2552038+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>89019492-dfac-4bc2-b81e-da3d27be3fc9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5419b41e-0e7a-45b7-bb77-a8320ab89895</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3be8ca0a-cb92-4cec-b03f-5f67ee6f4332</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:49.2552038+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c772918c-768e-4445-959f-971d2ba073cc</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:49.2552038+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>42879a18-bf44-480e-8790-e26bd6a2262a</d3p1:ServiceID>
<d3p1:ServiceTypeID>cfebd455-0353-44cf-a45a-d7c8980416ea</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:49.2552038+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>df7c8122-c7b5-47ea-bfd6-8e34ee3d0e6a</d3p1:guid>
<d3p1:guid>42f4c996-913e-4e29-9cf2-b2c972dceaa3</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:49:49.2395785+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:49:49.2395785+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>8c2fd3cb-a9f2-4311-a022-37bc2533c488</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2395785+04:00</CreatedOn>
<Id>6c8dd0c5-dabf-4577-88c0-ae40fab6829a</Id>
<PartnerID>080fe2af-d4c5-4b07-8e25-b46c8cb07a47</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ff2d13e3-ce5c-454f-a209-4627a6407ed7</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>d3188b61-a610-4a0e-8d0b-7e720c543525</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>673f0423-92c7-4d75-9930-27d14ec68269</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>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b331f9ff-e083-4f4d-bff7-85f368da9b32</d3p1:guid>
<d3p1:guid>4f8127d2-845f-4c7f-9aec-9686dec9d5ab</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>f0a17526-22ce-4ab4-8065-320ac57b1130</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>92d78afd-64bb-4533-b24b-fd9bb9ee3d2c</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>56448891-8197-4130-b96f-566de4659a7e</Id>
<PartnerID>3ee7cf06-352b-4ce6-9d07-5365cc052868</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>1a37f170-0009-40aa-bcd6-cca14a525701</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:49:49.2395785+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>18caa7ec-a797-4f74-9b89-5253df5cc295</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>97177c84-84ca-47b8-9217-44e0b6af9bf1</Id>
<PartnerID>ae45dfab-7cba-4553-b754-8fac6ea23259</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>38d21bb5-8309-4d39-a35d-32eb76f0d112</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>01b5fe10-352d-4e32-bc0e-97bf73837555</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>957f0370-de48-44dc-96c0-da7d8227dc95</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:49.2552038+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:49.2552038+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>89019492-dfac-4bc2-b81e-da3d27be3fc9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5419b41e-0e7a-45b7-bb77-a8320ab89895</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3be8ca0a-cb92-4cec-b03f-5f67ee6f4332</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:49.2552038+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c772918c-768e-4445-959f-971d2ba073cc</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:49.2552038+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>42879a18-bf44-480e-8790-e26bd6a2262a</d3p1:ServiceID>
<d3p1:ServiceTypeID>cfebd455-0353-44cf-a45a-d7c8980416ea</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:49.2552038+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>18caa7ec-a797-4f74-9b89-5253df5cc295</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2552038+04:00</CreatedOn>
<Id>97177c84-84ca-47b8-9217-44e0b6af9bf1</Id>
<PartnerID>ae45dfab-7cba-4553-b754-8fac6ea23259</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>38d21bb5-8309-4d39-a35d-32eb76f0d112</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>01b5fe10-352d-4e32-bc0e-97bf73837555</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4dfe82be-7425-498e-b0ad-4070d28d94ce</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>957f0370-de48-44dc-96c0-da7d8227dc95</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:49.2552038+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:49.2552038+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>89019492-dfac-4bc2-b81e-da3d27be3fc9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5419b41e-0e7a-45b7-bb77-a8320ab89895</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3be8ca0a-cb92-4cec-b03f-5f67ee6f4332</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:49.2552038+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c772918c-768e-4445-959f-971d2ba073cc</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:49.2552038+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>42879a18-bf44-480e-8790-e26bd6a2262a</d3p1:ServiceID>
<d3p1:ServiceTypeID>cfebd455-0353-44cf-a45a-d7c8980416ea</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e4c62b7e-98c0-46d3-96d8-e487ebf3fb1c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:49.2552038+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>df7c8122-c7b5-47ea-bfd6-8e34ee3d0e6a</d3p1:guid>
<d3p1:guid>42f4c996-913e-4e29-9cf2-b2c972dceaa3</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:49:49.2395785+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:49:49.2395785+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>8c2fd3cb-a9f2-4311-a022-37bc2533c488</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:49:49.2395785+04:00</CreatedOn>
<Id>6c8dd0c5-dabf-4577-88c0-ae40fab6829a</Id>
<PartnerID>080fe2af-d4c5-4b07-8e25-b46c8cb07a47</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ff2d13e3-ce5c-454f-a209-4627a6407ed7</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>d3188b61-a610-4a0e-8d0b-7e720c543525</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>673f0423-92c7-4d75-9930-27d14ec68269</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>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b331f9ff-e083-4f4d-bff7-85f368da9b32</d3p1:guid>
<d3p1:guid>4f8127d2-845f-4c7f-9aec-9686dec9d5ab</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>f0a17526-22ce-4ab4-8065-320ac57b1130</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>832f5cce-44d1-46e0-99f1-bc17549044f9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cc6110ad-92f9-4f7e-a2bc-2bc497fbd49b</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>31f09115-8eef-4984-8e04-e3177b11ba9a</PartnerID>
<VehicleID>1e8d2fdb-ebfa-4969-8a19-754f9253c172</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>