GET Api/Service?vehicleService={vehicleService}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleService | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "a9916a24-7b58-4f8f-a688-444c159512eb",
"ServiceType": {
"ServiceTypeId": "d53c4bb9-fe82-42df-9540-c1a1cf3599b6",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "528293aa-2909-43d5-8e5d-4f291f6d6a1e",
"UserName": "sample string 8",
"UserID": "fd8ccf77-f7ed-4b4e-a039-d3ca56c97b0f",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "cbeaa8cf-e646-4828-9841-c31cda14e0de",
"ClientName": "sample string 13",
"PartnerID": "bab7bf88-9dda-4307-9136-9babe898ad9e",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"Vehicles": [
{
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
{
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
}
],
"VehicleGroupIds": [
"22df8b01-75e3-4013-936b-9f7773aa2d33",
"0dd10725-0058-43fc-a70b-624932dbe8f1"
],
"ServiceDoneOn": "2026-06-24T16:08:18.3838569+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": "6214357a-56b8-4792-9299-0f617c0939ed",
"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-06-24T16:08:18.3838569+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"IssueID": "ce21d1d2-494c-41dd-8eb4-9beef334fa62",
"ReportedDate": "2026-06-24T16:08:18.3838569+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7efefbe6-cb56-4d3c-a531-9a97257098a6",
"ReportedByName": "sample string 6",
"AssignedToID": "dddb709c-e4a5-4410-b80c-7eb8e1662442",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"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": "a0606c51-4d3c-441b-905b-1387740537cd",
"ServiceTypeID": "ad0d4959-3699-44a2-9427-3e94dd460f17",
"WorkOrderOn": "2026-06-24T16:08:18.3838569+04:00",
"WorkOrderID": "b5e8c3f1-ce84-42aa-8d28-ab4058b2e693",
"InspectionOn": "2026-06-24T16:08:18.3838569+04:00",
"InspectionItemID": "dbe4f215-96f3-482a-9861-7339839dcf9c"
},
"PrevVehicleID": "7f64573b-28c0-4bef-839f-d9cea6534686",
"CloseBy": "f7099c35-afe2-4b5b-88ea-27b9b6fabe7c",
"CloseOn": "2026-06-24T16:08:18.3838569+04:00",
"CriticalLevel": 0,
"Id": "17a2bec8-93ee-4e89-a588-855f3453a8fa",
"UserName": "sample string 17",
"UserID": "fb54f766-6156-47df-aa65-a8c3a05706d7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe",
"ClientName": "sample string 22",
"PartnerID": "5de47206-17e5-4cda-824a-c16b67323cf7",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"IssueID": "ce21d1d2-494c-41dd-8eb4-9beef334fa62",
"ReportedDate": "2026-06-24T16:08:18.3838569+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7efefbe6-cb56-4d3c-a531-9a97257098a6",
"ReportedByName": "sample string 6",
"AssignedToID": "dddb709c-e4a5-4410-b80c-7eb8e1662442",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"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": "a0606c51-4d3c-441b-905b-1387740537cd",
"ServiceTypeID": "ad0d4959-3699-44a2-9427-3e94dd460f17",
"WorkOrderOn": "2026-06-24T16:08:18.3838569+04:00",
"WorkOrderID": "b5e8c3f1-ce84-42aa-8d28-ab4058b2e693",
"InspectionOn": "2026-06-24T16:08:18.3838569+04:00",
"InspectionItemID": "dbe4f215-96f3-482a-9861-7339839dcf9c"
},
"PrevVehicleID": "7f64573b-28c0-4bef-839f-d9cea6534686",
"CloseBy": "f7099c35-afe2-4b5b-88ea-27b9b6fabe7c",
"CloseOn": "2026-06-24T16:08:18.3838569+04:00",
"CriticalLevel": 0,
"Id": "17a2bec8-93ee-4e89-a588-855f3453a8fa",
"UserName": "sample string 17",
"UserID": "fb54f766-6156-47df-aa65-a8c3a05706d7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe",
"ClientName": "sample string 22",
"PartnerID": "5de47206-17e5-4cda-824a-c16b67323cf7",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"96e9566d-47c1-4d1f-90a9-b3a7a87cda39",
"8f657ef0-cc76-42ed-b318-2f3cde4ba88b"
],
"Id": "ae18613a-070a-49f5-ac26-da72b8154ffe",
"UserName": "sample string 15",
"UserID": "125e7f42-ebfb-4692-8134-46a2dcf75e04",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "0c61c9b8-a201-4071-9c5d-68e307ce4838",
"ClientName": "sample string 20",
"PartnerID": "30ab7e2f-a07d-4048-b5b3-568f5beb6ca7",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "a9916a24-7b58-4f8f-a688-444c159512eb",
"ServiceType": {
"ServiceTypeId": "d53c4bb9-fe82-42df-9540-c1a1cf3599b6",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "528293aa-2909-43d5-8e5d-4f291f6d6a1e",
"UserName": "sample string 8",
"UserID": "fd8ccf77-f7ed-4b4e-a039-d3ca56c97b0f",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "cbeaa8cf-e646-4828-9841-c31cda14e0de",
"ClientName": "sample string 13",
"PartnerID": "bab7bf88-9dda-4307-9136-9babe898ad9e",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"Vehicles": [
{
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
{
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
}
],
"VehicleGroupIds": [
"22df8b01-75e3-4013-936b-9f7773aa2d33",
"0dd10725-0058-43fc-a70b-624932dbe8f1"
],
"ServiceDoneOn": "2026-06-24T16:08:18.3838569+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": "6214357a-56b8-4792-9299-0f617c0939ed",
"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-06-24T16:08:18.3838569+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"IssueID": "ce21d1d2-494c-41dd-8eb4-9beef334fa62",
"ReportedDate": "2026-06-24T16:08:18.3838569+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7efefbe6-cb56-4d3c-a531-9a97257098a6",
"ReportedByName": "sample string 6",
"AssignedToID": "dddb709c-e4a5-4410-b80c-7eb8e1662442",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"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": "a0606c51-4d3c-441b-905b-1387740537cd",
"ServiceTypeID": "ad0d4959-3699-44a2-9427-3e94dd460f17",
"WorkOrderOn": "2026-06-24T16:08:18.3838569+04:00",
"WorkOrderID": "b5e8c3f1-ce84-42aa-8d28-ab4058b2e693",
"InspectionOn": "2026-06-24T16:08:18.3838569+04:00",
"InspectionItemID": "dbe4f215-96f3-482a-9861-7339839dcf9c"
},
"PrevVehicleID": "7f64573b-28c0-4bef-839f-d9cea6534686",
"CloseBy": "f7099c35-afe2-4b5b-88ea-27b9b6fabe7c",
"CloseOn": "2026-06-24T16:08:18.3838569+04:00",
"CriticalLevel": 0,
"Id": "17a2bec8-93ee-4e89-a588-855f3453a8fa",
"UserName": "sample string 17",
"UserID": "fb54f766-6156-47df-aa65-a8c3a05706d7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe",
"ClientName": "sample string 22",
"PartnerID": "5de47206-17e5-4cda-824a-c16b67323cf7",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "34e2418b-298d-4250-8079-632973670166",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8bb33ab2-819c-4fa8-8a56-475ced4b8ff4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "49a16764-761c-407f-9e12-a505b9ba67d9",
"PartnerID": "8f10a3ef-4ec8-45a5-8a9a-aa09948630bd"
},
"IssueID": "ce21d1d2-494c-41dd-8eb4-9beef334fa62",
"ReportedDate": "2026-06-24T16:08:18.3838569+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7efefbe6-cb56-4d3c-a531-9a97257098a6",
"ReportedByName": "sample string 6",
"AssignedToID": "dddb709c-e4a5-4410-b80c-7eb8e1662442",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:08:18.3838569+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ee7a41e0-f449-42b0-8fb7-d71916755165",
"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": "a0606c51-4d3c-441b-905b-1387740537cd",
"ServiceTypeID": "ad0d4959-3699-44a2-9427-3e94dd460f17",
"WorkOrderOn": "2026-06-24T16:08:18.3838569+04:00",
"WorkOrderID": "b5e8c3f1-ce84-42aa-8d28-ab4058b2e693",
"InspectionOn": "2026-06-24T16:08:18.3838569+04:00",
"InspectionItemID": "dbe4f215-96f3-482a-9861-7339839dcf9c"
},
"PrevVehicleID": "7f64573b-28c0-4bef-839f-d9cea6534686",
"CloseBy": "f7099c35-afe2-4b5b-88ea-27b9b6fabe7c",
"CloseOn": "2026-06-24T16:08:18.3838569+04:00",
"CriticalLevel": 0,
"Id": "17a2bec8-93ee-4e89-a588-855f3453a8fa",
"UserName": "sample string 17",
"UserID": "fb54f766-6156-47df-aa65-a8c3a05706d7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe",
"ClientName": "sample string 22",
"PartnerID": "5de47206-17e5-4cda-824a-c16b67323cf7",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"96e9566d-47c1-4d1f-90a9-b3a7a87cda39",
"8f657ef0-cc76-42ed-b318-2f3cde4ba88b"
],
"Id": "ae18613a-070a-49f5-ac26-da72b8154ffe",
"UserName": "sample string 15",
"UserID": "125e7f42-ebfb-4692-8134-46a2dcf75e04",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:08:18.3838569+04:00",
"ClientID": "0c61c9b8-a201-4071-9c5d-68e307ce4838",
"ClientName": "sample string 20",
"PartnerID": "30ab7e2f-a07d-4048-b5b3-568f5beb6ca7",
"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>0c61c9b8-a201-4071-9c5d-68e307ce4838</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>ae18613a-070a-49f5-ac26-da72b8154ffe</Id>
<PartnerID>30ab7e2f-a07d-4048-b5b3-568f5beb6ca7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>125e7f42-ebfb-4692-8134-46a2dcf75e04</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:08:18.3838569+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>2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>17a2bec8-93ee-4e89-a588-855f3453a8fa</Id>
<PartnerID>5de47206-17e5-4cda-824a-c16b67323cf7</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>fb54f766-6156-47df-aa65-a8c3a05706d7</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>dddb709c-e4a5-4410-b80c-7eb8e1662442</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>f7099c35-afe2-4b5b-88ea-27b9b6fabe7c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:08:18.3838569+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:08:18.3838569+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ce21d1d2-494c-41dd-8eb4-9beef334fa62</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7f64573b-28c0-4bef-839f-d9cea6534686</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7efefbe6-cb56-4d3c-a531-9a97257098a6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:08:18.3838569+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dbe4f215-96f3-482a-9861-7339839dcf9c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:08:18.3838569+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a0606c51-4d3c-441b-905b-1387740537cd</d3p1:ServiceID>
<d3p1:ServiceTypeID>ad0d4959-3699-44a2-9427-3e94dd460f17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b5e8c3f1-ce84-42aa-8d28-ab4058b2e693</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:08:18.3838569+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>17a2bec8-93ee-4e89-a588-855f3453a8fa</Id>
<PartnerID>5de47206-17e5-4cda-824a-c16b67323cf7</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>fb54f766-6156-47df-aa65-a8c3a05706d7</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>dddb709c-e4a5-4410-b80c-7eb8e1662442</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>f7099c35-afe2-4b5b-88ea-27b9b6fabe7c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:08:18.3838569+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:08:18.3838569+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ce21d1d2-494c-41dd-8eb4-9beef334fa62</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7f64573b-28c0-4bef-839f-d9cea6534686</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7efefbe6-cb56-4d3c-a531-9a97257098a6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:08:18.3838569+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dbe4f215-96f3-482a-9861-7339839dcf9c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:08:18.3838569+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a0606c51-4d3c-441b-905b-1387740537cd</d3p1:ServiceID>
<d3p1:ServiceTypeID>ad0d4959-3699-44a2-9427-3e94dd460f17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b5e8c3f1-ce84-42aa-8d28-ab4058b2e693</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:08:18.3838569+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>96e9566d-47c1-4d1f-90a9-b3a7a87cda39</d3p1:guid>
<d3p1:guid>8f657ef0-cc76-42ed-b318-2f3cde4ba88b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:08:18.3838569+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:08:18.3838569+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>cbeaa8cf-e646-4828-9841-c31cda14e0de</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>528293aa-2909-43d5-8e5d-4f291f6d6a1e</Id>
<PartnerID>bab7bf88-9dda-4307-9136-9babe898ad9e</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fd8ccf77-f7ed-4b4e-a039-d3ca56c97b0f</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>d53c4bb9-fe82-42df-9540-c1a1cf3599b6</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6214357a-56b8-4792-9299-0f617c0939ed</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>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>22df8b01-75e3-4013-936b-9f7773aa2d33</d3p1:guid>
<d3p1:guid>0dd10725-0058-43fc-a70b-624932dbe8f1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>a9916a24-7b58-4f8f-a688-444c159512eb</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>0c61c9b8-a201-4071-9c5d-68e307ce4838</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>ae18613a-070a-49f5-ac26-da72b8154ffe</Id>
<PartnerID>30ab7e2f-a07d-4048-b5b3-568f5beb6ca7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>125e7f42-ebfb-4692-8134-46a2dcf75e04</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:08:18.3838569+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>2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>17a2bec8-93ee-4e89-a588-855f3453a8fa</Id>
<PartnerID>5de47206-17e5-4cda-824a-c16b67323cf7</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>fb54f766-6156-47df-aa65-a8c3a05706d7</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>dddb709c-e4a5-4410-b80c-7eb8e1662442</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>f7099c35-afe2-4b5b-88ea-27b9b6fabe7c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:08:18.3838569+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:08:18.3838569+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ce21d1d2-494c-41dd-8eb4-9beef334fa62</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7f64573b-28c0-4bef-839f-d9cea6534686</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7efefbe6-cb56-4d3c-a531-9a97257098a6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:08:18.3838569+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dbe4f215-96f3-482a-9861-7339839dcf9c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:08:18.3838569+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a0606c51-4d3c-441b-905b-1387740537cd</d3p1:ServiceID>
<d3p1:ServiceTypeID>ad0d4959-3699-44a2-9427-3e94dd460f17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b5e8c3f1-ce84-42aa-8d28-ab4058b2e693</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:08:18.3838569+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>2fba31e5-aa50-4c3b-8fc1-1af4387d7cfe</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>17a2bec8-93ee-4e89-a588-855f3453a8fa</Id>
<PartnerID>5de47206-17e5-4cda-824a-c16b67323cf7</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>fb54f766-6156-47df-aa65-a8c3a05706d7</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>dddb709c-e4a5-4410-b80c-7eb8e1662442</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>ee7a41e0-f449-42b0-8fb7-d71916755165</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>f7099c35-afe2-4b5b-88ea-27b9b6fabe7c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:08:18.3838569+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:08:18.3838569+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ce21d1d2-494c-41dd-8eb4-9beef334fa62</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7f64573b-28c0-4bef-839f-d9cea6534686</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7efefbe6-cb56-4d3c-a531-9a97257098a6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:08:18.3838569+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>dbe4f215-96f3-482a-9861-7339839dcf9c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:08:18.3838569+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a0606c51-4d3c-441b-905b-1387740537cd</d3p1:ServiceID>
<d3p1:ServiceTypeID>ad0d4959-3699-44a2-9427-3e94dd460f17</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b5e8c3f1-ce84-42aa-8d28-ab4058b2e693</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:08:18.3838569+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>96e9566d-47c1-4d1f-90a9-b3a7a87cda39</d3p1:guid>
<d3p1:guid>8f657ef0-cc76-42ed-b318-2f3cde4ba88b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:08:18.3838569+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:08:18.3838569+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>cbeaa8cf-e646-4828-9841-c31cda14e0de</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:08:18.3838569+04:00</CreatedOn>
<Id>528293aa-2909-43d5-8e5d-4f291f6d6a1e</Id>
<PartnerID>bab7bf88-9dda-4307-9136-9babe898ad9e</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fd8ccf77-f7ed-4b4e-a039-d3ca56c97b0f</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>d53c4bb9-fe82-42df-9540-c1a1cf3599b6</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6214357a-56b8-4792-9299-0f617c0939ed</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>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>22df8b01-75e3-4013-936b-9f7773aa2d33</d3p1:guid>
<d3p1:guid>0dd10725-0058-43fc-a70b-624932dbe8f1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>a9916a24-7b58-4f8f-a688-444c159512eb</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>49a16764-761c-407f-9e12-a505b9ba67d9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8bb33ab2-819c-4fa8-8a56-475ced4b8ff4</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>8f10a3ef-4ec8-45a5-8a9a-aa09948630bd</PartnerID>
<VehicleID>34e2418b-298d-4250-8079-632973670166</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>