GET Api/Service?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | 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": "816d58a2-b477-48ef-b3c0-4df806996252",
"ServiceType": {
"ServiceTypeId": "e43f6116-0ef3-4399-aac9-09f0a3b5cc74",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "cd425bfe-3305-45a7-9c37-1e5048414b9e",
"UserName": "sample string 8",
"UserID": "1a75bc09-2b85-4d50-bba4-879507c10179",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "ecd4c948-9ff3-4d19-bed7-38637d098c43",
"ClientName": "sample string 13",
"PartnerID": "6d6ecf2a-ca48-4c6d-9332-576be29de8e6",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"Vehicles": [
{
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
{
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
}
],
"VehicleGroupIds": [
"198d4823-73f9-4ba3-a112-eabd14202056",
"5c73d615-c79f-4df9-a8a1-cd339658aa75"
],
"ServiceDoneOn": "2026-04-18T14:56:30.8130725+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": "972e50d1-0396-4502-8993-227ae46b8263",
"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-04-18T14:56:30.8130725+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"IssueID": "9bf623ca-6dcd-4c74-af6b-9a9179bfc920",
"ReportedDate": "2026-04-18T14:56:30.8130725+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "02b17790-b2f4-4b69-83cc-6f4aaa857822",
"ReportedByName": "sample string 6",
"AssignedToID": "2475ccc8-8dc9-4335-b697-76bd887a3211",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"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": "2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a",
"ServiceTypeID": "34344f06-b7dc-4e23-9044-4f3875c597aa",
"WorkOrderOn": "2026-04-18T14:56:30.8130725+04:00",
"WorkOrderID": "3c8fed08-e75b-4453-a2fe-2658835cecf2",
"InspectionOn": "2026-04-18T14:56:30.8130725+04:00",
"InspectionItemID": "825d159b-cd57-416e-a210-acdb5e31256f"
},
"PrevVehicleID": "3f47b457-6b85-4080-84fe-a1e205d61c8b",
"CloseBy": "936592a6-6c8b-40ff-8368-7ec3c6df9b8d",
"CloseOn": "2026-04-18T14:56:30.8130725+04:00",
"CriticalLevel": 0,
"Id": "575b15c2-e11c-4260-85e1-ca03a1ad3bbf",
"UserName": "sample string 17",
"UserID": "2902d5f8-272d-42c9-a5f9-450043bfa721",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "6160d73a-112d-4bd6-bebe-de50c2b5a63e",
"ClientName": "sample string 22",
"PartnerID": "b5727c3e-1dd6-455e-8ba5-6d3de540849b",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"IssueID": "9bf623ca-6dcd-4c74-af6b-9a9179bfc920",
"ReportedDate": "2026-04-18T14:56:30.8130725+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "02b17790-b2f4-4b69-83cc-6f4aaa857822",
"ReportedByName": "sample string 6",
"AssignedToID": "2475ccc8-8dc9-4335-b697-76bd887a3211",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"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": "2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a",
"ServiceTypeID": "34344f06-b7dc-4e23-9044-4f3875c597aa",
"WorkOrderOn": "2026-04-18T14:56:30.8130725+04:00",
"WorkOrderID": "3c8fed08-e75b-4453-a2fe-2658835cecf2",
"InspectionOn": "2026-04-18T14:56:30.8130725+04:00",
"InspectionItemID": "825d159b-cd57-416e-a210-acdb5e31256f"
},
"PrevVehicleID": "3f47b457-6b85-4080-84fe-a1e205d61c8b",
"CloseBy": "936592a6-6c8b-40ff-8368-7ec3c6df9b8d",
"CloseOn": "2026-04-18T14:56:30.8130725+04:00",
"CriticalLevel": 0,
"Id": "575b15c2-e11c-4260-85e1-ca03a1ad3bbf",
"UserName": "sample string 17",
"UserID": "2902d5f8-272d-42c9-a5f9-450043bfa721",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "6160d73a-112d-4bd6-bebe-de50c2b5a63e",
"ClientName": "sample string 22",
"PartnerID": "b5727c3e-1dd6-455e-8ba5-6d3de540849b",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"f37d9211-f175-4cf9-b0b7-662bd38d4612",
"82d0d7bd-c179-44c2-a210-e1ae8244f817"
],
"Id": "bf97d672-52bf-4d0b-9ddb-a5859d052378",
"UserName": "sample string 15",
"UserID": "ec35755e-46ef-469f-be27-c386637be189",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "b653dd31-5cda-4591-a61c-5377f1bc0a47",
"ClientName": "sample string 20",
"PartnerID": "982e0ff8-c89d-4808-8a2a-0f3e79d418d7",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "816d58a2-b477-48ef-b3c0-4df806996252",
"ServiceType": {
"ServiceTypeId": "e43f6116-0ef3-4399-aac9-09f0a3b5cc74",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "cd425bfe-3305-45a7-9c37-1e5048414b9e",
"UserName": "sample string 8",
"UserID": "1a75bc09-2b85-4d50-bba4-879507c10179",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "ecd4c948-9ff3-4d19-bed7-38637d098c43",
"ClientName": "sample string 13",
"PartnerID": "6d6ecf2a-ca48-4c6d-9332-576be29de8e6",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"Vehicles": [
{
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
{
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
}
],
"VehicleGroupIds": [
"198d4823-73f9-4ba3-a112-eabd14202056",
"5c73d615-c79f-4df9-a8a1-cd339658aa75"
],
"ServiceDoneOn": "2026-04-18T14:56:30.8130725+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": "972e50d1-0396-4502-8993-227ae46b8263",
"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-04-18T14:56:30.8130725+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"IssueID": "9bf623ca-6dcd-4c74-af6b-9a9179bfc920",
"ReportedDate": "2026-04-18T14:56:30.8130725+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "02b17790-b2f4-4b69-83cc-6f4aaa857822",
"ReportedByName": "sample string 6",
"AssignedToID": "2475ccc8-8dc9-4335-b697-76bd887a3211",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"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": "2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a",
"ServiceTypeID": "34344f06-b7dc-4e23-9044-4f3875c597aa",
"WorkOrderOn": "2026-04-18T14:56:30.8130725+04:00",
"WorkOrderID": "3c8fed08-e75b-4453-a2fe-2658835cecf2",
"InspectionOn": "2026-04-18T14:56:30.8130725+04:00",
"InspectionItemID": "825d159b-cd57-416e-a210-acdb5e31256f"
},
"PrevVehicleID": "3f47b457-6b85-4080-84fe-a1e205d61c8b",
"CloseBy": "936592a6-6c8b-40ff-8368-7ec3c6df9b8d",
"CloseOn": "2026-04-18T14:56:30.8130725+04:00",
"CriticalLevel": 0,
"Id": "575b15c2-e11c-4260-85e1-ca03a1ad3bbf",
"UserName": "sample string 17",
"UserID": "2902d5f8-272d-42c9-a5f9-450043bfa721",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "6160d73a-112d-4bd6-bebe-de50c2b5a63e",
"ClientName": "sample string 22",
"PartnerID": "b5727c3e-1dd6-455e-8ba5-6d3de540849b",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ad7918c8-a598-4e67-86ca-2d3a62e67fd2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f68ce295-7f6b-41f6-abef-5c8f11115b83",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6d71d837-d72a-403a-adc7-c9d725c0d6ec",
"PartnerID": "0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5"
},
"IssueID": "9bf623ca-6dcd-4c74-af6b-9a9179bfc920",
"ReportedDate": "2026-04-18T14:56:30.8130725+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "02b17790-b2f4-4b69-83cc-6f4aaa857822",
"ReportedByName": "sample string 6",
"AssignedToID": "2475ccc8-8dc9-4335-b697-76bd887a3211",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:56:30.8130725+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75973f5f-383b-4938-bc8e-ea420e349d1d",
"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": "2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a",
"ServiceTypeID": "34344f06-b7dc-4e23-9044-4f3875c597aa",
"WorkOrderOn": "2026-04-18T14:56:30.8130725+04:00",
"WorkOrderID": "3c8fed08-e75b-4453-a2fe-2658835cecf2",
"InspectionOn": "2026-04-18T14:56:30.8130725+04:00",
"InspectionItemID": "825d159b-cd57-416e-a210-acdb5e31256f"
},
"PrevVehicleID": "3f47b457-6b85-4080-84fe-a1e205d61c8b",
"CloseBy": "936592a6-6c8b-40ff-8368-7ec3c6df9b8d",
"CloseOn": "2026-04-18T14:56:30.8130725+04:00",
"CriticalLevel": 0,
"Id": "575b15c2-e11c-4260-85e1-ca03a1ad3bbf",
"UserName": "sample string 17",
"UserID": "2902d5f8-272d-42c9-a5f9-450043bfa721",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "6160d73a-112d-4bd6-bebe-de50c2b5a63e",
"ClientName": "sample string 22",
"PartnerID": "b5727c3e-1dd6-455e-8ba5-6d3de540849b",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"f37d9211-f175-4cf9-b0b7-662bd38d4612",
"82d0d7bd-c179-44c2-a210-e1ae8244f817"
],
"Id": "bf97d672-52bf-4d0b-9ddb-a5859d052378",
"UserName": "sample string 15",
"UserID": "ec35755e-46ef-469f-be27-c386637be189",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-04-18T14:56:30.8130725+04:00",
"ClientID": "b653dd31-5cda-4591-a61c-5377f1bc0a47",
"ClientName": "sample string 20",
"PartnerID": "982e0ff8-c89d-4808-8a2a-0f3e79d418d7",
"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>b653dd31-5cda-4591-a61c-5377f1bc0a47</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>bf97d672-52bf-4d0b-9ddb-a5859d052378</Id>
<PartnerID>982e0ff8-c89d-4808-8a2a-0f3e79d418d7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>ec35755e-46ef-469f-be27-c386637be189</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-04-18T14:56:30.8130725+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>6160d73a-112d-4bd6-bebe-de50c2b5a63e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>575b15c2-e11c-4260-85e1-ca03a1ad3bbf</Id>
<PartnerID>b5727c3e-1dd6-455e-8ba5-6d3de540849b</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2902d5f8-272d-42c9-a5f9-450043bfa721</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2475ccc8-8dc9-4335-b697-76bd887a3211</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>936592a6-6c8b-40ff-8368-7ec3c6df9b8d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:56:30.8130725+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:56:30.8130725+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9bf623ca-6dcd-4c74-af6b-9a9179bfc920</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>3f47b457-6b85-4080-84fe-a1e205d61c8b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>02b17790-b2f4-4b69-83cc-6f4aaa857822</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:56:30.8130725+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>825d159b-cd57-416e-a210-acdb5e31256f</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:56:30.8130725+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a</d3p1:ServiceID>
<d3p1:ServiceTypeID>34344f06-b7dc-4e23-9044-4f3875c597aa</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3c8fed08-e75b-4453-a2fe-2658835cecf2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:56:30.8130725+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>6160d73a-112d-4bd6-bebe-de50c2b5a63e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>575b15c2-e11c-4260-85e1-ca03a1ad3bbf</Id>
<PartnerID>b5727c3e-1dd6-455e-8ba5-6d3de540849b</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2902d5f8-272d-42c9-a5f9-450043bfa721</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2475ccc8-8dc9-4335-b697-76bd887a3211</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>936592a6-6c8b-40ff-8368-7ec3c6df9b8d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:56:30.8130725+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:56:30.8130725+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9bf623ca-6dcd-4c74-af6b-9a9179bfc920</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>3f47b457-6b85-4080-84fe-a1e205d61c8b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>02b17790-b2f4-4b69-83cc-6f4aaa857822</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:56:30.8130725+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>825d159b-cd57-416e-a210-acdb5e31256f</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:56:30.8130725+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a</d3p1:ServiceID>
<d3p1:ServiceTypeID>34344f06-b7dc-4e23-9044-4f3875c597aa</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3c8fed08-e75b-4453-a2fe-2658835cecf2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:56:30.8130725+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f37d9211-f175-4cf9-b0b7-662bd38d4612</d3p1:guid>
<d3p1:guid>82d0d7bd-c179-44c2-a210-e1ae8244f817</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-04-18T14:56:30.8130725+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-04-18T14:56:30.8130725+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ecd4c948-9ff3-4d19-bed7-38637d098c43</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>cd425bfe-3305-45a7-9c37-1e5048414b9e</Id>
<PartnerID>6d6ecf2a-ca48-4c6d-9332-576be29de8e6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>1a75bc09-2b85-4d50-bba4-879507c10179</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>e43f6116-0ef3-4399-aac9-09f0a3b5cc74</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>972e50d1-0396-4502-8993-227ae46b8263</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>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>198d4823-73f9-4ba3-a112-eabd14202056</d3p1:guid>
<d3p1:guid>5c73d615-c79f-4df9-a8a1-cd339658aa75</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>816d58a2-b477-48ef-b3c0-4df806996252</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>b653dd31-5cda-4591-a61c-5377f1bc0a47</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>bf97d672-52bf-4d0b-9ddb-a5859d052378</Id>
<PartnerID>982e0ff8-c89d-4808-8a2a-0f3e79d418d7</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>ec35755e-46ef-469f-be27-c386637be189</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-04-18T14:56:30.8130725+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>6160d73a-112d-4bd6-bebe-de50c2b5a63e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>575b15c2-e11c-4260-85e1-ca03a1ad3bbf</Id>
<PartnerID>b5727c3e-1dd6-455e-8ba5-6d3de540849b</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2902d5f8-272d-42c9-a5f9-450043bfa721</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2475ccc8-8dc9-4335-b697-76bd887a3211</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>936592a6-6c8b-40ff-8368-7ec3c6df9b8d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:56:30.8130725+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:56:30.8130725+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9bf623ca-6dcd-4c74-af6b-9a9179bfc920</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>3f47b457-6b85-4080-84fe-a1e205d61c8b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>02b17790-b2f4-4b69-83cc-6f4aaa857822</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:56:30.8130725+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>825d159b-cd57-416e-a210-acdb5e31256f</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:56:30.8130725+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a</d3p1:ServiceID>
<d3p1:ServiceTypeID>34344f06-b7dc-4e23-9044-4f3875c597aa</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3c8fed08-e75b-4453-a2fe-2658835cecf2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:56:30.8130725+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>6160d73a-112d-4bd6-bebe-de50c2b5a63e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>575b15c2-e11c-4260-85e1-ca03a1ad3bbf</Id>
<PartnerID>b5727c3e-1dd6-455e-8ba5-6d3de540849b</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2902d5f8-272d-42c9-a5f9-450043bfa721</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2475ccc8-8dc9-4335-b697-76bd887a3211</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75973f5f-383b-4938-bc8e-ea420e349d1d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>936592a6-6c8b-40ff-8368-7ec3c6df9b8d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:56:30.8130725+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:56:30.8130725+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>9bf623ca-6dcd-4c74-af6b-9a9179bfc920</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>3f47b457-6b85-4080-84fe-a1e205d61c8b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>02b17790-b2f4-4b69-83cc-6f4aaa857822</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:56:30.8130725+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>825d159b-cd57-416e-a210-acdb5e31256f</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:56:30.8130725+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>2e0a0fae-a5c6-47c4-a225-d5d77ffb2e1a</d3p1:ServiceID>
<d3p1:ServiceTypeID>34344f06-b7dc-4e23-9044-4f3875c597aa</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3c8fed08-e75b-4453-a2fe-2658835cecf2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:56:30.8130725+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f37d9211-f175-4cf9-b0b7-662bd38d4612</d3p1:guid>
<d3p1:guid>82d0d7bd-c179-44c2-a210-e1ae8244f817</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-04-18T14:56:30.8130725+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-04-18T14:56:30.8130725+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ecd4c948-9ff3-4d19-bed7-38637d098c43</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:56:30.8130725+04:00</CreatedOn>
<Id>cd425bfe-3305-45a7-9c37-1e5048414b9e</Id>
<PartnerID>6d6ecf2a-ca48-4c6d-9332-576be29de8e6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>1a75bc09-2b85-4d50-bba4-879507c10179</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>e43f6116-0ef3-4399-aac9-09f0a3b5cc74</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>972e50d1-0396-4502-8993-227ae46b8263</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>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>198d4823-73f9-4ba3-a112-eabd14202056</d3p1:guid>
<d3p1:guid>5c73d615-c79f-4df9-a8a1-cd339658aa75</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>816d58a2-b477-48ef-b3c0-4df806996252</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6d71d837-d72a-403a-adc7-c9d725c0d6ec</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f68ce295-7f6b-41f6-abef-5c8f11115b83</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>0d1d5b3a-f8a2-4f75-acf0-8077e1241eb5</PartnerID>
<VehicleID>ad7918c8-a598-4e67-86ca-2d3a62e67fd2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>