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": "7470cb32-791a-4631-b54b-de85d62e75a7",
"ServiceType": {
"ServiceTypeId": "45adca4c-7f47-46b0-b8a5-68e12047d6e7",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9d3b4a7e-a13a-40c8-ae9e-0f3ce676a03c",
"UserName": "sample string 8",
"UserID": "9fbd8ed0-9610-48cf-b0c5-571c6966cb01",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6ea6acb9-a4a3-4aae-9f69-7cbe48d2e60f",
"ClientName": "sample string 13",
"PartnerID": "65c5f7ff-e06b-42fc-b47b-69c1fc0c81aa",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"Vehicles": [
{
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
{
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
}
],
"VehicleGroupIds": [
"0b821b95-b58c-4887-8d1a-ebc283edf3db",
"aeb09c63-c808-4d28-a66f-b87076963ca1"
],
"ServiceDoneOn": "2025-11-09T00:49:16.7138398+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": "17483ce1-1263-466c-90ef-f90ff8a52dd2",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-11-09T00:49:16.7138398+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"IssueID": "dc8c6815-c934-42da-8f78-ceed8eaeaaa7",
"ReportedDate": "2025-11-09T00:49:16.7138398+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "c16377cf-e228-4faf-b9bb-75a58a4ab63e",
"ReportedByName": "sample string 6",
"AssignedToID": "03da9ce2-b32d-46b9-9f3a-a83222fcfdb1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"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": "66d9d4f7-94e1-4d67-bdc6-706e6fa14de3",
"ServiceTypeID": "7d5a0003-6455-4820-bec3-b66204ba5c14",
"WorkOrderOn": "2025-11-09T00:49:16.7138398+04:00",
"WorkOrderID": "048d6b4c-0245-4b94-8f31-c13a10dd8fc4",
"InspectionOn": "2025-11-09T00:49:16.7138398+04:00",
"InspectionItemID": "dfbd1271-d0c3-436c-807b-07a792767baa"
},
"PrevVehicleID": "bbf7e842-5ebd-43b9-aec1-754423687aa0",
"CloseBy": "c532cbb4-8dc5-4365-a17b-592f2f93a428",
"CloseOn": "2025-11-09T00:49:16.7138398+04:00",
"CriticalLevel": 0,
"Id": "e97d81ed-4212-4424-ab1e-effa460b70b4",
"UserName": "sample string 17",
"UserID": "60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6831e84d-0cdc-4764-b549-8f4359915df4",
"ClientName": "sample string 22",
"PartnerID": "3be16a24-7b65-4bd0-afd6-bb36f4d88458",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"IssueID": "dc8c6815-c934-42da-8f78-ceed8eaeaaa7",
"ReportedDate": "2025-11-09T00:49:16.7138398+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "c16377cf-e228-4faf-b9bb-75a58a4ab63e",
"ReportedByName": "sample string 6",
"AssignedToID": "03da9ce2-b32d-46b9-9f3a-a83222fcfdb1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"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": "66d9d4f7-94e1-4d67-bdc6-706e6fa14de3",
"ServiceTypeID": "7d5a0003-6455-4820-bec3-b66204ba5c14",
"WorkOrderOn": "2025-11-09T00:49:16.7138398+04:00",
"WorkOrderID": "048d6b4c-0245-4b94-8f31-c13a10dd8fc4",
"InspectionOn": "2025-11-09T00:49:16.7138398+04:00",
"InspectionItemID": "dfbd1271-d0c3-436c-807b-07a792767baa"
},
"PrevVehicleID": "bbf7e842-5ebd-43b9-aec1-754423687aa0",
"CloseBy": "c532cbb4-8dc5-4365-a17b-592f2f93a428",
"CloseOn": "2025-11-09T00:49:16.7138398+04:00",
"CriticalLevel": 0,
"Id": "e97d81ed-4212-4424-ab1e-effa460b70b4",
"UserName": "sample string 17",
"UserID": "60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6831e84d-0cdc-4764-b549-8f4359915df4",
"ClientName": "sample string 22",
"PartnerID": "3be16a24-7b65-4bd0-afd6-bb36f4d88458",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"cc06d2e6-03b0-494c-8b5b-e7230383ca97",
"2922742f-c2fa-4e5a-88eb-c7377e9dd55c"
],
"Id": "49113598-7fb3-42ca-bb07-03e0d4e69c6c",
"UserName": "sample string 15",
"UserID": "33311e5c-11a7-4f17-aa5e-d2a714217a7f",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "d334e720-225d-47db-8632-1538d901da85",
"ClientName": "sample string 20",
"PartnerID": "f76a620f-d56f-4835-a63b-00a878a829ca",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "7470cb32-791a-4631-b54b-de85d62e75a7",
"ServiceType": {
"ServiceTypeId": "45adca4c-7f47-46b0-b8a5-68e12047d6e7",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9d3b4a7e-a13a-40c8-ae9e-0f3ce676a03c",
"UserName": "sample string 8",
"UserID": "9fbd8ed0-9610-48cf-b0c5-571c6966cb01",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6ea6acb9-a4a3-4aae-9f69-7cbe48d2e60f",
"ClientName": "sample string 13",
"PartnerID": "65c5f7ff-e06b-42fc-b47b-69c1fc0c81aa",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"Vehicles": [
{
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
{
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
}
],
"VehicleGroupIds": [
"0b821b95-b58c-4887-8d1a-ebc283edf3db",
"aeb09c63-c808-4d28-a66f-b87076963ca1"
],
"ServiceDoneOn": "2025-11-09T00:49:16.7138398+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": "17483ce1-1263-466c-90ef-f90ff8a52dd2",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2025-11-09T00:49:16.7138398+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"IssueID": "dc8c6815-c934-42da-8f78-ceed8eaeaaa7",
"ReportedDate": "2025-11-09T00:49:16.7138398+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "c16377cf-e228-4faf-b9bb-75a58a4ab63e",
"ReportedByName": "sample string 6",
"AssignedToID": "03da9ce2-b32d-46b9-9f3a-a83222fcfdb1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"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": "66d9d4f7-94e1-4d67-bdc6-706e6fa14de3",
"ServiceTypeID": "7d5a0003-6455-4820-bec3-b66204ba5c14",
"WorkOrderOn": "2025-11-09T00:49:16.7138398+04:00",
"WorkOrderID": "048d6b4c-0245-4b94-8f31-c13a10dd8fc4",
"InspectionOn": "2025-11-09T00:49:16.7138398+04:00",
"InspectionItemID": "dfbd1271-d0c3-436c-807b-07a792767baa"
},
"PrevVehicleID": "bbf7e842-5ebd-43b9-aec1-754423687aa0",
"CloseBy": "c532cbb4-8dc5-4365-a17b-592f2f93a428",
"CloseOn": "2025-11-09T00:49:16.7138398+04:00",
"CriticalLevel": 0,
"Id": "e97d81ed-4212-4424-ab1e-effa460b70b4",
"UserName": "sample string 17",
"UserID": "60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6831e84d-0cdc-4764-b549-8f4359915df4",
"ClientName": "sample string 22",
"PartnerID": "3be16a24-7b65-4bd0-afd6-bb36f4d88458",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "319ef3f0-f2ad-4644-b43e-aa4d79535fe0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1674e56f-8148-4eaf-bce1-97aaa5d00d74",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "154a73a0-8163-473a-9b56-b28c4e997723",
"PartnerID": "c8d50bd3-b89c-45d7-8916-72f5913df3fb"
},
"IssueID": "dc8c6815-c934-42da-8f78-ceed8eaeaaa7",
"ReportedDate": "2025-11-09T00:49:16.7138398+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "c16377cf-e228-4faf-b9bb-75a58a4ab63e",
"ReportedByName": "sample string 6",
"AssignedToID": "03da9ce2-b32d-46b9-9f3a-a83222fcfdb1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:16.7138398+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2043be4e-898d-44a3-852c-9de9c4e6a442",
"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": "66d9d4f7-94e1-4d67-bdc6-706e6fa14de3",
"ServiceTypeID": "7d5a0003-6455-4820-bec3-b66204ba5c14",
"WorkOrderOn": "2025-11-09T00:49:16.7138398+04:00",
"WorkOrderID": "048d6b4c-0245-4b94-8f31-c13a10dd8fc4",
"InspectionOn": "2025-11-09T00:49:16.7138398+04:00",
"InspectionItemID": "dfbd1271-d0c3-436c-807b-07a792767baa"
},
"PrevVehicleID": "bbf7e842-5ebd-43b9-aec1-754423687aa0",
"CloseBy": "c532cbb4-8dc5-4365-a17b-592f2f93a428",
"CloseOn": "2025-11-09T00:49:16.7138398+04:00",
"CriticalLevel": 0,
"Id": "e97d81ed-4212-4424-ab1e-effa460b70b4",
"UserName": "sample string 17",
"UserID": "60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "6831e84d-0cdc-4764-b549-8f4359915df4",
"ClientName": "sample string 22",
"PartnerID": "3be16a24-7b65-4bd0-afd6-bb36f4d88458",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"cc06d2e6-03b0-494c-8b5b-e7230383ca97",
"2922742f-c2fa-4e5a-88eb-c7377e9dd55c"
],
"Id": "49113598-7fb3-42ca-bb07-03e0d4e69c6c",
"UserName": "sample string 15",
"UserID": "33311e5c-11a7-4f17-aa5e-d2a714217a7f",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:49:16.7138398+04:00",
"ClientID": "d334e720-225d-47db-8632-1538d901da85",
"ClientName": "sample string 20",
"PartnerID": "f76a620f-d56f-4835-a63b-00a878a829ca",
"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>d334e720-225d-47db-8632-1538d901da85</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>49113598-7fb3-42ca-bb07-03e0d4e69c6c</Id>
<PartnerID>f76a620f-d56f-4835-a63b-00a878a829ca</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>33311e5c-11a7-4f17-aa5e-d2a714217a7f</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:49:16.7138398+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>6831e84d-0cdc-4764-b549-8f4359915df4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>e97d81ed-4212-4424-ab1e-effa460b70b4</Id>
<PartnerID>3be16a24-7b65-4bd0-afd6-bb36f4d88458</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>03da9ce2-b32d-46b9-9f3a-a83222fcfdb1</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c532cbb4-8dc5-4365-a17b-592f2f93a428</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:16.7138398+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:16.7138398+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dc8c6815-c934-42da-8f78-ceed8eaeaaa7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bbf7e842-5ebd-43b9-aec1-754423687aa0</d3p1:PrevVehicleID>
<d3p1:ReportedByID>c16377cf-e228-4faf-b9bb-75a58a4ab63e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:16.7138398+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dfbd1271-d0c3-436c-807b-07a792767baa</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:16.7138398+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>66d9d4f7-94e1-4d67-bdc6-706e6fa14de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>7d5a0003-6455-4820-bec3-b66204ba5c14</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>048d6b4c-0245-4b94-8f31-c13a10dd8fc4</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:16.7138398+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>6831e84d-0cdc-4764-b549-8f4359915df4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>e97d81ed-4212-4424-ab1e-effa460b70b4</Id>
<PartnerID>3be16a24-7b65-4bd0-afd6-bb36f4d88458</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>03da9ce2-b32d-46b9-9f3a-a83222fcfdb1</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c532cbb4-8dc5-4365-a17b-592f2f93a428</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:16.7138398+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:16.7138398+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dc8c6815-c934-42da-8f78-ceed8eaeaaa7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bbf7e842-5ebd-43b9-aec1-754423687aa0</d3p1:PrevVehicleID>
<d3p1:ReportedByID>c16377cf-e228-4faf-b9bb-75a58a4ab63e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:16.7138398+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dfbd1271-d0c3-436c-807b-07a792767baa</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:16.7138398+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>66d9d4f7-94e1-4d67-bdc6-706e6fa14de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>7d5a0003-6455-4820-bec3-b66204ba5c14</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>048d6b4c-0245-4b94-8f31-c13a10dd8fc4</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:16.7138398+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cc06d2e6-03b0-494c-8b5b-e7230383ca97</d3p1:guid>
<d3p1:guid>2922742f-c2fa-4e5a-88eb-c7377e9dd55c</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:49:16.7138398+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:49:16.7138398+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>6ea6acb9-a4a3-4aae-9f69-7cbe48d2e60f</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>9d3b4a7e-a13a-40c8-ae9e-0f3ce676a03c</Id>
<PartnerID>65c5f7ff-e06b-42fc-b47b-69c1fc0c81aa</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9fbd8ed0-9610-48cf-b0c5-571c6966cb01</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>45adca4c-7f47-46b0-b8a5-68e12047d6e7</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>17483ce1-1263-466c-90ef-f90ff8a52dd2</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>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0b821b95-b58c-4887-8d1a-ebc283edf3db</d3p1:guid>
<d3p1:guid>aeb09c63-c808-4d28-a66f-b87076963ca1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>7470cb32-791a-4631-b54b-de85d62e75a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>d334e720-225d-47db-8632-1538d901da85</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>49113598-7fb3-42ca-bb07-03e0d4e69c6c</Id>
<PartnerID>f76a620f-d56f-4835-a63b-00a878a829ca</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>33311e5c-11a7-4f17-aa5e-d2a714217a7f</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:49:16.7138398+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>6831e84d-0cdc-4764-b549-8f4359915df4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>e97d81ed-4212-4424-ab1e-effa460b70b4</Id>
<PartnerID>3be16a24-7b65-4bd0-afd6-bb36f4d88458</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>03da9ce2-b32d-46b9-9f3a-a83222fcfdb1</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c532cbb4-8dc5-4365-a17b-592f2f93a428</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:16.7138398+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:16.7138398+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dc8c6815-c934-42da-8f78-ceed8eaeaaa7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bbf7e842-5ebd-43b9-aec1-754423687aa0</d3p1:PrevVehicleID>
<d3p1:ReportedByID>c16377cf-e228-4faf-b9bb-75a58a4ab63e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:16.7138398+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dfbd1271-d0c3-436c-807b-07a792767baa</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:16.7138398+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>66d9d4f7-94e1-4d67-bdc6-706e6fa14de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>7d5a0003-6455-4820-bec3-b66204ba5c14</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>048d6b4c-0245-4b94-8f31-c13a10dd8fc4</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:16.7138398+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>6831e84d-0cdc-4764-b549-8f4359915df4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>e97d81ed-4212-4424-ab1e-effa460b70b4</Id>
<PartnerID>3be16a24-7b65-4bd0-afd6-bb36f4d88458</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>60f9b1af-a2d3-42e7-b34f-b6fb7cee77a5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>03da9ce2-b32d-46b9-9f3a-a83222fcfdb1</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2043be4e-898d-44a3-852c-9de9c4e6a442</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c532cbb4-8dc5-4365-a17b-592f2f93a428</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:49:16.7138398+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:49:16.7138398+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dc8c6815-c934-42da-8f78-ceed8eaeaaa7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bbf7e842-5ebd-43b9-aec1-754423687aa0</d3p1:PrevVehicleID>
<d3p1:ReportedByID>c16377cf-e228-4faf-b9bb-75a58a4ab63e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:49:16.7138398+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dfbd1271-d0c3-436c-807b-07a792767baa</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:49:16.7138398+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>66d9d4f7-94e1-4d67-bdc6-706e6fa14de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>7d5a0003-6455-4820-bec3-b66204ba5c14</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>048d6b4c-0245-4b94-8f31-c13a10dd8fc4</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:49:16.7138398+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cc06d2e6-03b0-494c-8b5b-e7230383ca97</d3p1:guid>
<d3p1:guid>2922742f-c2fa-4e5a-88eb-c7377e9dd55c</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:49:16.7138398+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:49:16.7138398+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>6ea6acb9-a4a3-4aae-9f69-7cbe48d2e60f</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:49:16.7138398+04:00</CreatedOn>
<Id>9d3b4a7e-a13a-40c8-ae9e-0f3ce676a03c</Id>
<PartnerID>65c5f7ff-e06b-42fc-b47b-69c1fc0c81aa</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9fbd8ed0-9610-48cf-b0c5-571c6966cb01</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>45adca4c-7f47-46b0-b8a5-68e12047d6e7</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>17483ce1-1263-466c-90ef-f90ff8a52dd2</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>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0b821b95-b58c-4887-8d1a-ebc283edf3db</d3p1:guid>
<d3p1:guid>aeb09c63-c808-4d28-a66f-b87076963ca1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>7470cb32-791a-4631-b54b-de85d62e75a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>154a73a0-8163-473a-9b56-b28c4e997723</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1674e56f-8148-4eaf-bce1-97aaa5d00d74</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>c8d50bd3-b89c-45d7-8916-72f5913df3fb</PartnerID>
<VehicleID>319ef3f0-f2ad-4644-b43e-aa4d79535fe0</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>