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": "d481fea0-a75b-40b9-a547-fe0d7b9087ac",
"ServiceType": {
"ServiceTypeId": "0d66da09-e6a3-4ca8-ae90-cc99155b7eee",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4d521f34-0883-4196-8eea-840b936a9089",
"UserName": "sample string 8",
"UserID": "e4ff9f29-7a41-4d95-a47a-91483f4d5583",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "539a48bf-e8c6-4d10-800f-c484b2b1b904",
"ClientName": "sample string 13",
"PartnerID": "fbf980c0-532d-40ce-a373-13a6149ef3fe",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"Vehicles": [
{
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
{
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
}
],
"VehicleGroupIds": [
"64457de4-0fa4-4925-b5a9-5d7bb785300e",
"ec69cdb6-0679-48a2-aade-a5e588bd4bd5"
],
"ServiceDoneOn": "2026-03-25T01:26:10.4937854+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": "adcd06d0-9991-4723-8888-c1b2837a5fa8",
"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-03-25T01:26:10.4937854+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"IssueID": "f400de0c-e976-4add-8de9-dacff509dd92",
"ReportedDate": "2026-03-25T01:26:10.4937854+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3d8e1e-bfa9-4a32-b0cd-55a332c14218",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"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": "50e8f4cd-fc49-4ea0-bf02-194bdabf6bca",
"ServiceTypeID": "6e74aa61-d40f-4cce-b83a-5a2574f3d5a9",
"WorkOrderOn": "2026-03-25T01:26:10.4937854+04:00",
"WorkOrderID": "8d21ee76-9151-425e-81d9-9d95f68c1b5e",
"InspectionOn": "2026-03-25T01:26:10.4937854+04:00",
"InspectionItemID": "1b274d37-3e65-47e8-9b36-93072e676f86"
},
"PrevVehicleID": "ca83d569-25c4-4ca6-ab7c-ca92309d252a",
"CloseBy": "96ff63ab-4f2d-48e1-83d2-f6d64bbde674",
"CloseOn": "2026-03-25T01:26:10.4937854+04:00",
"CriticalLevel": 0,
"Id": "1419a1f3-c415-4b50-b904-d145c14dfdbf",
"UserName": "sample string 17",
"UserID": "54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ae89db16-f8c8-4fe7-94a2-8e60540a5f6b",
"ClientName": "sample string 22",
"PartnerID": "1e1a864d-5e0d-48d1-8054-7db59c77e819",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"IssueID": "f400de0c-e976-4add-8de9-dacff509dd92",
"ReportedDate": "2026-03-25T01:26:10.4937854+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3d8e1e-bfa9-4a32-b0cd-55a332c14218",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"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": "50e8f4cd-fc49-4ea0-bf02-194bdabf6bca",
"ServiceTypeID": "6e74aa61-d40f-4cce-b83a-5a2574f3d5a9",
"WorkOrderOn": "2026-03-25T01:26:10.4937854+04:00",
"WorkOrderID": "8d21ee76-9151-425e-81d9-9d95f68c1b5e",
"InspectionOn": "2026-03-25T01:26:10.4937854+04:00",
"InspectionItemID": "1b274d37-3e65-47e8-9b36-93072e676f86"
},
"PrevVehicleID": "ca83d569-25c4-4ca6-ab7c-ca92309d252a",
"CloseBy": "96ff63ab-4f2d-48e1-83d2-f6d64bbde674",
"CloseOn": "2026-03-25T01:26:10.4937854+04:00",
"CriticalLevel": 0,
"Id": "1419a1f3-c415-4b50-b904-d145c14dfdbf",
"UserName": "sample string 17",
"UserID": "54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ae89db16-f8c8-4fe7-94a2-8e60540a5f6b",
"ClientName": "sample string 22",
"PartnerID": "1e1a864d-5e0d-48d1-8054-7db59c77e819",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"51d952ba-b5c3-440d-9711-15b4f5f4432e",
"32df4e83-1df2-4f2a-94c1-8463c7154044"
],
"Id": "7ac4c105-4a96-4b03-bf69-38544783c5d0",
"UserName": "sample string 15",
"UserID": "376018d8-5f64-421e-b05b-266b8f21a27b",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ca875493-621c-464a-a959-761cb722fe9b",
"ClientName": "sample string 20",
"PartnerID": "6146e5b4-5cbb-4d14-81f1-63e01ee8b939",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "d481fea0-a75b-40b9-a547-fe0d7b9087ac",
"ServiceType": {
"ServiceTypeId": "0d66da09-e6a3-4ca8-ae90-cc99155b7eee",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4d521f34-0883-4196-8eea-840b936a9089",
"UserName": "sample string 8",
"UserID": "e4ff9f29-7a41-4d95-a47a-91483f4d5583",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "539a48bf-e8c6-4d10-800f-c484b2b1b904",
"ClientName": "sample string 13",
"PartnerID": "fbf980c0-532d-40ce-a373-13a6149ef3fe",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"Vehicles": [
{
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
{
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
}
],
"VehicleGroupIds": [
"64457de4-0fa4-4925-b5a9-5d7bb785300e",
"ec69cdb6-0679-48a2-aade-a5e588bd4bd5"
],
"ServiceDoneOn": "2026-03-25T01:26:10.4937854+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": "adcd06d0-9991-4723-8888-c1b2837a5fa8",
"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-03-25T01:26:10.4937854+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"IssueID": "f400de0c-e976-4add-8de9-dacff509dd92",
"ReportedDate": "2026-03-25T01:26:10.4937854+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3d8e1e-bfa9-4a32-b0cd-55a332c14218",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"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": "50e8f4cd-fc49-4ea0-bf02-194bdabf6bca",
"ServiceTypeID": "6e74aa61-d40f-4cce-b83a-5a2574f3d5a9",
"WorkOrderOn": "2026-03-25T01:26:10.4937854+04:00",
"WorkOrderID": "8d21ee76-9151-425e-81d9-9d95f68c1b5e",
"InspectionOn": "2026-03-25T01:26:10.4937854+04:00",
"InspectionItemID": "1b274d37-3e65-47e8-9b36-93072e676f86"
},
"PrevVehicleID": "ca83d569-25c4-4ca6-ab7c-ca92309d252a",
"CloseBy": "96ff63ab-4f2d-48e1-83d2-f6d64bbde674",
"CloseOn": "2026-03-25T01:26:10.4937854+04:00",
"CriticalLevel": 0,
"Id": "1419a1f3-c415-4b50-b904-d145c14dfdbf",
"UserName": "sample string 17",
"UserID": "54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ae89db16-f8c8-4fe7-94a2-8e60540a5f6b",
"ClientName": "sample string 22",
"PartnerID": "1e1a864d-5e0d-48d1-8054-7db59c77e819",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5845d680-2b61-4253-9316-2ca7dd11c0bb",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f3ccc00b-5c4f-4a39-b862-3792b8e409b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6de9e214-f9c1-4e46-9709-7541401ec9e5",
"PartnerID": "52cc245c-9557-4482-8e78-ca466522bb79"
},
"IssueID": "f400de0c-e976-4add-8de9-dacff509dd92",
"ReportedDate": "2026-03-25T01:26:10.4937854+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3d8e1e-bfa9-4a32-b0cd-55a332c14218",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:10.4937854+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a186c1e5-e6ac-4514-bb39-96dd51151dd8",
"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": "50e8f4cd-fc49-4ea0-bf02-194bdabf6bca",
"ServiceTypeID": "6e74aa61-d40f-4cce-b83a-5a2574f3d5a9",
"WorkOrderOn": "2026-03-25T01:26:10.4937854+04:00",
"WorkOrderID": "8d21ee76-9151-425e-81d9-9d95f68c1b5e",
"InspectionOn": "2026-03-25T01:26:10.4937854+04:00",
"InspectionItemID": "1b274d37-3e65-47e8-9b36-93072e676f86"
},
"PrevVehicleID": "ca83d569-25c4-4ca6-ab7c-ca92309d252a",
"CloseBy": "96ff63ab-4f2d-48e1-83d2-f6d64bbde674",
"CloseOn": "2026-03-25T01:26:10.4937854+04:00",
"CriticalLevel": 0,
"Id": "1419a1f3-c415-4b50-b904-d145c14dfdbf",
"UserName": "sample string 17",
"UserID": "54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ae89db16-f8c8-4fe7-94a2-8e60540a5f6b",
"ClientName": "sample string 22",
"PartnerID": "1e1a864d-5e0d-48d1-8054-7db59c77e819",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"51d952ba-b5c3-440d-9711-15b4f5f4432e",
"32df4e83-1df2-4f2a-94c1-8463c7154044"
],
"Id": "7ac4c105-4a96-4b03-bf69-38544783c5d0",
"UserName": "sample string 15",
"UserID": "376018d8-5f64-421e-b05b-266b8f21a27b",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:26:10.4937854+04:00",
"ClientID": "ca875493-621c-464a-a959-761cb722fe9b",
"ClientName": "sample string 20",
"PartnerID": "6146e5b4-5cbb-4d14-81f1-63e01ee8b939",
"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>ca875493-621c-464a-a959-761cb722fe9b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>7ac4c105-4a96-4b03-bf69-38544783c5d0</Id>
<PartnerID>6146e5b4-5cbb-4d14-81f1-63e01ee8b939</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>376018d8-5f64-421e-b05b-266b8f21a27b</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:26:10.4937854+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>ae89db16-f8c8-4fe7-94a2-8e60540a5f6b</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>1419a1f3-c415-4b50-b904-d145c14dfdbf</Id>
<PartnerID>1e1a864d-5e0d-48d1-8054-7db59c77e819</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3e3d8e1e-bfa9-4a32-b0cd-55a332c14218</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>96ff63ab-4f2d-48e1-83d2-f6d64bbde674</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:26:10.4937854+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:26:10.4937854+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>f400de0c-e976-4add-8de9-dacff509dd92</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>ca83d569-25c4-4ca6-ab7c-ca92309d252a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:26:10.4937854+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1b274d37-3e65-47e8-9b36-93072e676f86</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:26:10.4937854+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>50e8f4cd-fc49-4ea0-bf02-194bdabf6bca</d3p1:ServiceID>
<d3p1:ServiceTypeID>6e74aa61-d40f-4cce-b83a-5a2574f3d5a9</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d21ee76-9151-425e-81d9-9d95f68c1b5e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:26:10.4937854+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>ae89db16-f8c8-4fe7-94a2-8e60540a5f6b</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>1419a1f3-c415-4b50-b904-d145c14dfdbf</Id>
<PartnerID>1e1a864d-5e0d-48d1-8054-7db59c77e819</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3e3d8e1e-bfa9-4a32-b0cd-55a332c14218</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>96ff63ab-4f2d-48e1-83d2-f6d64bbde674</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:26:10.4937854+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:26:10.4937854+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>f400de0c-e976-4add-8de9-dacff509dd92</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>ca83d569-25c4-4ca6-ab7c-ca92309d252a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:26:10.4937854+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1b274d37-3e65-47e8-9b36-93072e676f86</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:26:10.4937854+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>50e8f4cd-fc49-4ea0-bf02-194bdabf6bca</d3p1:ServiceID>
<d3p1:ServiceTypeID>6e74aa61-d40f-4cce-b83a-5a2574f3d5a9</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d21ee76-9151-425e-81d9-9d95f68c1b5e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:26:10.4937854+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>51d952ba-b5c3-440d-9711-15b4f5f4432e</d3p1:guid>
<d3p1:guid>32df4e83-1df2-4f2a-94c1-8463c7154044</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:26:10.4937854+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:26:10.4937854+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>539a48bf-e8c6-4d10-800f-c484b2b1b904</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>4d521f34-0883-4196-8eea-840b936a9089</Id>
<PartnerID>fbf980c0-532d-40ce-a373-13a6149ef3fe</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e4ff9f29-7a41-4d95-a47a-91483f4d5583</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>0d66da09-e6a3-4ca8-ae90-cc99155b7eee</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>adcd06d0-9991-4723-8888-c1b2837a5fa8</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>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>64457de4-0fa4-4925-b5a9-5d7bb785300e</d3p1:guid>
<d3p1:guid>ec69cdb6-0679-48a2-aade-a5e588bd4bd5</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d481fea0-a75b-40b9-a547-fe0d7b9087ac</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>ca875493-621c-464a-a959-761cb722fe9b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>7ac4c105-4a96-4b03-bf69-38544783c5d0</Id>
<PartnerID>6146e5b4-5cbb-4d14-81f1-63e01ee8b939</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>376018d8-5f64-421e-b05b-266b8f21a27b</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:26:10.4937854+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>ae89db16-f8c8-4fe7-94a2-8e60540a5f6b</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>1419a1f3-c415-4b50-b904-d145c14dfdbf</Id>
<PartnerID>1e1a864d-5e0d-48d1-8054-7db59c77e819</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3e3d8e1e-bfa9-4a32-b0cd-55a332c14218</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>96ff63ab-4f2d-48e1-83d2-f6d64bbde674</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:26:10.4937854+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:26:10.4937854+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>f400de0c-e976-4add-8de9-dacff509dd92</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>ca83d569-25c4-4ca6-ab7c-ca92309d252a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:26:10.4937854+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1b274d37-3e65-47e8-9b36-93072e676f86</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:26:10.4937854+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>50e8f4cd-fc49-4ea0-bf02-194bdabf6bca</d3p1:ServiceID>
<d3p1:ServiceTypeID>6e74aa61-d40f-4cce-b83a-5a2574f3d5a9</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d21ee76-9151-425e-81d9-9d95f68c1b5e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:26:10.4937854+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>ae89db16-f8c8-4fe7-94a2-8e60540a5f6b</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>1419a1f3-c415-4b50-b904-d145c14dfdbf</Id>
<PartnerID>1e1a864d-5e0d-48d1-8054-7db59c77e819</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>54cd3e2f-f3c1-4d7d-bc38-eb13b620cf33</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3e3d8e1e-bfa9-4a32-b0cd-55a332c14218</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a186c1e5-e6ac-4514-bb39-96dd51151dd8</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>96ff63ab-4f2d-48e1-83d2-f6d64bbde674</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:26:10.4937854+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:26:10.4937854+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>f400de0c-e976-4add-8de9-dacff509dd92</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>ca83d569-25c4-4ca6-ab7c-ca92309d252a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>564dcbe7-2bd7-40bd-8bb4-f8e52d1a2413</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:26:10.4937854+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1b274d37-3e65-47e8-9b36-93072e676f86</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:26:10.4937854+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>50e8f4cd-fc49-4ea0-bf02-194bdabf6bca</d3p1:ServiceID>
<d3p1:ServiceTypeID>6e74aa61-d40f-4cce-b83a-5a2574f3d5a9</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d21ee76-9151-425e-81d9-9d95f68c1b5e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:26:10.4937854+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>51d952ba-b5c3-440d-9711-15b4f5f4432e</d3p1:guid>
<d3p1:guid>32df4e83-1df2-4f2a-94c1-8463c7154044</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:26:10.4937854+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:26:10.4937854+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>539a48bf-e8c6-4d10-800f-c484b2b1b904</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:26:10.4937854+04:00</CreatedOn>
<Id>4d521f34-0883-4196-8eea-840b936a9089</Id>
<PartnerID>fbf980c0-532d-40ce-a373-13a6149ef3fe</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e4ff9f29-7a41-4d95-a47a-91483f4d5583</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>0d66da09-e6a3-4ca8-ae90-cc99155b7eee</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>adcd06d0-9991-4723-8888-c1b2837a5fa8</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>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>64457de4-0fa4-4925-b5a9-5d7bb785300e</d3p1:guid>
<d3p1:guid>ec69cdb6-0679-48a2-aade-a5e588bd4bd5</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d481fea0-a75b-40b9-a547-fe0d7b9087ac</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6de9e214-f9c1-4e46-9709-7541401ec9e5</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f3ccc00b-5c4f-4a39-b862-3792b8e409b0</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>52cc245c-9557-4482-8e78-ca466522bb79</PartnerID>
<VehicleID>5845d680-2b61-4253-9316-2ca7dd11c0bb</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>