GET Api/Service?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": "6de36f4d-7f91-4e8e-8f6c-db5614b879ec",
"ServiceType": {
"ServiceTypeId": "6114378d-e1f3-497e-9026-710399f87988",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "7b4e78e9-d3aa-436c-bb11-179140ff9669",
"UserName": "sample string 8",
"UserID": "e40ec07a-aa29-42f3-b3fa-e3ac2a0fab80",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "4d4ba8de-16ce-40b3-b444-4f2bc809f219",
"ClientName": "sample string 13",
"PartnerID": "a98ffeb0-29aa-4b6d-b226-4e0afe114aa7",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"Vehicles": [
{
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
{
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
}
],
"VehicleGroupIds": [
"df47e2b0-3238-4bae-8e5b-10581dd5198c",
"704a1d1c-3314-4dd5-8a0b-b6b72a68443b"
],
"ServiceDoneOn": "2026-08-21T10:46:52.0110908+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": "3727d7ef-cf9e-42e6-a050-b25027bd3de7",
"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-08-21T10:46:52.0110908+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"IssueID": "a05cecb9-cc62-4da8-a5ad-1421761fb6c5",
"ReportedDate": "2026-08-21T10:46:52.0110908+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9328e79d-4030-4efc-8837-d980001d5072",
"ReportedByName": "sample string 6",
"AssignedToID": "1fbca169-8cc5-4959-9eb0-a54500427e51",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"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": "40331681-55dd-4edc-bef7-389701045f5d",
"ServiceTypeID": "9fcb76ec-58eb-4095-9790-dfb62943589e",
"WorkOrderOn": "2026-08-21T10:46:52.0110908+04:00",
"WorkOrderID": "d21335fd-2e65-42cb-9cd3-50b620831ffc",
"InspectionOn": "2026-08-21T10:46:52.0110908+04:00",
"InspectionItemID": "4da2071b-dd97-4cb9-ac6f-1448ab6a8703"
},
"PrevVehicleID": "091c0a02-94fa-47e1-b493-5e09133eff31",
"CloseBy": "5e08aca7-7b74-4c62-ae25-f9dd9de0c88b",
"CloseOn": "2026-08-21T10:46:52.0110908+04:00",
"CriticalLevel": 0,
"Id": "e7f353a2-f4dc-4944-bc1a-08cfbc3f4664",
"UserName": "sample string 17",
"UserID": "bca4026d-5b7b-4847-92d0-dca356dbce04",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "adb12037-333d-45f1-a29e-2deeab600494",
"ClientName": "sample string 22",
"PartnerID": "767eee36-8a7f-4270-8b69-ecc139568c11",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"IssueID": "a05cecb9-cc62-4da8-a5ad-1421761fb6c5",
"ReportedDate": "2026-08-21T10:46:52.0110908+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9328e79d-4030-4efc-8837-d980001d5072",
"ReportedByName": "sample string 6",
"AssignedToID": "1fbca169-8cc5-4959-9eb0-a54500427e51",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"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": "40331681-55dd-4edc-bef7-389701045f5d",
"ServiceTypeID": "9fcb76ec-58eb-4095-9790-dfb62943589e",
"WorkOrderOn": "2026-08-21T10:46:52.0110908+04:00",
"WorkOrderID": "d21335fd-2e65-42cb-9cd3-50b620831ffc",
"InspectionOn": "2026-08-21T10:46:52.0110908+04:00",
"InspectionItemID": "4da2071b-dd97-4cb9-ac6f-1448ab6a8703"
},
"PrevVehicleID": "091c0a02-94fa-47e1-b493-5e09133eff31",
"CloseBy": "5e08aca7-7b74-4c62-ae25-f9dd9de0c88b",
"CloseOn": "2026-08-21T10:46:52.0110908+04:00",
"CriticalLevel": 0,
"Id": "e7f353a2-f4dc-4944-bc1a-08cfbc3f4664",
"UserName": "sample string 17",
"UserID": "bca4026d-5b7b-4847-92d0-dca356dbce04",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "adb12037-333d-45f1-a29e-2deeab600494",
"ClientName": "sample string 22",
"PartnerID": "767eee36-8a7f-4270-8b69-ecc139568c11",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7707f548-cb4c-4980-ac05-7f8d2d9cc4ae",
"71bc5e99-98d8-4a0e-98d6-bca0d8faa12f"
],
"Id": "e0e38516-7c40-4a83-b040-1787a151c8c7",
"UserName": "sample string 15",
"UserID": "29845d84-e458-4245-b7c4-4acf2f7d138b",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "639e6fdd-69c6-48e3-bce0-cb9ed72a9872",
"ClientName": "sample string 20",
"PartnerID": "49cdaf67-0196-4ed7-abd0-720c9dfca2cc",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "6de36f4d-7f91-4e8e-8f6c-db5614b879ec",
"ServiceType": {
"ServiceTypeId": "6114378d-e1f3-497e-9026-710399f87988",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "7b4e78e9-d3aa-436c-bb11-179140ff9669",
"UserName": "sample string 8",
"UserID": "e40ec07a-aa29-42f3-b3fa-e3ac2a0fab80",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "4d4ba8de-16ce-40b3-b444-4f2bc809f219",
"ClientName": "sample string 13",
"PartnerID": "a98ffeb0-29aa-4b6d-b226-4e0afe114aa7",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"Vehicles": [
{
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
{
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
}
],
"VehicleGroupIds": [
"df47e2b0-3238-4bae-8e5b-10581dd5198c",
"704a1d1c-3314-4dd5-8a0b-b6b72a68443b"
],
"ServiceDoneOn": "2026-08-21T10:46:52.0110908+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": "3727d7ef-cf9e-42e6-a050-b25027bd3de7",
"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-08-21T10:46:52.0110908+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"IssueID": "a05cecb9-cc62-4da8-a5ad-1421761fb6c5",
"ReportedDate": "2026-08-21T10:46:52.0110908+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9328e79d-4030-4efc-8837-d980001d5072",
"ReportedByName": "sample string 6",
"AssignedToID": "1fbca169-8cc5-4959-9eb0-a54500427e51",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"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": "40331681-55dd-4edc-bef7-389701045f5d",
"ServiceTypeID": "9fcb76ec-58eb-4095-9790-dfb62943589e",
"WorkOrderOn": "2026-08-21T10:46:52.0110908+04:00",
"WorkOrderID": "d21335fd-2e65-42cb-9cd3-50b620831ffc",
"InspectionOn": "2026-08-21T10:46:52.0110908+04:00",
"InspectionItemID": "4da2071b-dd97-4cb9-ac6f-1448ab6a8703"
},
"PrevVehicleID": "091c0a02-94fa-47e1-b493-5e09133eff31",
"CloseBy": "5e08aca7-7b74-4c62-ae25-f9dd9de0c88b",
"CloseOn": "2026-08-21T10:46:52.0110908+04:00",
"CriticalLevel": 0,
"Id": "e7f353a2-f4dc-4944-bc1a-08cfbc3f4664",
"UserName": "sample string 17",
"UserID": "bca4026d-5b7b-4847-92d0-dca356dbce04",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "adb12037-333d-45f1-a29e-2deeab600494",
"ClientName": "sample string 22",
"PartnerID": "767eee36-8a7f-4270-8b69-ecc139568c11",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5a646b94-d5f2-435b-822f-3403f8b7f18e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e16ee4ad-7679-4b64-a354-25df5fc4bb9b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e700a00e-7d35-43a7-a121-1fb1d7067529",
"PartnerID": "d35114c3-9f14-4ca8-b00a-4463de769ee1"
},
"IssueID": "a05cecb9-cc62-4da8-a5ad-1421761fb6c5",
"ReportedDate": "2026-08-21T10:46:52.0110908+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9328e79d-4030-4efc-8837-d980001d5072",
"ReportedByName": "sample string 6",
"AssignedToID": "1fbca169-8cc5-4959-9eb0-a54500427e51",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:46:52.0110908+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f334af83-37fb-4c60-aead-b8937a7ef43b",
"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": "40331681-55dd-4edc-bef7-389701045f5d",
"ServiceTypeID": "9fcb76ec-58eb-4095-9790-dfb62943589e",
"WorkOrderOn": "2026-08-21T10:46:52.0110908+04:00",
"WorkOrderID": "d21335fd-2e65-42cb-9cd3-50b620831ffc",
"InspectionOn": "2026-08-21T10:46:52.0110908+04:00",
"InspectionItemID": "4da2071b-dd97-4cb9-ac6f-1448ab6a8703"
},
"PrevVehicleID": "091c0a02-94fa-47e1-b493-5e09133eff31",
"CloseBy": "5e08aca7-7b74-4c62-ae25-f9dd9de0c88b",
"CloseOn": "2026-08-21T10:46:52.0110908+04:00",
"CriticalLevel": 0,
"Id": "e7f353a2-f4dc-4944-bc1a-08cfbc3f4664",
"UserName": "sample string 17",
"UserID": "bca4026d-5b7b-4847-92d0-dca356dbce04",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "adb12037-333d-45f1-a29e-2deeab600494",
"ClientName": "sample string 22",
"PartnerID": "767eee36-8a7f-4270-8b69-ecc139568c11",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7707f548-cb4c-4980-ac05-7f8d2d9cc4ae",
"71bc5e99-98d8-4a0e-98d6-bca0d8faa12f"
],
"Id": "e0e38516-7c40-4a83-b040-1787a151c8c7",
"UserName": "sample string 15",
"UserID": "29845d84-e458-4245-b7c4-4acf2f7d138b",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-21T10:46:52.0110908+04:00",
"ClientID": "639e6fdd-69c6-48e3-bce0-cb9ed72a9872",
"ClientName": "sample string 20",
"PartnerID": "49cdaf67-0196-4ed7-abd0-720c9dfca2cc",
"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>639e6fdd-69c6-48e3-bce0-cb9ed72a9872</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e0e38516-7c40-4a83-b040-1787a151c8c7</Id>
<PartnerID>49cdaf67-0196-4ed7-abd0-720c9dfca2cc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>29845d84-e458-4245-b7c4-4acf2f7d138b</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-21T10:46:52.0110908+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>adb12037-333d-45f1-a29e-2deeab600494</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e7f353a2-f4dc-4944-bc1a-08cfbc3f4664</Id>
<PartnerID>767eee36-8a7f-4270-8b69-ecc139568c11</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bca4026d-5b7b-4847-92d0-dca356dbce04</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1fbca169-8cc5-4959-9eb0-a54500427e51</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5e08aca7-7b74-4c62-ae25-f9dd9de0c88b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:46:52.0110908+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:46:52.0110908+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a05cecb9-cc62-4da8-a5ad-1421761fb6c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>091c0a02-94fa-47e1-b493-5e09133eff31</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9328e79d-4030-4efc-8837-d980001d5072</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:46:52.0110908+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4da2071b-dd97-4cb9-ac6f-1448ab6a8703</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:46:52.0110908+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>40331681-55dd-4edc-bef7-389701045f5d</d3p1:ServiceID>
<d3p1:ServiceTypeID>9fcb76ec-58eb-4095-9790-dfb62943589e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d21335fd-2e65-42cb-9cd3-50b620831ffc</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:46:52.0110908+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>adb12037-333d-45f1-a29e-2deeab600494</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e7f353a2-f4dc-4944-bc1a-08cfbc3f4664</Id>
<PartnerID>767eee36-8a7f-4270-8b69-ecc139568c11</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bca4026d-5b7b-4847-92d0-dca356dbce04</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1fbca169-8cc5-4959-9eb0-a54500427e51</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5e08aca7-7b74-4c62-ae25-f9dd9de0c88b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:46:52.0110908+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:46:52.0110908+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a05cecb9-cc62-4da8-a5ad-1421761fb6c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>091c0a02-94fa-47e1-b493-5e09133eff31</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9328e79d-4030-4efc-8837-d980001d5072</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:46:52.0110908+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4da2071b-dd97-4cb9-ac6f-1448ab6a8703</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:46:52.0110908+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>40331681-55dd-4edc-bef7-389701045f5d</d3p1:ServiceID>
<d3p1:ServiceTypeID>9fcb76ec-58eb-4095-9790-dfb62943589e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d21335fd-2e65-42cb-9cd3-50b620831ffc</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:46:52.0110908+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7707f548-cb4c-4980-ac05-7f8d2d9cc4ae</d3p1:guid>
<d3p1:guid>71bc5e99-98d8-4a0e-98d6-bca0d8faa12f</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-21T10:46:52.0110908+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-21T10:46:52.0110908+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>4d4ba8de-16ce-40b3-b444-4f2bc809f219</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>7b4e78e9-d3aa-436c-bb11-179140ff9669</Id>
<PartnerID>a98ffeb0-29aa-4b6d-b226-4e0afe114aa7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e40ec07a-aa29-42f3-b3fa-e3ac2a0fab80</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>6114378d-e1f3-497e-9026-710399f87988</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>3727d7ef-cf9e-42e6-a050-b25027bd3de7</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>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>df47e2b0-3238-4bae-8e5b-10581dd5198c</d3p1:guid>
<d3p1:guid>704a1d1c-3314-4dd5-8a0b-b6b72a68443b</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6de36f4d-7f91-4e8e-8f6c-db5614b879ec</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>639e6fdd-69c6-48e3-bce0-cb9ed72a9872</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e0e38516-7c40-4a83-b040-1787a151c8c7</Id>
<PartnerID>49cdaf67-0196-4ed7-abd0-720c9dfca2cc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>29845d84-e458-4245-b7c4-4acf2f7d138b</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-21T10:46:52.0110908+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>adb12037-333d-45f1-a29e-2deeab600494</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e7f353a2-f4dc-4944-bc1a-08cfbc3f4664</Id>
<PartnerID>767eee36-8a7f-4270-8b69-ecc139568c11</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bca4026d-5b7b-4847-92d0-dca356dbce04</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1fbca169-8cc5-4959-9eb0-a54500427e51</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5e08aca7-7b74-4c62-ae25-f9dd9de0c88b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:46:52.0110908+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:46:52.0110908+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a05cecb9-cc62-4da8-a5ad-1421761fb6c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>091c0a02-94fa-47e1-b493-5e09133eff31</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9328e79d-4030-4efc-8837-d980001d5072</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:46:52.0110908+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4da2071b-dd97-4cb9-ac6f-1448ab6a8703</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:46:52.0110908+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>40331681-55dd-4edc-bef7-389701045f5d</d3p1:ServiceID>
<d3p1:ServiceTypeID>9fcb76ec-58eb-4095-9790-dfb62943589e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d21335fd-2e65-42cb-9cd3-50b620831ffc</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:46:52.0110908+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>adb12037-333d-45f1-a29e-2deeab600494</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>e7f353a2-f4dc-4944-bc1a-08cfbc3f4664</Id>
<PartnerID>767eee36-8a7f-4270-8b69-ecc139568c11</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bca4026d-5b7b-4847-92d0-dca356dbce04</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1fbca169-8cc5-4959-9eb0-a54500427e51</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f334af83-37fb-4c60-aead-b8937a7ef43b</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5e08aca7-7b74-4c62-ae25-f9dd9de0c88b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:46:52.0110908+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:46:52.0110908+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a05cecb9-cc62-4da8-a5ad-1421761fb6c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>091c0a02-94fa-47e1-b493-5e09133eff31</d3p1:PrevVehicleID>
<d3p1:ReportedByID>9328e79d-4030-4efc-8837-d980001d5072</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:46:52.0110908+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>4da2071b-dd97-4cb9-ac6f-1448ab6a8703</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:46:52.0110908+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>40331681-55dd-4edc-bef7-389701045f5d</d3p1:ServiceID>
<d3p1:ServiceTypeID>9fcb76ec-58eb-4095-9790-dfb62943589e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>d21335fd-2e65-42cb-9cd3-50b620831ffc</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:46:52.0110908+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7707f548-cb4c-4980-ac05-7f8d2d9cc4ae</d3p1:guid>
<d3p1:guid>71bc5e99-98d8-4a0e-98d6-bca0d8faa12f</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-21T10:46:52.0110908+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-21T10:46:52.0110908+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>4d4ba8de-16ce-40b3-b444-4f2bc809f219</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:46:52.0110908+04:00</CreatedOn>
<Id>7b4e78e9-d3aa-436c-bb11-179140ff9669</Id>
<PartnerID>a98ffeb0-29aa-4b6d-b226-4e0afe114aa7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e40ec07a-aa29-42f3-b3fa-e3ac2a0fab80</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>6114378d-e1f3-497e-9026-710399f87988</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>3727d7ef-cf9e-42e6-a050-b25027bd3de7</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>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>df47e2b0-3238-4bae-8e5b-10581dd5198c</d3p1:guid>
<d3p1:guid>704a1d1c-3314-4dd5-8a0b-b6b72a68443b</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6de36f4d-7f91-4e8e-8f6c-db5614b879ec</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e700a00e-7d35-43a7-a121-1fb1d7067529</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>e16ee4ad-7679-4b64-a354-25df5fc4bb9b</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>d35114c3-9f14-4ca8-b00a-4463de769ee1</PartnerID>
<VehicleID>5a646b94-d5f2-435b-822f-3403f8b7f18e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>