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": "70d5596f-ea33-48d4-a1a1-73513750d72f",
"ServiceType": {
"ServiceTypeId": "540d12f8-ae3b-4147-a7e1-5b613c05bd5a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "b5fad6f0-42f7-4e32-95f7-9bc7e82e9071",
"UserName": "sample string 8",
"UserID": "63f04df7-c25d-4794-b155-a0110cdfaa8e",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "74866d58-28f3-4e72-b7b5-d769e5b16bdb",
"ClientName": "sample string 13",
"PartnerID": "db5445b0-9336-4fae-89a1-701e35899661",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"Vehicles": [
{
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
{
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
}
],
"VehicleGroupIds": [
"559452a8-5459-420c-a9a2-78bccf471e5e",
"b8568f0d-d9b3-46e7-bd76-2f755f5e8fb5"
],
"ServiceDoneOn": "2026-06-06T09:21:27.3052321+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": "c43c6213-afbe-43ac-8808-6c838e62f4f7",
"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-06-06T09:21:27.3052321+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"IssueID": "4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70",
"ReportedDate": "2026-06-06T09:21:27.3052321+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "bc536c19-6fda-428b-879b-c03d97c7d038",
"ReportedByName": "sample string 6",
"AssignedToID": "4516bfc4-a438-4abd-9258-81cbec923507",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"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": "24592f42-091a-4726-bbe4-79da41ca3683",
"ServiceTypeID": "55e9b450-0c02-4b98-934c-ec1c04249947",
"WorkOrderOn": "2026-06-06T09:21:27.3052321+04:00",
"WorkOrderID": "59fce5dd-216d-4937-a626-084ec2bdd336",
"InspectionOn": "2026-06-06T09:21:27.3052321+04:00",
"InspectionItemID": "94a50357-f092-474f-89b6-de63563fc26a"
},
"PrevVehicleID": "08139dd6-619d-4b68-b12e-05c8e3072c33",
"CloseBy": "36a541c3-515b-4c87-9069-b4093c360690",
"CloseOn": "2026-06-06T09:21:27.3052321+04:00",
"CriticalLevel": 0,
"Id": "b69089b5-c2ef-4572-abc7-2c63bed0b060",
"UserName": "sample string 17",
"UserID": "047cfeb1-311a-4c11-aacd-a0ff839af18c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "9c167308-eaf6-4c0b-ab03-2071adfaecbb",
"ClientName": "sample string 22",
"PartnerID": "0b310d0f-e328-49e9-9653-c5947c12e053",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"IssueID": "4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70",
"ReportedDate": "2026-06-06T09:21:27.3052321+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "bc536c19-6fda-428b-879b-c03d97c7d038",
"ReportedByName": "sample string 6",
"AssignedToID": "4516bfc4-a438-4abd-9258-81cbec923507",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"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": "24592f42-091a-4726-bbe4-79da41ca3683",
"ServiceTypeID": "55e9b450-0c02-4b98-934c-ec1c04249947",
"WorkOrderOn": "2026-06-06T09:21:27.3052321+04:00",
"WorkOrderID": "59fce5dd-216d-4937-a626-084ec2bdd336",
"InspectionOn": "2026-06-06T09:21:27.3052321+04:00",
"InspectionItemID": "94a50357-f092-474f-89b6-de63563fc26a"
},
"PrevVehicleID": "08139dd6-619d-4b68-b12e-05c8e3072c33",
"CloseBy": "36a541c3-515b-4c87-9069-b4093c360690",
"CloseOn": "2026-06-06T09:21:27.3052321+04:00",
"CriticalLevel": 0,
"Id": "b69089b5-c2ef-4572-abc7-2c63bed0b060",
"UserName": "sample string 17",
"UserID": "047cfeb1-311a-4c11-aacd-a0ff839af18c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "9c167308-eaf6-4c0b-ab03-2071adfaecbb",
"ClientName": "sample string 22",
"PartnerID": "0b310d0f-e328-49e9-9653-c5947c12e053",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7227d1ad-08f4-4f62-9bc4-81fc6f71259a",
"46a17c0f-197b-415d-a4ef-a4abc299144a"
],
"Id": "ec7458f2-e181-48f8-852a-c1b89dd9e5a4",
"UserName": "sample string 15",
"UserID": "c4c11843-f19c-4736-b489-813d713f8a3d",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "37ecda79-0f19-4771-b7b0-637aa36ef7a9",
"ClientName": "sample string 20",
"PartnerID": "235c21c5-af1f-42cc-835f-a607bd8b44e7",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "70d5596f-ea33-48d4-a1a1-73513750d72f",
"ServiceType": {
"ServiceTypeId": "540d12f8-ae3b-4147-a7e1-5b613c05bd5a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "b5fad6f0-42f7-4e32-95f7-9bc7e82e9071",
"UserName": "sample string 8",
"UserID": "63f04df7-c25d-4794-b155-a0110cdfaa8e",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "74866d58-28f3-4e72-b7b5-d769e5b16bdb",
"ClientName": "sample string 13",
"PartnerID": "db5445b0-9336-4fae-89a1-701e35899661",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"Vehicles": [
{
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
{
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
}
],
"VehicleGroupIds": [
"559452a8-5459-420c-a9a2-78bccf471e5e",
"b8568f0d-d9b3-46e7-bd76-2f755f5e8fb5"
],
"ServiceDoneOn": "2026-06-06T09:21:27.3052321+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": "c43c6213-afbe-43ac-8808-6c838e62f4f7",
"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-06-06T09:21:27.3052321+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"IssueID": "4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70",
"ReportedDate": "2026-06-06T09:21:27.3052321+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "bc536c19-6fda-428b-879b-c03d97c7d038",
"ReportedByName": "sample string 6",
"AssignedToID": "4516bfc4-a438-4abd-9258-81cbec923507",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"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": "24592f42-091a-4726-bbe4-79da41ca3683",
"ServiceTypeID": "55e9b450-0c02-4b98-934c-ec1c04249947",
"WorkOrderOn": "2026-06-06T09:21:27.3052321+04:00",
"WorkOrderID": "59fce5dd-216d-4937-a626-084ec2bdd336",
"InspectionOn": "2026-06-06T09:21:27.3052321+04:00",
"InspectionItemID": "94a50357-f092-474f-89b6-de63563fc26a"
},
"PrevVehicleID": "08139dd6-619d-4b68-b12e-05c8e3072c33",
"CloseBy": "36a541c3-515b-4c87-9069-b4093c360690",
"CloseOn": "2026-06-06T09:21:27.3052321+04:00",
"CriticalLevel": 0,
"Id": "b69089b5-c2ef-4572-abc7-2c63bed0b060",
"UserName": "sample string 17",
"UserID": "047cfeb1-311a-4c11-aacd-a0ff839af18c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "9c167308-eaf6-4c0b-ab03-2071adfaecbb",
"ClientName": "sample string 22",
"PartnerID": "0b310d0f-e328-49e9-9653-c5947c12e053",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "2e81fab6-167d-406b-b1e9-b07bfde0dfb5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "30ed254a-0e1c-4964-8e88-cb7d3c6fedbd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af776d8f-e487-4c8c-a594-cd61c7b320fe",
"PartnerID": "84ed4dd5-d563-4516-a03d-7c624a1fe2ae"
},
"IssueID": "4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70",
"ReportedDate": "2026-06-06T09:21:27.3052321+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "bc536c19-6fda-428b-879b-c03d97c7d038",
"ReportedByName": "sample string 6",
"AssignedToID": "4516bfc4-a438-4abd-9258-81cbec923507",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T09:21:27.3052321+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "accff805-440d-445f-8f0f-dd97d8a638d4",
"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": "24592f42-091a-4726-bbe4-79da41ca3683",
"ServiceTypeID": "55e9b450-0c02-4b98-934c-ec1c04249947",
"WorkOrderOn": "2026-06-06T09:21:27.3052321+04:00",
"WorkOrderID": "59fce5dd-216d-4937-a626-084ec2bdd336",
"InspectionOn": "2026-06-06T09:21:27.3052321+04:00",
"InspectionItemID": "94a50357-f092-474f-89b6-de63563fc26a"
},
"PrevVehicleID": "08139dd6-619d-4b68-b12e-05c8e3072c33",
"CloseBy": "36a541c3-515b-4c87-9069-b4093c360690",
"CloseOn": "2026-06-06T09:21:27.3052321+04:00",
"CriticalLevel": 0,
"Id": "b69089b5-c2ef-4572-abc7-2c63bed0b060",
"UserName": "sample string 17",
"UserID": "047cfeb1-311a-4c11-aacd-a0ff839af18c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "9c167308-eaf6-4c0b-ab03-2071adfaecbb",
"ClientName": "sample string 22",
"PartnerID": "0b310d0f-e328-49e9-9653-c5947c12e053",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7227d1ad-08f4-4f62-9bc4-81fc6f71259a",
"46a17c0f-197b-415d-a4ef-a4abc299144a"
],
"Id": "ec7458f2-e181-48f8-852a-c1b89dd9e5a4",
"UserName": "sample string 15",
"UserID": "c4c11843-f19c-4736-b489-813d713f8a3d",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-06T09:21:27.3052321+04:00",
"ClientID": "37ecda79-0f19-4771-b7b0-637aa36ef7a9",
"ClientName": "sample string 20",
"PartnerID": "235c21c5-af1f-42cc-835f-a607bd8b44e7",
"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>37ecda79-0f19-4771-b7b0-637aa36ef7a9</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>ec7458f2-e181-48f8-852a-c1b89dd9e5a4</Id>
<PartnerID>235c21c5-af1f-42cc-835f-a607bd8b44e7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>c4c11843-f19c-4736-b489-813d713f8a3d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-06T09:21:27.3052321+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>9c167308-eaf6-4c0b-ab03-2071adfaecbb</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b69089b5-c2ef-4572-abc7-2c63bed0b060</Id>
<PartnerID>0b310d0f-e328-49e9-9653-c5947c12e053</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>047cfeb1-311a-4c11-aacd-a0ff839af18c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4516bfc4-a438-4abd-9258-81cbec923507</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>36a541c3-515b-4c87-9069-b4093c360690</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-06T09:21:27.3052321+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-06T09:21:27.3052321+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>08139dd6-619d-4b68-b12e-05c8e3072c33</d3p1:PrevVehicleID>
<d3p1:ReportedByID>bc536c19-6fda-428b-879b-c03d97c7d038</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-06T09:21:27.3052321+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>94a50357-f092-474f-89b6-de63563fc26a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-06T09:21:27.3052321+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>24592f42-091a-4726-bbe4-79da41ca3683</d3p1:ServiceID>
<d3p1:ServiceTypeID>55e9b450-0c02-4b98-934c-ec1c04249947</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>59fce5dd-216d-4937-a626-084ec2bdd336</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-06T09:21:27.3052321+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>9c167308-eaf6-4c0b-ab03-2071adfaecbb</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b69089b5-c2ef-4572-abc7-2c63bed0b060</Id>
<PartnerID>0b310d0f-e328-49e9-9653-c5947c12e053</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>047cfeb1-311a-4c11-aacd-a0ff839af18c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4516bfc4-a438-4abd-9258-81cbec923507</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>36a541c3-515b-4c87-9069-b4093c360690</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-06T09:21:27.3052321+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-06T09:21:27.3052321+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>08139dd6-619d-4b68-b12e-05c8e3072c33</d3p1:PrevVehicleID>
<d3p1:ReportedByID>bc536c19-6fda-428b-879b-c03d97c7d038</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-06T09:21:27.3052321+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>94a50357-f092-474f-89b6-de63563fc26a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-06T09:21:27.3052321+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>24592f42-091a-4726-bbe4-79da41ca3683</d3p1:ServiceID>
<d3p1:ServiceTypeID>55e9b450-0c02-4b98-934c-ec1c04249947</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>59fce5dd-216d-4937-a626-084ec2bdd336</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-06T09:21:27.3052321+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7227d1ad-08f4-4f62-9bc4-81fc6f71259a</d3p1:guid>
<d3p1:guid>46a17c0f-197b-415d-a4ef-a4abc299144a</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-06T09:21:27.3052321+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-06T09:21:27.3052321+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>74866d58-28f3-4e72-b7b5-d769e5b16bdb</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b5fad6f0-42f7-4e32-95f7-9bc7e82e9071</Id>
<PartnerID>db5445b0-9336-4fae-89a1-701e35899661</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>63f04df7-c25d-4794-b155-a0110cdfaa8e</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>540d12f8-ae3b-4147-a7e1-5b613c05bd5a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>c43c6213-afbe-43ac-8808-6c838e62f4f7</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>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>559452a8-5459-420c-a9a2-78bccf471e5e</d3p1:guid>
<d3p1:guid>b8568f0d-d9b3-46e7-bd76-2f755f5e8fb5</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>70d5596f-ea33-48d4-a1a1-73513750d72f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>37ecda79-0f19-4771-b7b0-637aa36ef7a9</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>ec7458f2-e181-48f8-852a-c1b89dd9e5a4</Id>
<PartnerID>235c21c5-af1f-42cc-835f-a607bd8b44e7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>c4c11843-f19c-4736-b489-813d713f8a3d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-06T09:21:27.3052321+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>9c167308-eaf6-4c0b-ab03-2071adfaecbb</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b69089b5-c2ef-4572-abc7-2c63bed0b060</Id>
<PartnerID>0b310d0f-e328-49e9-9653-c5947c12e053</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>047cfeb1-311a-4c11-aacd-a0ff839af18c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4516bfc4-a438-4abd-9258-81cbec923507</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>36a541c3-515b-4c87-9069-b4093c360690</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-06T09:21:27.3052321+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-06T09:21:27.3052321+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>08139dd6-619d-4b68-b12e-05c8e3072c33</d3p1:PrevVehicleID>
<d3p1:ReportedByID>bc536c19-6fda-428b-879b-c03d97c7d038</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-06T09:21:27.3052321+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>94a50357-f092-474f-89b6-de63563fc26a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-06T09:21:27.3052321+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>24592f42-091a-4726-bbe4-79da41ca3683</d3p1:ServiceID>
<d3p1:ServiceTypeID>55e9b450-0c02-4b98-934c-ec1c04249947</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>59fce5dd-216d-4937-a626-084ec2bdd336</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-06T09:21:27.3052321+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>9c167308-eaf6-4c0b-ab03-2071adfaecbb</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b69089b5-c2ef-4572-abc7-2c63bed0b060</Id>
<PartnerID>0b310d0f-e328-49e9-9653-c5947c12e053</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>047cfeb1-311a-4c11-aacd-a0ff839af18c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4516bfc4-a438-4abd-9258-81cbec923507</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>accff805-440d-445f-8f0f-dd97d8a638d4</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>36a541c3-515b-4c87-9069-b4093c360690</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-06T09:21:27.3052321+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-06T09:21:27.3052321+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ed7d1bc-369f-4e3b-b52e-44cb5c20ec70</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>08139dd6-619d-4b68-b12e-05c8e3072c33</d3p1:PrevVehicleID>
<d3p1:ReportedByID>bc536c19-6fda-428b-879b-c03d97c7d038</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-06T09:21:27.3052321+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>94a50357-f092-474f-89b6-de63563fc26a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-06T09:21:27.3052321+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>24592f42-091a-4726-bbe4-79da41ca3683</d3p1:ServiceID>
<d3p1:ServiceTypeID>55e9b450-0c02-4b98-934c-ec1c04249947</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>59fce5dd-216d-4937-a626-084ec2bdd336</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-06T09:21:27.3052321+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7227d1ad-08f4-4f62-9bc4-81fc6f71259a</d3p1:guid>
<d3p1:guid>46a17c0f-197b-415d-a4ef-a4abc299144a</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-06T09:21:27.3052321+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-06T09:21:27.3052321+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>74866d58-28f3-4e72-b7b5-d769e5b16bdb</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-06T09:21:27.3052321+04:00</CreatedOn>
<Id>b5fad6f0-42f7-4e32-95f7-9bc7e82e9071</Id>
<PartnerID>db5445b0-9336-4fae-89a1-701e35899661</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>63f04df7-c25d-4794-b155-a0110cdfaa8e</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>540d12f8-ae3b-4147-a7e1-5b613c05bd5a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>c43c6213-afbe-43ac-8808-6c838e62f4f7</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>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>559452a8-5459-420c-a9a2-78bccf471e5e</d3p1:guid>
<d3p1:guid>b8568f0d-d9b3-46e7-bd76-2f755f5e8fb5</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>70d5596f-ea33-48d4-a1a1-73513750d72f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>af776d8f-e487-4c8c-a594-cd61c7b320fe</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>30ed254a-0e1c-4964-8e88-cb7d3c6fedbd</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>84ed4dd5-d563-4516-a03d-7c624a1fe2ae</PartnerID>
<VehicleID>2e81fab6-167d-406b-b1e9-b07bfde0dfb5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>