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": "4eefddbb-3bf9-4df6-974b-d7599b65f340",
"ServiceType": {
"ServiceTypeId": "965295a0-1e0d-4823-955a-365cc7dcf005",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "85b8787c-eeab-4512-8950-8096202431ef",
"UserName": "sample string 8",
"UserID": "3e3ad741-8af1-4413-8507-24299d858b04",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "3308e52c-40c5-4a74-8583-78f212c928d6",
"ClientName": "sample string 13",
"PartnerID": "ae9226f4-2c3d-4aa3-b599-cc1bd0a8ebf9",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"Vehicles": [
{
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
{
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
}
],
"VehicleGroupIds": [
"273ab402-11b9-465b-8583-d2bb56b0d9fd",
"d32ba768-c155-4939-a764-3acf0e8a3513"
],
"ServiceDoneOn": "2026-06-24T16:06:38.1012888+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": "6c6cc699-12de-47d9-8031-e18beaaddb86",
"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:06:38.1012888+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"IssueID": "b41bfd49-a246-40af-aec5-fbba679da7a5",
"ReportedDate": "2026-06-24T16:06:38.1012888+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b11ee27a-8239-48fb-aa91-ae6b75b9c9b4",
"ReportedByName": "sample string 6",
"AssignedToID": "9cad9693-5a0a-4c50-811c-f51d1d3e388a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"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": "929b6a91-92af-47b1-95f5-c61786ab22fe",
"ServiceTypeID": "55b1e393-995f-4a1b-9487-9b0097905f85",
"WorkOrderOn": "2026-06-24T16:06:38.1012888+04:00",
"WorkOrderID": "996a39a9-6fb7-4a08-939b-a7b04e1d7eb2",
"InspectionOn": "2026-06-24T16:06:38.1012888+04:00",
"InspectionItemID": "00c8a55a-f7f4-4934-80cf-a9955cb2a21e"
},
"PrevVehicleID": "70450c75-af09-48a9-bdb1-38d323e88a02",
"CloseBy": "2b540bd6-165f-420f-b300-8055bd31e42d",
"CloseOn": "2026-06-24T16:06:38.1012888+04:00",
"CriticalLevel": 0,
"Id": "4142be58-b83d-4cf8-b79d-5b973637d13e",
"UserName": "sample string 17",
"UserID": "79c4dfe7-1f06-4537-aee2-c46e956d99e6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "cb5dc064-139c-4c80-848d-104eb33910f7",
"ClientName": "sample string 22",
"PartnerID": "ad0c7d0f-82dc-44bf-8cc6-d812d25d591c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"IssueID": "b41bfd49-a246-40af-aec5-fbba679da7a5",
"ReportedDate": "2026-06-24T16:06:38.1012888+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b11ee27a-8239-48fb-aa91-ae6b75b9c9b4",
"ReportedByName": "sample string 6",
"AssignedToID": "9cad9693-5a0a-4c50-811c-f51d1d3e388a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"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": "929b6a91-92af-47b1-95f5-c61786ab22fe",
"ServiceTypeID": "55b1e393-995f-4a1b-9487-9b0097905f85",
"WorkOrderOn": "2026-06-24T16:06:38.1012888+04:00",
"WorkOrderID": "996a39a9-6fb7-4a08-939b-a7b04e1d7eb2",
"InspectionOn": "2026-06-24T16:06:38.1012888+04:00",
"InspectionItemID": "00c8a55a-f7f4-4934-80cf-a9955cb2a21e"
},
"PrevVehicleID": "70450c75-af09-48a9-bdb1-38d323e88a02",
"CloseBy": "2b540bd6-165f-420f-b300-8055bd31e42d",
"CloseOn": "2026-06-24T16:06:38.1012888+04:00",
"CriticalLevel": 0,
"Id": "4142be58-b83d-4cf8-b79d-5b973637d13e",
"UserName": "sample string 17",
"UserID": "79c4dfe7-1f06-4537-aee2-c46e956d99e6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "cb5dc064-139c-4c80-848d-104eb33910f7",
"ClientName": "sample string 22",
"PartnerID": "ad0c7d0f-82dc-44bf-8cc6-d812d25d591c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"2b0a6008-dc03-4b8d-85c3-6a393f224754",
"f523d2ad-ae54-4e5c-aacb-503a67e83bba"
],
"Id": "7217ad5c-906b-4eba-8e73-1bb105572023",
"UserName": "sample string 15",
"UserID": "4f449f1d-9eec-4851-8a58-9b9b54bdedf6",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "8f6ea10c-0438-45b6-922f-c13836395385",
"ClientName": "sample string 20",
"PartnerID": "d1dd3e4f-94c1-4714-a9b8-63f61cffb507",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "4eefddbb-3bf9-4df6-974b-d7599b65f340",
"ServiceType": {
"ServiceTypeId": "965295a0-1e0d-4823-955a-365cc7dcf005",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "85b8787c-eeab-4512-8950-8096202431ef",
"UserName": "sample string 8",
"UserID": "3e3ad741-8af1-4413-8507-24299d858b04",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "3308e52c-40c5-4a74-8583-78f212c928d6",
"ClientName": "sample string 13",
"PartnerID": "ae9226f4-2c3d-4aa3-b599-cc1bd0a8ebf9",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"Vehicles": [
{
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
{
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
}
],
"VehicleGroupIds": [
"273ab402-11b9-465b-8583-d2bb56b0d9fd",
"d32ba768-c155-4939-a764-3acf0e8a3513"
],
"ServiceDoneOn": "2026-06-24T16:06:38.1012888+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": "6c6cc699-12de-47d9-8031-e18beaaddb86",
"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:06:38.1012888+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"IssueID": "b41bfd49-a246-40af-aec5-fbba679da7a5",
"ReportedDate": "2026-06-24T16:06:38.1012888+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b11ee27a-8239-48fb-aa91-ae6b75b9c9b4",
"ReportedByName": "sample string 6",
"AssignedToID": "9cad9693-5a0a-4c50-811c-f51d1d3e388a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"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": "929b6a91-92af-47b1-95f5-c61786ab22fe",
"ServiceTypeID": "55b1e393-995f-4a1b-9487-9b0097905f85",
"WorkOrderOn": "2026-06-24T16:06:38.1012888+04:00",
"WorkOrderID": "996a39a9-6fb7-4a08-939b-a7b04e1d7eb2",
"InspectionOn": "2026-06-24T16:06:38.1012888+04:00",
"InspectionItemID": "00c8a55a-f7f4-4934-80cf-a9955cb2a21e"
},
"PrevVehicleID": "70450c75-af09-48a9-bdb1-38d323e88a02",
"CloseBy": "2b540bd6-165f-420f-b300-8055bd31e42d",
"CloseOn": "2026-06-24T16:06:38.1012888+04:00",
"CriticalLevel": 0,
"Id": "4142be58-b83d-4cf8-b79d-5b973637d13e",
"UserName": "sample string 17",
"UserID": "79c4dfe7-1f06-4537-aee2-c46e956d99e6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "cb5dc064-139c-4c80-848d-104eb33910f7",
"ClientName": "sample string 22",
"PartnerID": "ad0c7d0f-82dc-44bf-8cc6-d812d25d591c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5e1c3760-d7fb-4279-ab91-a2ec0829fd81",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b3cb0988-c6e5-44e9-8f15-118e4e1894f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6832c4aa-74bd-43e9-aa0e-c89e23d5737e",
"PartnerID": "bc951675-aeda-41d1-9b85-b9757c6024ba"
},
"IssueID": "b41bfd49-a246-40af-aec5-fbba679da7a5",
"ReportedDate": "2026-06-24T16:06:38.1012888+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b11ee27a-8239-48fb-aa91-ae6b75b9c9b4",
"ReportedByName": "sample string 6",
"AssignedToID": "9cad9693-5a0a-4c50-811c-f51d1d3e388a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:06:38.1012888+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e30194d9-d39e-45a8-8d85-8dcdea14c2a1",
"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": "929b6a91-92af-47b1-95f5-c61786ab22fe",
"ServiceTypeID": "55b1e393-995f-4a1b-9487-9b0097905f85",
"WorkOrderOn": "2026-06-24T16:06:38.1012888+04:00",
"WorkOrderID": "996a39a9-6fb7-4a08-939b-a7b04e1d7eb2",
"InspectionOn": "2026-06-24T16:06:38.1012888+04:00",
"InspectionItemID": "00c8a55a-f7f4-4934-80cf-a9955cb2a21e"
},
"PrevVehicleID": "70450c75-af09-48a9-bdb1-38d323e88a02",
"CloseBy": "2b540bd6-165f-420f-b300-8055bd31e42d",
"CloseOn": "2026-06-24T16:06:38.1012888+04:00",
"CriticalLevel": 0,
"Id": "4142be58-b83d-4cf8-b79d-5b973637d13e",
"UserName": "sample string 17",
"UserID": "79c4dfe7-1f06-4537-aee2-c46e956d99e6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "cb5dc064-139c-4c80-848d-104eb33910f7",
"ClientName": "sample string 22",
"PartnerID": "ad0c7d0f-82dc-44bf-8cc6-d812d25d591c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"2b0a6008-dc03-4b8d-85c3-6a393f224754",
"f523d2ad-ae54-4e5c-aacb-503a67e83bba"
],
"Id": "7217ad5c-906b-4eba-8e73-1bb105572023",
"UserName": "sample string 15",
"UserID": "4f449f1d-9eec-4851-8a58-9b9b54bdedf6",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:06:38.1012888+04:00",
"ClientID": "8f6ea10c-0438-45b6-922f-c13836395385",
"ClientName": "sample string 20",
"PartnerID": "d1dd3e4f-94c1-4714-a9b8-63f61cffb507",
"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>8f6ea10c-0438-45b6-922f-c13836395385</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>7217ad5c-906b-4eba-8e73-1bb105572023</Id>
<PartnerID>d1dd3e4f-94c1-4714-a9b8-63f61cffb507</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>4f449f1d-9eec-4851-8a58-9b9b54bdedf6</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:06:38.1012888+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>cb5dc064-139c-4c80-848d-104eb33910f7</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>4142be58-b83d-4cf8-b79d-5b973637d13e</Id>
<PartnerID>ad0c7d0f-82dc-44bf-8cc6-d812d25d591c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>79c4dfe7-1f06-4537-aee2-c46e956d99e6</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9cad9693-5a0a-4c50-811c-f51d1d3e388a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2b540bd6-165f-420f-b300-8055bd31e42d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:06:38.1012888+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:06:38.1012888+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b41bfd49-a246-40af-aec5-fbba679da7a5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>70450c75-af09-48a9-bdb1-38d323e88a02</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b11ee27a-8239-48fb-aa91-ae6b75b9c9b4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:06:38.1012888+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00c8a55a-f7f4-4934-80cf-a9955cb2a21e</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:06:38.1012888+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>929b6a91-92af-47b1-95f5-c61786ab22fe</d3p1:ServiceID>
<d3p1:ServiceTypeID>55b1e393-995f-4a1b-9487-9b0097905f85</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>996a39a9-6fb7-4a08-939b-a7b04e1d7eb2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:06:38.1012888+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>cb5dc064-139c-4c80-848d-104eb33910f7</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>4142be58-b83d-4cf8-b79d-5b973637d13e</Id>
<PartnerID>ad0c7d0f-82dc-44bf-8cc6-d812d25d591c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>79c4dfe7-1f06-4537-aee2-c46e956d99e6</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9cad9693-5a0a-4c50-811c-f51d1d3e388a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2b540bd6-165f-420f-b300-8055bd31e42d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:06:38.1012888+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:06:38.1012888+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b41bfd49-a246-40af-aec5-fbba679da7a5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>70450c75-af09-48a9-bdb1-38d323e88a02</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b11ee27a-8239-48fb-aa91-ae6b75b9c9b4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:06:38.1012888+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00c8a55a-f7f4-4934-80cf-a9955cb2a21e</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:06:38.1012888+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>929b6a91-92af-47b1-95f5-c61786ab22fe</d3p1:ServiceID>
<d3p1:ServiceTypeID>55b1e393-995f-4a1b-9487-9b0097905f85</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>996a39a9-6fb7-4a08-939b-a7b04e1d7eb2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:06:38.1012888+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2b0a6008-dc03-4b8d-85c3-6a393f224754</d3p1:guid>
<d3p1:guid>f523d2ad-ae54-4e5c-aacb-503a67e83bba</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:06:38.1012888+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:06:38.1012888+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>3308e52c-40c5-4a74-8583-78f212c928d6</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>85b8787c-eeab-4512-8950-8096202431ef</Id>
<PartnerID>ae9226f4-2c3d-4aa3-b599-cc1bd0a8ebf9</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>3e3ad741-8af1-4413-8507-24299d858b04</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>965295a0-1e0d-4823-955a-365cc7dcf005</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6c6cc699-12de-47d9-8031-e18beaaddb86</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>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>273ab402-11b9-465b-8583-d2bb56b0d9fd</d3p1:guid>
<d3p1:guid>d32ba768-c155-4939-a764-3acf0e8a3513</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4eefddbb-3bf9-4df6-974b-d7599b65f340</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>8f6ea10c-0438-45b6-922f-c13836395385</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>7217ad5c-906b-4eba-8e73-1bb105572023</Id>
<PartnerID>d1dd3e4f-94c1-4714-a9b8-63f61cffb507</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>4f449f1d-9eec-4851-8a58-9b9b54bdedf6</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:06:38.1012888+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>cb5dc064-139c-4c80-848d-104eb33910f7</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>4142be58-b83d-4cf8-b79d-5b973637d13e</Id>
<PartnerID>ad0c7d0f-82dc-44bf-8cc6-d812d25d591c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>79c4dfe7-1f06-4537-aee2-c46e956d99e6</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9cad9693-5a0a-4c50-811c-f51d1d3e388a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2b540bd6-165f-420f-b300-8055bd31e42d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:06:38.1012888+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:06:38.1012888+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b41bfd49-a246-40af-aec5-fbba679da7a5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>70450c75-af09-48a9-bdb1-38d323e88a02</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b11ee27a-8239-48fb-aa91-ae6b75b9c9b4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:06:38.1012888+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00c8a55a-f7f4-4934-80cf-a9955cb2a21e</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:06:38.1012888+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>929b6a91-92af-47b1-95f5-c61786ab22fe</d3p1:ServiceID>
<d3p1:ServiceTypeID>55b1e393-995f-4a1b-9487-9b0097905f85</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>996a39a9-6fb7-4a08-939b-a7b04e1d7eb2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:06:38.1012888+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>cb5dc064-139c-4c80-848d-104eb33910f7</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>4142be58-b83d-4cf8-b79d-5b973637d13e</Id>
<PartnerID>ad0c7d0f-82dc-44bf-8cc6-d812d25d591c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>79c4dfe7-1f06-4537-aee2-c46e956d99e6</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9cad9693-5a0a-4c50-811c-f51d1d3e388a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e30194d9-d39e-45a8-8d85-8dcdea14c2a1</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2b540bd6-165f-420f-b300-8055bd31e42d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:06:38.1012888+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:06:38.1012888+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b41bfd49-a246-40af-aec5-fbba679da7a5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>70450c75-af09-48a9-bdb1-38d323e88a02</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b11ee27a-8239-48fb-aa91-ae6b75b9c9b4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:06:38.1012888+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00c8a55a-f7f4-4934-80cf-a9955cb2a21e</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:06:38.1012888+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>929b6a91-92af-47b1-95f5-c61786ab22fe</d3p1:ServiceID>
<d3p1:ServiceTypeID>55b1e393-995f-4a1b-9487-9b0097905f85</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>996a39a9-6fb7-4a08-939b-a7b04e1d7eb2</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:06:38.1012888+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2b0a6008-dc03-4b8d-85c3-6a393f224754</d3p1:guid>
<d3p1:guid>f523d2ad-ae54-4e5c-aacb-503a67e83bba</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:06:38.1012888+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:06:38.1012888+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>3308e52c-40c5-4a74-8583-78f212c928d6</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:06:38.1012888+04:00</CreatedOn>
<Id>85b8787c-eeab-4512-8950-8096202431ef</Id>
<PartnerID>ae9226f4-2c3d-4aa3-b599-cc1bd0a8ebf9</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>3e3ad741-8af1-4413-8507-24299d858b04</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>965295a0-1e0d-4823-955a-365cc7dcf005</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6c6cc699-12de-47d9-8031-e18beaaddb86</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>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>273ab402-11b9-465b-8583-d2bb56b0d9fd</d3p1:guid>
<d3p1:guid>d32ba768-c155-4939-a764-3acf0e8a3513</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4eefddbb-3bf9-4df6-974b-d7599b65f340</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6832c4aa-74bd-43e9-aa0e-c89e23d5737e</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>b3cb0988-c6e5-44e9-8f15-118e4e1894f5</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>bc951675-aeda-41d1-9b85-b9757c6024ba</PartnerID>
<VehicleID>5e1c3760-d7fb-4279-ab91-a2ec0829fd81</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>