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": "bf3f2ed2-670f-4639-9d72-ad77135a523f",
"ServiceType": {
"ServiceTypeId": "6c6d0f91-baef-4464-ab0a-e8c28c5a306a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9f6aaef3-11ec-4921-b529-bdbe2dac1664",
"UserName": "sample string 8",
"UserID": "7138e945-6a9f-4af1-bcb4-7b116ada8b27",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "16fef29f-e6b6-4dcd-b8a7-562fa4707d61",
"ClientName": "sample string 13",
"PartnerID": "02f30004-5500-4ca5-a07e-670653389300",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"Vehicles": [
{
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
{
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
}
],
"VehicleGroupIds": [
"6fae9a16-b7d9-4499-bcb4-7ecdc9f9dcf8",
"9848cbc0-20e8-4b9f-957d-a9eea0d8f79f"
],
"ServiceDoneOn": "2025-12-15T10:27:46.3897562+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": "9b6f4482-bd4c-4ff0-9386-b0ca97a825fa",
"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-12-15T10:27:46.3897562+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"IssueID": "b9dde0c6-c68f-4843-b8e5-814b1a1cc43a",
"ReportedDate": "2025-12-15T10:27:46.3897562+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c",
"ReportedByName": "sample string 6",
"AssignedToID": "edb67409-ea7a-4295-98a7-49d52ac1380d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"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": "3ef54961-1f6d-41ce-b847-75cbcde0f42a",
"ServiceTypeID": "5e35cb64-7aab-4a7b-bfbc-b173db0f8524",
"WorkOrderOn": "2025-12-15T10:27:46.3897562+04:00",
"WorkOrderID": "a4e9c340-d2c3-4663-962d-1fca144b6b4d",
"InspectionOn": "2025-12-15T10:27:46.3897562+04:00",
"InspectionItemID": "3717cef5-d317-4b32-8e38-a7e45d40320b"
},
"PrevVehicleID": "78b46286-7268-4cb9-994a-d2e89f6bb377",
"CloseBy": "5f8682ae-87a4-4fad-a232-9ddf0c7349c9",
"CloseOn": "2025-12-15T10:27:46.3897562+04:00",
"CriticalLevel": 0,
"Id": "56b9c8aa-8bb0-4f24-8681-3c506d841ee6",
"UserName": "sample string 17",
"UserID": "f349e592-3c56-4fd7-85be-4f4df9eae5af",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "e9de8f85-695e-4e0b-899c-6cdb88d9eb2a",
"ClientName": "sample string 22",
"PartnerID": "efdcf91d-2890-4f28-95a2-ae45615bd2a9",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"IssueID": "b9dde0c6-c68f-4843-b8e5-814b1a1cc43a",
"ReportedDate": "2025-12-15T10:27:46.3897562+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c",
"ReportedByName": "sample string 6",
"AssignedToID": "edb67409-ea7a-4295-98a7-49d52ac1380d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"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": "3ef54961-1f6d-41ce-b847-75cbcde0f42a",
"ServiceTypeID": "5e35cb64-7aab-4a7b-bfbc-b173db0f8524",
"WorkOrderOn": "2025-12-15T10:27:46.3897562+04:00",
"WorkOrderID": "a4e9c340-d2c3-4663-962d-1fca144b6b4d",
"InspectionOn": "2025-12-15T10:27:46.3897562+04:00",
"InspectionItemID": "3717cef5-d317-4b32-8e38-a7e45d40320b"
},
"PrevVehicleID": "78b46286-7268-4cb9-994a-d2e89f6bb377",
"CloseBy": "5f8682ae-87a4-4fad-a232-9ddf0c7349c9",
"CloseOn": "2025-12-15T10:27:46.3897562+04:00",
"CriticalLevel": 0,
"Id": "56b9c8aa-8bb0-4f24-8681-3c506d841ee6",
"UserName": "sample string 17",
"UserID": "f349e592-3c56-4fd7-85be-4f4df9eae5af",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "e9de8f85-695e-4e0b-899c-6cdb88d9eb2a",
"ClientName": "sample string 22",
"PartnerID": "efdcf91d-2890-4f28-95a2-ae45615bd2a9",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"158626f4-b93a-4a62-8fa9-78192d0b4636",
"5077cd98-0458-485a-9449-7e7ce67a4fc0"
],
"Id": "a2e3ea0f-38d2-4869-ba5d-5516089d2926",
"UserName": "sample string 15",
"UserID": "bd0c53c0-da99-42a7-a884-e1e9b6cda310",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "d03d49ff-18e8-4d3b-89b8-e0252530f504",
"ClientName": "sample string 20",
"PartnerID": "94eef701-459d-42b8-ab60-9a8450988bac",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "bf3f2ed2-670f-4639-9d72-ad77135a523f",
"ServiceType": {
"ServiceTypeId": "6c6d0f91-baef-4464-ab0a-e8c28c5a306a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9f6aaef3-11ec-4921-b529-bdbe2dac1664",
"UserName": "sample string 8",
"UserID": "7138e945-6a9f-4af1-bcb4-7b116ada8b27",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "16fef29f-e6b6-4dcd-b8a7-562fa4707d61",
"ClientName": "sample string 13",
"PartnerID": "02f30004-5500-4ca5-a07e-670653389300",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"Vehicles": [
{
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
{
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
}
],
"VehicleGroupIds": [
"6fae9a16-b7d9-4499-bcb4-7ecdc9f9dcf8",
"9848cbc0-20e8-4b9f-957d-a9eea0d8f79f"
],
"ServiceDoneOn": "2025-12-15T10:27:46.3897562+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": "9b6f4482-bd4c-4ff0-9386-b0ca97a825fa",
"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-12-15T10:27:46.3897562+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"IssueID": "b9dde0c6-c68f-4843-b8e5-814b1a1cc43a",
"ReportedDate": "2025-12-15T10:27:46.3897562+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c",
"ReportedByName": "sample string 6",
"AssignedToID": "edb67409-ea7a-4295-98a7-49d52ac1380d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"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": "3ef54961-1f6d-41ce-b847-75cbcde0f42a",
"ServiceTypeID": "5e35cb64-7aab-4a7b-bfbc-b173db0f8524",
"WorkOrderOn": "2025-12-15T10:27:46.3897562+04:00",
"WorkOrderID": "a4e9c340-d2c3-4663-962d-1fca144b6b4d",
"InspectionOn": "2025-12-15T10:27:46.3897562+04:00",
"InspectionItemID": "3717cef5-d317-4b32-8e38-a7e45d40320b"
},
"PrevVehicleID": "78b46286-7268-4cb9-994a-d2e89f6bb377",
"CloseBy": "5f8682ae-87a4-4fad-a232-9ddf0c7349c9",
"CloseOn": "2025-12-15T10:27:46.3897562+04:00",
"CriticalLevel": 0,
"Id": "56b9c8aa-8bb0-4f24-8681-3c506d841ee6",
"UserName": "sample string 17",
"UserID": "f349e592-3c56-4fd7-85be-4f4df9eae5af",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "e9de8f85-695e-4e0b-899c-6cdb88d9eb2a",
"ClientName": "sample string 22",
"PartnerID": "efdcf91d-2890-4f28-95a2-ae45615bd2a9",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "665a712b-142c-487b-abe0-5166d9e8308e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a1883c83-30a8-4429-94c4-f29048083560",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5",
"PartnerID": "29705edc-8520-4323-ad7c-f1fba5cc44d0"
},
"IssueID": "b9dde0c6-c68f-4843-b8e5-814b1a1cc43a",
"ReportedDate": "2025-12-15T10:27:46.3897562+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c",
"ReportedByName": "sample string 6",
"AssignedToID": "edb67409-ea7a-4295-98a7-49d52ac1380d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:27:46.3897562+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c004aea2-fd19-4b51-b527-f892e2344319",
"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": "3ef54961-1f6d-41ce-b847-75cbcde0f42a",
"ServiceTypeID": "5e35cb64-7aab-4a7b-bfbc-b173db0f8524",
"WorkOrderOn": "2025-12-15T10:27:46.3897562+04:00",
"WorkOrderID": "a4e9c340-d2c3-4663-962d-1fca144b6b4d",
"InspectionOn": "2025-12-15T10:27:46.3897562+04:00",
"InspectionItemID": "3717cef5-d317-4b32-8e38-a7e45d40320b"
},
"PrevVehicleID": "78b46286-7268-4cb9-994a-d2e89f6bb377",
"CloseBy": "5f8682ae-87a4-4fad-a232-9ddf0c7349c9",
"CloseOn": "2025-12-15T10:27:46.3897562+04:00",
"CriticalLevel": 0,
"Id": "56b9c8aa-8bb0-4f24-8681-3c506d841ee6",
"UserName": "sample string 17",
"UserID": "f349e592-3c56-4fd7-85be-4f4df9eae5af",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "e9de8f85-695e-4e0b-899c-6cdb88d9eb2a",
"ClientName": "sample string 22",
"PartnerID": "efdcf91d-2890-4f28-95a2-ae45615bd2a9",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"158626f4-b93a-4a62-8fa9-78192d0b4636",
"5077cd98-0458-485a-9449-7e7ce67a4fc0"
],
"Id": "a2e3ea0f-38d2-4869-ba5d-5516089d2926",
"UserName": "sample string 15",
"UserID": "bd0c53c0-da99-42a7-a884-e1e9b6cda310",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:27:46.3897562+04:00",
"ClientID": "d03d49ff-18e8-4d3b-89b8-e0252530f504",
"ClientName": "sample string 20",
"PartnerID": "94eef701-459d-42b8-ab60-9a8450988bac",
"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>d03d49ff-18e8-4d3b-89b8-e0252530f504</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>a2e3ea0f-38d2-4869-ba5d-5516089d2926</Id>
<PartnerID>94eef701-459d-42b8-ab60-9a8450988bac</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>bd0c53c0-da99-42a7-a884-e1e9b6cda310</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:27:46.3897562+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>e9de8f85-695e-4e0b-899c-6cdb88d9eb2a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>56b9c8aa-8bb0-4f24-8681-3c506d841ee6</Id>
<PartnerID>efdcf91d-2890-4f28-95a2-ae45615bd2a9</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f349e592-3c56-4fd7-85be-4f4df9eae5af</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>edb67409-ea7a-4295-98a7-49d52ac1380d</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5f8682ae-87a4-4fad-a232-9ddf0c7349c9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:27:46.3897562+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:27:46.3897562+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9dde0c6-c68f-4843-b8e5-814b1a1cc43a</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>78b46286-7268-4cb9-994a-d2e89f6bb377</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:27:46.3897562+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3717cef5-d317-4b32-8e38-a7e45d40320b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:27:46.3897562+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3ef54961-1f6d-41ce-b847-75cbcde0f42a</d3p1:ServiceID>
<d3p1:ServiceTypeID>5e35cb64-7aab-4a7b-bfbc-b173db0f8524</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a4e9c340-d2c3-4663-962d-1fca144b6b4d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:27:46.3897562+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>e9de8f85-695e-4e0b-899c-6cdb88d9eb2a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>56b9c8aa-8bb0-4f24-8681-3c506d841ee6</Id>
<PartnerID>efdcf91d-2890-4f28-95a2-ae45615bd2a9</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f349e592-3c56-4fd7-85be-4f4df9eae5af</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>edb67409-ea7a-4295-98a7-49d52ac1380d</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5f8682ae-87a4-4fad-a232-9ddf0c7349c9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:27:46.3897562+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:27:46.3897562+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9dde0c6-c68f-4843-b8e5-814b1a1cc43a</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>78b46286-7268-4cb9-994a-d2e89f6bb377</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:27:46.3897562+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3717cef5-d317-4b32-8e38-a7e45d40320b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:27:46.3897562+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3ef54961-1f6d-41ce-b847-75cbcde0f42a</d3p1:ServiceID>
<d3p1:ServiceTypeID>5e35cb64-7aab-4a7b-bfbc-b173db0f8524</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a4e9c340-d2c3-4663-962d-1fca144b6b4d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:27:46.3897562+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>158626f4-b93a-4a62-8fa9-78192d0b4636</d3p1:guid>
<d3p1:guid>5077cd98-0458-485a-9449-7e7ce67a4fc0</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:27:46.3897562+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:27:46.3897562+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>16fef29f-e6b6-4dcd-b8a7-562fa4707d61</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>9f6aaef3-11ec-4921-b529-bdbe2dac1664</Id>
<PartnerID>02f30004-5500-4ca5-a07e-670653389300</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>7138e945-6a9f-4af1-bcb4-7b116ada8b27</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>6c6d0f91-baef-4464-ab0a-e8c28c5a306a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>9b6f4482-bd4c-4ff0-9386-b0ca97a825fa</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>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6fae9a16-b7d9-4499-bcb4-7ecdc9f9dcf8</d3p1:guid>
<d3p1:guid>9848cbc0-20e8-4b9f-957d-a9eea0d8f79f</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>bf3f2ed2-670f-4639-9d72-ad77135a523f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>d03d49ff-18e8-4d3b-89b8-e0252530f504</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>a2e3ea0f-38d2-4869-ba5d-5516089d2926</Id>
<PartnerID>94eef701-459d-42b8-ab60-9a8450988bac</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>bd0c53c0-da99-42a7-a884-e1e9b6cda310</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:27:46.3897562+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>e9de8f85-695e-4e0b-899c-6cdb88d9eb2a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>56b9c8aa-8bb0-4f24-8681-3c506d841ee6</Id>
<PartnerID>efdcf91d-2890-4f28-95a2-ae45615bd2a9</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f349e592-3c56-4fd7-85be-4f4df9eae5af</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>edb67409-ea7a-4295-98a7-49d52ac1380d</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5f8682ae-87a4-4fad-a232-9ddf0c7349c9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:27:46.3897562+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:27:46.3897562+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9dde0c6-c68f-4843-b8e5-814b1a1cc43a</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>78b46286-7268-4cb9-994a-d2e89f6bb377</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:27:46.3897562+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3717cef5-d317-4b32-8e38-a7e45d40320b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:27:46.3897562+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3ef54961-1f6d-41ce-b847-75cbcde0f42a</d3p1:ServiceID>
<d3p1:ServiceTypeID>5e35cb64-7aab-4a7b-bfbc-b173db0f8524</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a4e9c340-d2c3-4663-962d-1fca144b6b4d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:27:46.3897562+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>e9de8f85-695e-4e0b-899c-6cdb88d9eb2a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>56b9c8aa-8bb0-4f24-8681-3c506d841ee6</Id>
<PartnerID>efdcf91d-2890-4f28-95a2-ae45615bd2a9</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f349e592-3c56-4fd7-85be-4f4df9eae5af</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>edb67409-ea7a-4295-98a7-49d52ac1380d</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c004aea2-fd19-4b51-b527-f892e2344319</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5f8682ae-87a4-4fad-a232-9ddf0c7349c9</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:27:46.3897562+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:27:46.3897562+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9dde0c6-c68f-4843-b8e5-814b1a1cc43a</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>78b46286-7268-4cb9-994a-d2e89f6bb377</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5404dda8-4a64-4bd0-8ac5-4fb2bd019e9c</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:27:46.3897562+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3717cef5-d317-4b32-8e38-a7e45d40320b</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:27:46.3897562+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3ef54961-1f6d-41ce-b847-75cbcde0f42a</d3p1:ServiceID>
<d3p1:ServiceTypeID>5e35cb64-7aab-4a7b-bfbc-b173db0f8524</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a4e9c340-d2c3-4663-962d-1fca144b6b4d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:27:46.3897562+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>158626f4-b93a-4a62-8fa9-78192d0b4636</d3p1:guid>
<d3p1:guid>5077cd98-0458-485a-9449-7e7ce67a4fc0</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:27:46.3897562+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:27:46.3897562+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>16fef29f-e6b6-4dcd-b8a7-562fa4707d61</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:27:46.3897562+04:00</CreatedOn>
<Id>9f6aaef3-11ec-4921-b529-bdbe2dac1664</Id>
<PartnerID>02f30004-5500-4ca5-a07e-670653389300</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>7138e945-6a9f-4af1-bcb4-7b116ada8b27</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>6c6d0f91-baef-4464-ab0a-e8c28c5a306a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>9b6f4482-bd4c-4ff0-9386-b0ca97a825fa</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>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6fae9a16-b7d9-4499-bcb4-7ecdc9f9dcf8</d3p1:guid>
<d3p1:guid>9848cbc0-20e8-4b9f-957d-a9eea0d8f79f</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>bf3f2ed2-670f-4639-9d72-ad77135a523f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>a1a48f71-4c5b-4ad8-add5-c8ee3dffa8f5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>a1883c83-30a8-4429-94c4-f29048083560</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>29705edc-8520-4323-ad7c-f1fba5cc44d0</PartnerID>
<VehicleID>665a712b-142c-487b-abe0-5166d9e8308e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>