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": "6bc6085f-0c45-4c9e-81b9-9e6e3a2adc15",
"ServiceType": {
"ServiceTypeId": "3279a1dd-f863-4362-a0dd-2e3517e77382",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "c2b730db-559d-497d-8dca-e0ac254f15f4",
"UserName": "sample string 8",
"UserID": "f72adf6d-351b-417b-9f8b-a0a365c55571",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "19757b33-541e-4ea6-a830-12f1448ba67f",
"ClientName": "sample string 13",
"PartnerID": "62b161a5-e038-4468-a639-93378d173d49",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"Vehicles": [
{
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
{
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
}
],
"VehicleGroupIds": [
"6cfff17c-724c-49c8-9dc2-91ad9a5409d9",
"60ee65d1-d27e-48a2-aaa3-2730d6560b0a"
],
"ServiceDoneOn": "2026-06-24T16:09:40.7437444+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": "5ffc6759-5080-4e1d-b07c-ef4cc34e285e",
"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-24T16:09:40.7437444+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"IssueID": "9b97563d-4c1e-4358-b49b-41b5d6a585d3",
"ReportedDate": "2026-06-24T16:09:40.7437444+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9dcee8da-4b3f-472d-b94d-f19c70e9e7d3",
"ReportedByName": "sample string 6",
"AssignedToID": "47c30bd4-4dae-4095-9229-0548de62c409",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"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": "3907af71-8f0a-4b36-accd-fe9020067813",
"ServiceTypeID": "ee0a9281-0049-4285-bb3f-dd38ef7daf84",
"WorkOrderOn": "2026-06-24T16:09:40.7437444+04:00",
"WorkOrderID": "2156223d-088d-47d2-87bf-2e46c06e790e",
"InspectionOn": "2026-06-24T16:09:40.7437444+04:00",
"InspectionItemID": "db6de9bb-07ff-4a97-bb49-aaede37a148a"
},
"PrevVehicleID": "96ee09d7-37bf-4921-b47b-86dfcc48b3bb",
"CloseBy": "1511c6fe-4f23-4c7c-83e6-ca8828106351",
"CloseOn": "2026-06-24T16:09:40.7437444+04:00",
"CriticalLevel": 0,
"Id": "3f17ff38-a9f1-4168-bb32-81e8f011e696",
"UserName": "sample string 17",
"UserID": "5390f62e-925d-4bcc-9b16-61cc5d5a3c8b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "e87dcb17-0ca1-416b-aaf8-dc2e7af32834",
"ClientName": "sample string 22",
"PartnerID": "44547ba1-ad20-4123-9706-1b44f4f38315",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"IssueID": "9b97563d-4c1e-4358-b49b-41b5d6a585d3",
"ReportedDate": "2026-06-24T16:09:40.7437444+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9dcee8da-4b3f-472d-b94d-f19c70e9e7d3",
"ReportedByName": "sample string 6",
"AssignedToID": "47c30bd4-4dae-4095-9229-0548de62c409",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"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": "3907af71-8f0a-4b36-accd-fe9020067813",
"ServiceTypeID": "ee0a9281-0049-4285-bb3f-dd38ef7daf84",
"WorkOrderOn": "2026-06-24T16:09:40.7437444+04:00",
"WorkOrderID": "2156223d-088d-47d2-87bf-2e46c06e790e",
"InspectionOn": "2026-06-24T16:09:40.7437444+04:00",
"InspectionItemID": "db6de9bb-07ff-4a97-bb49-aaede37a148a"
},
"PrevVehicleID": "96ee09d7-37bf-4921-b47b-86dfcc48b3bb",
"CloseBy": "1511c6fe-4f23-4c7c-83e6-ca8828106351",
"CloseOn": "2026-06-24T16:09:40.7437444+04:00",
"CriticalLevel": 0,
"Id": "3f17ff38-a9f1-4168-bb32-81e8f011e696",
"UserName": "sample string 17",
"UserID": "5390f62e-925d-4bcc-9b16-61cc5d5a3c8b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "e87dcb17-0ca1-416b-aaf8-dc2e7af32834",
"ClientName": "sample string 22",
"PartnerID": "44547ba1-ad20-4123-9706-1b44f4f38315",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"6d7c32f5-6ebd-494e-aa9d-5607f7b372f7",
"f3e6efeb-cf8f-45bc-8e56-46cf70bf3a8a"
],
"Id": "5c6ed265-7791-40de-8876-5ffbd3c688a4",
"UserName": "sample string 15",
"UserID": "b14e6bca-cc54-4891-98de-99e3519978df",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "c6f7196e-c42a-461b-91d1-d7d89b8bab4b",
"ClientName": "sample string 20",
"PartnerID": "5c6e5415-033d-4a45-af87-7aba18f0133b",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "6bc6085f-0c45-4c9e-81b9-9e6e3a2adc15",
"ServiceType": {
"ServiceTypeId": "3279a1dd-f863-4362-a0dd-2e3517e77382",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "c2b730db-559d-497d-8dca-e0ac254f15f4",
"UserName": "sample string 8",
"UserID": "f72adf6d-351b-417b-9f8b-a0a365c55571",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "19757b33-541e-4ea6-a830-12f1448ba67f",
"ClientName": "sample string 13",
"PartnerID": "62b161a5-e038-4468-a639-93378d173d49",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"Vehicles": [
{
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
{
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
}
],
"VehicleGroupIds": [
"6cfff17c-724c-49c8-9dc2-91ad9a5409d9",
"60ee65d1-d27e-48a2-aaa3-2730d6560b0a"
],
"ServiceDoneOn": "2026-06-24T16:09:40.7437444+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": "5ffc6759-5080-4e1d-b07c-ef4cc34e285e",
"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-24T16:09:40.7437444+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"IssueID": "9b97563d-4c1e-4358-b49b-41b5d6a585d3",
"ReportedDate": "2026-06-24T16:09:40.7437444+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9dcee8da-4b3f-472d-b94d-f19c70e9e7d3",
"ReportedByName": "sample string 6",
"AssignedToID": "47c30bd4-4dae-4095-9229-0548de62c409",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"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": "3907af71-8f0a-4b36-accd-fe9020067813",
"ServiceTypeID": "ee0a9281-0049-4285-bb3f-dd38ef7daf84",
"WorkOrderOn": "2026-06-24T16:09:40.7437444+04:00",
"WorkOrderID": "2156223d-088d-47d2-87bf-2e46c06e790e",
"InspectionOn": "2026-06-24T16:09:40.7437444+04:00",
"InspectionItemID": "db6de9bb-07ff-4a97-bb49-aaede37a148a"
},
"PrevVehicleID": "96ee09d7-37bf-4921-b47b-86dfcc48b3bb",
"CloseBy": "1511c6fe-4f23-4c7c-83e6-ca8828106351",
"CloseOn": "2026-06-24T16:09:40.7437444+04:00",
"CriticalLevel": 0,
"Id": "3f17ff38-a9f1-4168-bb32-81e8f011e696",
"UserName": "sample string 17",
"UserID": "5390f62e-925d-4bcc-9b16-61cc5d5a3c8b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "e87dcb17-0ca1-416b-aaf8-dc2e7af32834",
"ClientName": "sample string 22",
"PartnerID": "44547ba1-ad20-4123-9706-1b44f4f38315",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "106d10c2-266b-40bf-bec6-1345c4f223b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dce4d87a-a71c-4b55-9830-e0cded44d010",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "79aee3d6-ae11-45ef-bf9d-1dc802cc59f6",
"PartnerID": "5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2"
},
"IssueID": "9b97563d-4c1e-4358-b49b-41b5d6a585d3",
"ReportedDate": "2026-06-24T16:09:40.7437444+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9dcee8da-4b3f-472d-b94d-f19c70e9e7d3",
"ReportedByName": "sample string 6",
"AssignedToID": "47c30bd4-4dae-4095-9229-0548de62c409",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:09:40.7437444+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ea50871d-5e7b-4aa8-b0a7-4f9c34adc166",
"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": "3907af71-8f0a-4b36-accd-fe9020067813",
"ServiceTypeID": "ee0a9281-0049-4285-bb3f-dd38ef7daf84",
"WorkOrderOn": "2026-06-24T16:09:40.7437444+04:00",
"WorkOrderID": "2156223d-088d-47d2-87bf-2e46c06e790e",
"InspectionOn": "2026-06-24T16:09:40.7437444+04:00",
"InspectionItemID": "db6de9bb-07ff-4a97-bb49-aaede37a148a"
},
"PrevVehicleID": "96ee09d7-37bf-4921-b47b-86dfcc48b3bb",
"CloseBy": "1511c6fe-4f23-4c7c-83e6-ca8828106351",
"CloseOn": "2026-06-24T16:09:40.7437444+04:00",
"CriticalLevel": 0,
"Id": "3f17ff38-a9f1-4168-bb32-81e8f011e696",
"UserName": "sample string 17",
"UserID": "5390f62e-925d-4bcc-9b16-61cc5d5a3c8b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "e87dcb17-0ca1-416b-aaf8-dc2e7af32834",
"ClientName": "sample string 22",
"PartnerID": "44547ba1-ad20-4123-9706-1b44f4f38315",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"6d7c32f5-6ebd-494e-aa9d-5607f7b372f7",
"f3e6efeb-cf8f-45bc-8e56-46cf70bf3a8a"
],
"Id": "5c6ed265-7791-40de-8876-5ffbd3c688a4",
"UserName": "sample string 15",
"UserID": "b14e6bca-cc54-4891-98de-99e3519978df",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:09:40.7437444+04:00",
"ClientID": "c6f7196e-c42a-461b-91d1-d7d89b8bab4b",
"ClientName": "sample string 20",
"PartnerID": "5c6e5415-033d-4a45-af87-7aba18f0133b",
"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>c6f7196e-c42a-461b-91d1-d7d89b8bab4b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>5c6ed265-7791-40de-8876-5ffbd3c688a4</Id>
<PartnerID>5c6e5415-033d-4a45-af87-7aba18f0133b</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>b14e6bca-cc54-4891-98de-99e3519978df</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:09:40.7437444+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>e87dcb17-0ca1-416b-aaf8-dc2e7af32834</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>3f17ff38-a9f1-4168-bb32-81e8f011e696</Id>
<PartnerID>44547ba1-ad20-4123-9706-1b44f4f38315</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5390f62e-925d-4bcc-9b16-61cc5d5a3c8b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>47c30bd4-4dae-4095-9229-0548de62c409</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1511c6fe-4f23-4c7c-83e6-ca8828106351</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:09:40.7437444+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:09:40.7437444+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9b97563d-4c1e-4358-b49b-41b5d6a585d3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>96ee09d7-37bf-4921-b47b-86dfcc48b3bb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9dcee8da-4b3f-472d-b94d-f19c70e9e7d3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:09:40.7437444+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>db6de9bb-07ff-4a97-bb49-aaede37a148a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:09:40.7437444+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3907af71-8f0a-4b36-accd-fe9020067813</d3p1:ServiceID>
<d3p1:ServiceTypeID>ee0a9281-0049-4285-bb3f-dd38ef7daf84</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>2156223d-088d-47d2-87bf-2e46c06e790e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:09:40.7437444+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>e87dcb17-0ca1-416b-aaf8-dc2e7af32834</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>3f17ff38-a9f1-4168-bb32-81e8f011e696</Id>
<PartnerID>44547ba1-ad20-4123-9706-1b44f4f38315</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5390f62e-925d-4bcc-9b16-61cc5d5a3c8b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>47c30bd4-4dae-4095-9229-0548de62c409</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1511c6fe-4f23-4c7c-83e6-ca8828106351</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:09:40.7437444+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:09:40.7437444+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9b97563d-4c1e-4358-b49b-41b5d6a585d3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>96ee09d7-37bf-4921-b47b-86dfcc48b3bb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9dcee8da-4b3f-472d-b94d-f19c70e9e7d3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:09:40.7437444+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>db6de9bb-07ff-4a97-bb49-aaede37a148a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:09:40.7437444+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3907af71-8f0a-4b36-accd-fe9020067813</d3p1:ServiceID>
<d3p1:ServiceTypeID>ee0a9281-0049-4285-bb3f-dd38ef7daf84</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>2156223d-088d-47d2-87bf-2e46c06e790e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:09:40.7437444+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6d7c32f5-6ebd-494e-aa9d-5607f7b372f7</d3p1:guid>
<d3p1:guid>f3e6efeb-cf8f-45bc-8e56-46cf70bf3a8a</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:09:40.7437444+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:09:40.7437444+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>19757b33-541e-4ea6-a830-12f1448ba67f</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>c2b730db-559d-497d-8dca-e0ac254f15f4</Id>
<PartnerID>62b161a5-e038-4468-a639-93378d173d49</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>f72adf6d-351b-417b-9f8b-a0a365c55571</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>3279a1dd-f863-4362-a0dd-2e3517e77382</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>5ffc6759-5080-4e1d-b07c-ef4cc34e285e</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>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6cfff17c-724c-49c8-9dc2-91ad9a5409d9</d3p1:guid>
<d3p1:guid>60ee65d1-d27e-48a2-aaa3-2730d6560b0a</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6bc6085f-0c45-4c9e-81b9-9e6e3a2adc15</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>c6f7196e-c42a-461b-91d1-d7d89b8bab4b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>5c6ed265-7791-40de-8876-5ffbd3c688a4</Id>
<PartnerID>5c6e5415-033d-4a45-af87-7aba18f0133b</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>b14e6bca-cc54-4891-98de-99e3519978df</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:09:40.7437444+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>e87dcb17-0ca1-416b-aaf8-dc2e7af32834</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>3f17ff38-a9f1-4168-bb32-81e8f011e696</Id>
<PartnerID>44547ba1-ad20-4123-9706-1b44f4f38315</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5390f62e-925d-4bcc-9b16-61cc5d5a3c8b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>47c30bd4-4dae-4095-9229-0548de62c409</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1511c6fe-4f23-4c7c-83e6-ca8828106351</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:09:40.7437444+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:09:40.7437444+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9b97563d-4c1e-4358-b49b-41b5d6a585d3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>96ee09d7-37bf-4921-b47b-86dfcc48b3bb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9dcee8da-4b3f-472d-b94d-f19c70e9e7d3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:09:40.7437444+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>db6de9bb-07ff-4a97-bb49-aaede37a148a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:09:40.7437444+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3907af71-8f0a-4b36-accd-fe9020067813</d3p1:ServiceID>
<d3p1:ServiceTypeID>ee0a9281-0049-4285-bb3f-dd38ef7daf84</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>2156223d-088d-47d2-87bf-2e46c06e790e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:09:40.7437444+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>e87dcb17-0ca1-416b-aaf8-dc2e7af32834</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>3f17ff38-a9f1-4168-bb32-81e8f011e696</Id>
<PartnerID>44547ba1-ad20-4123-9706-1b44f4f38315</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5390f62e-925d-4bcc-9b16-61cc5d5a3c8b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>47c30bd4-4dae-4095-9229-0548de62c409</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ea50871d-5e7b-4aa8-b0a7-4f9c34adc166</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1511c6fe-4f23-4c7c-83e6-ca8828106351</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:09:40.7437444+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:09:40.7437444+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9b97563d-4c1e-4358-b49b-41b5d6a585d3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>96ee09d7-37bf-4921-b47b-86dfcc48b3bb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9dcee8da-4b3f-472d-b94d-f19c70e9e7d3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:09:40.7437444+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>db6de9bb-07ff-4a97-bb49-aaede37a148a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:09:40.7437444+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3907af71-8f0a-4b36-accd-fe9020067813</d3p1:ServiceID>
<d3p1:ServiceTypeID>ee0a9281-0049-4285-bb3f-dd38ef7daf84</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>2156223d-088d-47d2-87bf-2e46c06e790e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:09:40.7437444+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6d7c32f5-6ebd-494e-aa9d-5607f7b372f7</d3p1:guid>
<d3p1:guid>f3e6efeb-cf8f-45bc-8e56-46cf70bf3a8a</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:09:40.7437444+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:09:40.7437444+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>19757b33-541e-4ea6-a830-12f1448ba67f</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:09:40.7437444+04:00</CreatedOn>
<Id>c2b730db-559d-497d-8dca-e0ac254f15f4</Id>
<PartnerID>62b161a5-e038-4468-a639-93378d173d49</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>f72adf6d-351b-417b-9f8b-a0a365c55571</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>3279a1dd-f863-4362-a0dd-2e3517e77382</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>5ffc6759-5080-4e1d-b07c-ef4cc34e285e</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>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6cfff17c-724c-49c8-9dc2-91ad9a5409d9</d3p1:guid>
<d3p1:guid>60ee65d1-d27e-48a2-aaa3-2730d6560b0a</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6bc6085f-0c45-4c9e-81b9-9e6e3a2adc15</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>79aee3d6-ae11-45ef-bf9d-1dc802cc59f6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dce4d87a-a71c-4b55-9830-e0cded44d010</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>5c5a6ca1-2ab4-4bc6-9dd0-60b6462c8cb2</PartnerID>
<VehicleID>106d10c2-266b-40bf-bec6-1345c4f223b2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>