GET Api/Service/GetAllByVehicleID?vehicleService={vehicleService}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleService | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "eba04459-dd52-47d4-a950-164a026d272b",
"ServiceType": {
"ServiceTypeId": "a58e85cc-364e-4201-8c24-17cdf75e852b",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "e9fee627-ac5c-4f15-8f5a-f54387e82234",
"UserName": "sample string 8",
"UserID": "07d687d3-ad37-483c-9e5b-79c228e960c2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "27390264-9994-4020-8649-572951adb706",
"ClientName": "sample string 13",
"PartnerID": "405676d3-2e61-43ac-8fe2-5d9023c7a662",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"Vehicles": [
{
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
{
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
}
],
"VehicleGroupIds": [
"0bd2a87a-1b1d-4a34-be76-d4f90e96e1e8",
"4fbaf874-0e3f-4873-b739-77b3cc1858f7"
],
"ServiceDoneOn": "2026-07-10T23:53:09.3593249+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": "5f430513-d975-4b9a-b1e7-3d715f65b3e8",
"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-07-10T23:53:09.3593249+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"IssueID": "7b26d8b6-c3c3-40e5-9b89-068c99f80330",
"ReportedDate": "2026-07-10T23:53:09.3593249+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e5ad6ff7-04ec-4069-aa82-6345f6f14ecd",
"ReportedByName": "sample string 6",
"AssignedToID": "e22cf41e-652a-48d5-8a97-eb0d6e43d200",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"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": "43e6cf1a-4f8d-4a6c-9873-83117d38340b",
"ServiceTypeID": "735b62fd-bb1b-41e6-b11c-7129af430b17",
"WorkOrderOn": "2026-07-10T23:53:09.3593249+04:00",
"WorkOrderID": "185bf504-b0b0-4b6f-896e-894db52ed4d7",
"InspectionOn": "2026-07-10T23:53:09.3593249+04:00",
"InspectionItemID": "eee4e419-6224-4ba5-a476-661902fbe70a"
},
"PrevVehicleID": "0fb7f00d-1094-4519-ad4e-ff167211a4e3",
"CloseBy": "788bb047-72f5-4859-ab88-2e465e462de9",
"CloseOn": "2026-07-10T23:53:09.3593249+04:00",
"CriticalLevel": 0,
"Id": "cb147271-ee87-4a7e-a863-3c0fa70000d1",
"UserName": "sample string 17",
"UserID": "5d62f966-a66c-4f8b-8ab1-4b9d349c9574",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "3897494e-dc6d-434b-8a18-cd51b155d546",
"ClientName": "sample string 22",
"PartnerID": "c6fb8b32-401d-4443-8501-8eda895ac3da",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"IssueID": "7b26d8b6-c3c3-40e5-9b89-068c99f80330",
"ReportedDate": "2026-07-10T23:53:09.3593249+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e5ad6ff7-04ec-4069-aa82-6345f6f14ecd",
"ReportedByName": "sample string 6",
"AssignedToID": "e22cf41e-652a-48d5-8a97-eb0d6e43d200",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"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": "43e6cf1a-4f8d-4a6c-9873-83117d38340b",
"ServiceTypeID": "735b62fd-bb1b-41e6-b11c-7129af430b17",
"WorkOrderOn": "2026-07-10T23:53:09.3593249+04:00",
"WorkOrderID": "185bf504-b0b0-4b6f-896e-894db52ed4d7",
"InspectionOn": "2026-07-10T23:53:09.3593249+04:00",
"InspectionItemID": "eee4e419-6224-4ba5-a476-661902fbe70a"
},
"PrevVehicleID": "0fb7f00d-1094-4519-ad4e-ff167211a4e3",
"CloseBy": "788bb047-72f5-4859-ab88-2e465e462de9",
"CloseOn": "2026-07-10T23:53:09.3593249+04:00",
"CriticalLevel": 0,
"Id": "cb147271-ee87-4a7e-a863-3c0fa70000d1",
"UserName": "sample string 17",
"UserID": "5d62f966-a66c-4f8b-8ab1-4b9d349c9574",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "3897494e-dc6d-434b-8a18-cd51b155d546",
"ClientName": "sample string 22",
"PartnerID": "c6fb8b32-401d-4443-8501-8eda895ac3da",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"4d5854c2-d225-40a0-bef3-f318af37dc64",
"b99b7055-ce7e-4eb0-bab7-1568ec5789a7"
],
"Id": "af323b1c-643b-43ab-b88c-f65daa2f0ee3",
"UserName": "sample string 15",
"UserID": "21f64aa7-15ca-4a86-96d6-e2daa8d590b3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "55f1abac-257f-41fb-a994-a85b095dfce8",
"ClientName": "sample string 20",
"PartnerID": "1a44a20e-73f0-4c9f-a862-c24c5a10f3aa",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "eba04459-dd52-47d4-a950-164a026d272b",
"ServiceType": {
"ServiceTypeId": "a58e85cc-364e-4201-8c24-17cdf75e852b",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "e9fee627-ac5c-4f15-8f5a-f54387e82234",
"UserName": "sample string 8",
"UserID": "07d687d3-ad37-483c-9e5b-79c228e960c2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "27390264-9994-4020-8649-572951adb706",
"ClientName": "sample string 13",
"PartnerID": "405676d3-2e61-43ac-8fe2-5d9023c7a662",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"Vehicles": [
{
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
{
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
}
],
"VehicleGroupIds": [
"0bd2a87a-1b1d-4a34-be76-d4f90e96e1e8",
"4fbaf874-0e3f-4873-b739-77b3cc1858f7"
],
"ServiceDoneOn": "2026-07-10T23:53:09.3593249+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": "5f430513-d975-4b9a-b1e7-3d715f65b3e8",
"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-07-10T23:53:09.3593249+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"IssueID": "7b26d8b6-c3c3-40e5-9b89-068c99f80330",
"ReportedDate": "2026-07-10T23:53:09.3593249+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e5ad6ff7-04ec-4069-aa82-6345f6f14ecd",
"ReportedByName": "sample string 6",
"AssignedToID": "e22cf41e-652a-48d5-8a97-eb0d6e43d200",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"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": "43e6cf1a-4f8d-4a6c-9873-83117d38340b",
"ServiceTypeID": "735b62fd-bb1b-41e6-b11c-7129af430b17",
"WorkOrderOn": "2026-07-10T23:53:09.3593249+04:00",
"WorkOrderID": "185bf504-b0b0-4b6f-896e-894db52ed4d7",
"InspectionOn": "2026-07-10T23:53:09.3593249+04:00",
"InspectionItemID": "eee4e419-6224-4ba5-a476-661902fbe70a"
},
"PrevVehicleID": "0fb7f00d-1094-4519-ad4e-ff167211a4e3",
"CloseBy": "788bb047-72f5-4859-ab88-2e465e462de9",
"CloseOn": "2026-07-10T23:53:09.3593249+04:00",
"CriticalLevel": 0,
"Id": "cb147271-ee87-4a7e-a863-3c0fa70000d1",
"UserName": "sample string 17",
"UserID": "5d62f966-a66c-4f8b-8ab1-4b9d349c9574",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "3897494e-dc6d-434b-8a18-cd51b155d546",
"ClientName": "sample string 22",
"PartnerID": "c6fb8b32-401d-4443-8501-8eda895ac3da",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "496ef7d7-c2ee-4d5c-8dda-da4641b8f4be",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2774686a-2396-4de7-8d9e-a8c18d7419f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "375e7d60-e6fb-4e63-9ce0-09f4ffee97c5",
"PartnerID": "425ab8fa-54d6-4aae-b02e-671a8e2b88d8"
},
"IssueID": "7b26d8b6-c3c3-40e5-9b89-068c99f80330",
"ReportedDate": "2026-07-10T23:53:09.3593249+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e5ad6ff7-04ec-4069-aa82-6345f6f14ecd",
"ReportedByName": "sample string 6",
"AssignedToID": "e22cf41e-652a-48d5-8a97-eb0d6e43d200",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-10T23:53:09.3593249+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b7378f27-6917-4585-9e24-19a17810c322",
"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": "43e6cf1a-4f8d-4a6c-9873-83117d38340b",
"ServiceTypeID": "735b62fd-bb1b-41e6-b11c-7129af430b17",
"WorkOrderOn": "2026-07-10T23:53:09.3593249+04:00",
"WorkOrderID": "185bf504-b0b0-4b6f-896e-894db52ed4d7",
"InspectionOn": "2026-07-10T23:53:09.3593249+04:00",
"InspectionItemID": "eee4e419-6224-4ba5-a476-661902fbe70a"
},
"PrevVehicleID": "0fb7f00d-1094-4519-ad4e-ff167211a4e3",
"CloseBy": "788bb047-72f5-4859-ab88-2e465e462de9",
"CloseOn": "2026-07-10T23:53:09.3593249+04:00",
"CriticalLevel": 0,
"Id": "cb147271-ee87-4a7e-a863-3c0fa70000d1",
"UserName": "sample string 17",
"UserID": "5d62f966-a66c-4f8b-8ab1-4b9d349c9574",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "3897494e-dc6d-434b-8a18-cd51b155d546",
"ClientName": "sample string 22",
"PartnerID": "c6fb8b32-401d-4443-8501-8eda895ac3da",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"4d5854c2-d225-40a0-bef3-f318af37dc64",
"b99b7055-ce7e-4eb0-bab7-1568ec5789a7"
],
"Id": "af323b1c-643b-43ab-b88c-f65daa2f0ee3",
"UserName": "sample string 15",
"UserID": "21f64aa7-15ca-4a86-96d6-e2daa8d590b3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-07-10T23:53:09.3593249+04:00",
"ClientID": "55f1abac-257f-41fb-a994-a85b095dfce8",
"ClientName": "sample string 20",
"PartnerID": "1a44a20e-73f0-4c9f-a862-c24c5a10f3aa",
"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>55f1abac-257f-41fb-a994-a85b095dfce8</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>af323b1c-643b-43ab-b88c-f65daa2f0ee3</Id>
<PartnerID>1a44a20e-73f0-4c9f-a862-c24c5a10f3aa</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>21f64aa7-15ca-4a86-96d6-e2daa8d590b3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-07-10T23:53:09.3593249+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>3897494e-dc6d-434b-8a18-cd51b155d546</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>cb147271-ee87-4a7e-a863-3c0fa70000d1</Id>
<PartnerID>c6fb8b32-401d-4443-8501-8eda895ac3da</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d62f966-a66c-4f8b-8ab1-4b9d349c9574</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e22cf41e-652a-48d5-8a97-eb0d6e43d200</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>788bb047-72f5-4859-ab88-2e465e462de9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-07-10T23:53:09.3593249+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-07-10T23:53:09.3593249+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>7b26d8b6-c3c3-40e5-9b89-068c99f80330</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0fb7f00d-1094-4519-ad4e-ff167211a4e3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e5ad6ff7-04ec-4069-aa82-6345f6f14ecd</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-07-10T23:53:09.3593249+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>eee4e419-6224-4ba5-a476-661902fbe70a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-07-10T23:53:09.3593249+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>43e6cf1a-4f8d-4a6c-9873-83117d38340b</d3p1:ServiceID>
<d3p1:ServiceTypeID>735b62fd-bb1b-41e6-b11c-7129af430b17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>185bf504-b0b0-4b6f-896e-894db52ed4d7</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-07-10T23:53:09.3593249+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>3897494e-dc6d-434b-8a18-cd51b155d546</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>cb147271-ee87-4a7e-a863-3c0fa70000d1</Id>
<PartnerID>c6fb8b32-401d-4443-8501-8eda895ac3da</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d62f966-a66c-4f8b-8ab1-4b9d349c9574</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e22cf41e-652a-48d5-8a97-eb0d6e43d200</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>788bb047-72f5-4859-ab88-2e465e462de9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-07-10T23:53:09.3593249+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-07-10T23:53:09.3593249+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>7b26d8b6-c3c3-40e5-9b89-068c99f80330</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0fb7f00d-1094-4519-ad4e-ff167211a4e3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e5ad6ff7-04ec-4069-aa82-6345f6f14ecd</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-07-10T23:53:09.3593249+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>eee4e419-6224-4ba5-a476-661902fbe70a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-07-10T23:53:09.3593249+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>43e6cf1a-4f8d-4a6c-9873-83117d38340b</d3p1:ServiceID>
<d3p1:ServiceTypeID>735b62fd-bb1b-41e6-b11c-7129af430b17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>185bf504-b0b0-4b6f-896e-894db52ed4d7</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-07-10T23:53:09.3593249+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4d5854c2-d225-40a0-bef3-f318af37dc64</d3p1:guid>
<d3p1:guid>b99b7055-ce7e-4eb0-bab7-1568ec5789a7</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-07-10T23:53:09.3593249+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-07-10T23:53:09.3593249+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>27390264-9994-4020-8649-572951adb706</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>e9fee627-ac5c-4f15-8f5a-f54387e82234</Id>
<PartnerID>405676d3-2e61-43ac-8fe2-5d9023c7a662</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>07d687d3-ad37-483c-9e5b-79c228e960c2</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>a58e85cc-364e-4201-8c24-17cdf75e852b</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>5f430513-d975-4b9a-b1e7-3d715f65b3e8</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>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0bd2a87a-1b1d-4a34-be76-d4f90e96e1e8</d3p1:guid>
<d3p1:guid>4fbaf874-0e3f-4873-b739-77b3cc1858f7</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>eba04459-dd52-47d4-a950-164a026d272b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>55f1abac-257f-41fb-a994-a85b095dfce8</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>af323b1c-643b-43ab-b88c-f65daa2f0ee3</Id>
<PartnerID>1a44a20e-73f0-4c9f-a862-c24c5a10f3aa</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>21f64aa7-15ca-4a86-96d6-e2daa8d590b3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-07-10T23:53:09.3593249+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>3897494e-dc6d-434b-8a18-cd51b155d546</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>cb147271-ee87-4a7e-a863-3c0fa70000d1</Id>
<PartnerID>c6fb8b32-401d-4443-8501-8eda895ac3da</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d62f966-a66c-4f8b-8ab1-4b9d349c9574</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e22cf41e-652a-48d5-8a97-eb0d6e43d200</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>788bb047-72f5-4859-ab88-2e465e462de9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-07-10T23:53:09.3593249+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-07-10T23:53:09.3593249+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>7b26d8b6-c3c3-40e5-9b89-068c99f80330</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0fb7f00d-1094-4519-ad4e-ff167211a4e3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e5ad6ff7-04ec-4069-aa82-6345f6f14ecd</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-07-10T23:53:09.3593249+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>eee4e419-6224-4ba5-a476-661902fbe70a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-07-10T23:53:09.3593249+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>43e6cf1a-4f8d-4a6c-9873-83117d38340b</d3p1:ServiceID>
<d3p1:ServiceTypeID>735b62fd-bb1b-41e6-b11c-7129af430b17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>185bf504-b0b0-4b6f-896e-894db52ed4d7</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-07-10T23:53:09.3593249+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>3897494e-dc6d-434b-8a18-cd51b155d546</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>cb147271-ee87-4a7e-a863-3c0fa70000d1</Id>
<PartnerID>c6fb8b32-401d-4443-8501-8eda895ac3da</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d62f966-a66c-4f8b-8ab1-4b9d349c9574</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e22cf41e-652a-48d5-8a97-eb0d6e43d200</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b7378f27-6917-4585-9e24-19a17810c322</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>788bb047-72f5-4859-ab88-2e465e462de9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-07-10T23:53:09.3593249+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-07-10T23:53:09.3593249+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>7b26d8b6-c3c3-40e5-9b89-068c99f80330</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0fb7f00d-1094-4519-ad4e-ff167211a4e3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e5ad6ff7-04ec-4069-aa82-6345f6f14ecd</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-07-10T23:53:09.3593249+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>eee4e419-6224-4ba5-a476-661902fbe70a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-07-10T23:53:09.3593249+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>43e6cf1a-4f8d-4a6c-9873-83117d38340b</d3p1:ServiceID>
<d3p1:ServiceTypeID>735b62fd-bb1b-41e6-b11c-7129af430b17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>185bf504-b0b0-4b6f-896e-894db52ed4d7</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-07-10T23:53:09.3593249+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4d5854c2-d225-40a0-bef3-f318af37dc64</d3p1:guid>
<d3p1:guid>b99b7055-ce7e-4eb0-bab7-1568ec5789a7</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-07-10T23:53:09.3593249+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-07-10T23:53:09.3593249+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>27390264-9994-4020-8649-572951adb706</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-07-10T23:53:09.3593249+04:00</CreatedOn>
<Id>e9fee627-ac5c-4f15-8f5a-f54387e82234</Id>
<PartnerID>405676d3-2e61-43ac-8fe2-5d9023c7a662</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>07d687d3-ad37-483c-9e5b-79c228e960c2</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>a58e85cc-364e-4201-8c24-17cdf75e852b</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>5f430513-d975-4b9a-b1e7-3d715f65b3e8</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>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0bd2a87a-1b1d-4a34-be76-d4f90e96e1e8</d3p1:guid>
<d3p1:guid>4fbaf874-0e3f-4873-b739-77b3cc1858f7</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>eba04459-dd52-47d4-a950-164a026d272b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>375e7d60-e6fb-4e63-9ce0-09f4ffee97c5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2774686a-2396-4de7-8d9e-a8c18d7419f5</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>425ab8fa-54d6-4aae-b02e-671a8e2b88d8</PartnerID>
<VehicleID>496ef7d7-c2ee-4d5c-8dda-da4641b8f4be</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>