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": "b0e6b6b7-7cb3-4ce7-9598-7dbef8b7ba4d",
"ServiceType": {
"ServiceTypeId": "f5bbbe47-6148-4308-9ec4-706be796b6db",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "db08ea26-01bf-4beb-b18d-9709524f4587",
"UserName": "sample string 8",
"UserID": "5914ef36-0c67-4ef4-8bf7-abdec74acfea",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "1c8afb86-ffbc-4b78-99fb-18431a234107",
"ClientName": "sample string 13",
"PartnerID": "c47b044d-b5c6-43cc-8339-7a50e2fbc4f2",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"Vehicles": [
{
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
{
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
}
],
"VehicleGroupIds": [
"74b96658-ee6c-434a-8fff-3eeb03fa1875",
"2c25ec44-d101-467d-8dcf-19d013caf5c1"
],
"ServiceDoneOn": "2026-05-10T12:08:24.0236917+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": "57960366-1899-497d-86fa-552ec4b09569",
"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-05-10T12:08:24.0236917+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"IssueID": "30151cbb-af20-48ee-aff7-43f8f68011af",
"ReportedDate": "2026-05-10T12:08:24.0236917+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3b4d87ec-2ac1-41af-a485-cc09244c57c6",
"ReportedByName": "sample string 6",
"AssignedToID": "d48711e5-dc33-44c5-a478-5274bc0aedc6",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"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": "9d0fd0c3-0db2-4d13-ba23-dc276233b5c2",
"ServiceTypeID": "fa98cd65-b8f6-4198-a63a-3500c77e52a8",
"WorkOrderOn": "2026-05-10T12:08:24.0236917+04:00",
"WorkOrderID": "b8503c78-1495-49d5-9bc4-cebd574205c0",
"InspectionOn": "2026-05-10T12:08:24.0236917+04:00",
"InspectionItemID": "25485c0c-862e-4153-afce-f65208704e10"
},
"PrevVehicleID": "f62cb1d7-7322-4c6a-8328-ff9e3557dbad",
"CloseBy": "c34b6c62-7777-458f-8837-909acb16012c",
"CloseOn": "2026-05-10T12:08:24.0236917+04:00",
"CriticalLevel": 0,
"Id": "6f23cac4-de5c-41ee-89d5-a5daad4a91e9",
"UserName": "sample string 17",
"UserID": "dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "abc0cf5c-bd4b-41c2-8d33-6886d8596452",
"ClientName": "sample string 22",
"PartnerID": "12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"IssueID": "30151cbb-af20-48ee-aff7-43f8f68011af",
"ReportedDate": "2026-05-10T12:08:24.0236917+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3b4d87ec-2ac1-41af-a485-cc09244c57c6",
"ReportedByName": "sample string 6",
"AssignedToID": "d48711e5-dc33-44c5-a478-5274bc0aedc6",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"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": "9d0fd0c3-0db2-4d13-ba23-dc276233b5c2",
"ServiceTypeID": "fa98cd65-b8f6-4198-a63a-3500c77e52a8",
"WorkOrderOn": "2026-05-10T12:08:24.0236917+04:00",
"WorkOrderID": "b8503c78-1495-49d5-9bc4-cebd574205c0",
"InspectionOn": "2026-05-10T12:08:24.0236917+04:00",
"InspectionItemID": "25485c0c-862e-4153-afce-f65208704e10"
},
"PrevVehicleID": "f62cb1d7-7322-4c6a-8328-ff9e3557dbad",
"CloseBy": "c34b6c62-7777-458f-8837-909acb16012c",
"CloseOn": "2026-05-10T12:08:24.0236917+04:00",
"CriticalLevel": 0,
"Id": "6f23cac4-de5c-41ee-89d5-a5daad4a91e9",
"UserName": "sample string 17",
"UserID": "dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "abc0cf5c-bd4b-41c2-8d33-6886d8596452",
"ClientName": "sample string 22",
"PartnerID": "12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"2f754d85-b41b-456e-96d5-c25bf5b4b965",
"e92d7fc0-bf16-422a-a747-2572e1fdd1ff"
],
"Id": "063ac804-9c02-4e3d-bf5d-cbf6c852f816",
"UserName": "sample string 15",
"UserID": "155c0f21-a8fa-4bc3-9dac-b411a0a6de91",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "726927d1-d37c-4738-9727-6b06e133fb52",
"ClientName": "sample string 20",
"PartnerID": "d960617f-39ff-4933-84ce-90f546a7e391",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "b0e6b6b7-7cb3-4ce7-9598-7dbef8b7ba4d",
"ServiceType": {
"ServiceTypeId": "f5bbbe47-6148-4308-9ec4-706be796b6db",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "db08ea26-01bf-4beb-b18d-9709524f4587",
"UserName": "sample string 8",
"UserID": "5914ef36-0c67-4ef4-8bf7-abdec74acfea",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "1c8afb86-ffbc-4b78-99fb-18431a234107",
"ClientName": "sample string 13",
"PartnerID": "c47b044d-b5c6-43cc-8339-7a50e2fbc4f2",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"Vehicles": [
{
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
{
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
}
],
"VehicleGroupIds": [
"74b96658-ee6c-434a-8fff-3eeb03fa1875",
"2c25ec44-d101-467d-8dcf-19d013caf5c1"
],
"ServiceDoneOn": "2026-05-10T12:08:24.0236917+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": "57960366-1899-497d-86fa-552ec4b09569",
"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-05-10T12:08:24.0236917+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"IssueID": "30151cbb-af20-48ee-aff7-43f8f68011af",
"ReportedDate": "2026-05-10T12:08:24.0236917+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3b4d87ec-2ac1-41af-a485-cc09244c57c6",
"ReportedByName": "sample string 6",
"AssignedToID": "d48711e5-dc33-44c5-a478-5274bc0aedc6",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"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": "9d0fd0c3-0db2-4d13-ba23-dc276233b5c2",
"ServiceTypeID": "fa98cd65-b8f6-4198-a63a-3500c77e52a8",
"WorkOrderOn": "2026-05-10T12:08:24.0236917+04:00",
"WorkOrderID": "b8503c78-1495-49d5-9bc4-cebd574205c0",
"InspectionOn": "2026-05-10T12:08:24.0236917+04:00",
"InspectionItemID": "25485c0c-862e-4153-afce-f65208704e10"
},
"PrevVehicleID": "f62cb1d7-7322-4c6a-8328-ff9e3557dbad",
"CloseBy": "c34b6c62-7777-458f-8837-909acb16012c",
"CloseOn": "2026-05-10T12:08:24.0236917+04:00",
"CriticalLevel": 0,
"Id": "6f23cac4-de5c-41ee-89d5-a5daad4a91e9",
"UserName": "sample string 17",
"UserID": "dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "abc0cf5c-bd4b-41c2-8d33-6886d8596452",
"ClientName": "sample string 22",
"PartnerID": "12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "cda5a596-d3ce-46e3-a00e-8ecc0acd6881",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3c0a89f1-0f04-427f-bf0c-1aed52976414",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e093d5a8-521b-4a7c-83d0-9c317216dd7f",
"PartnerID": "b5832428-ff94-4b3c-8b45-67585b48fead"
},
"IssueID": "30151cbb-af20-48ee-aff7-43f8f68011af",
"ReportedDate": "2026-05-10T12:08:24.0236917+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3b4d87ec-2ac1-41af-a485-cc09244c57c6",
"ReportedByName": "sample string 6",
"AssignedToID": "d48711e5-dc33-44c5-a478-5274bc0aedc6",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:08:24.0236917+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b1f24484-c9dc-4fad-9528-7b2b550b21a9",
"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": "9d0fd0c3-0db2-4d13-ba23-dc276233b5c2",
"ServiceTypeID": "fa98cd65-b8f6-4198-a63a-3500c77e52a8",
"WorkOrderOn": "2026-05-10T12:08:24.0236917+04:00",
"WorkOrderID": "b8503c78-1495-49d5-9bc4-cebd574205c0",
"InspectionOn": "2026-05-10T12:08:24.0236917+04:00",
"InspectionItemID": "25485c0c-862e-4153-afce-f65208704e10"
},
"PrevVehicleID": "f62cb1d7-7322-4c6a-8328-ff9e3557dbad",
"CloseBy": "c34b6c62-7777-458f-8837-909acb16012c",
"CloseOn": "2026-05-10T12:08:24.0236917+04:00",
"CriticalLevel": 0,
"Id": "6f23cac4-de5c-41ee-89d5-a5daad4a91e9",
"UserName": "sample string 17",
"UserID": "dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "abc0cf5c-bd4b-41c2-8d33-6886d8596452",
"ClientName": "sample string 22",
"PartnerID": "12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"2f754d85-b41b-456e-96d5-c25bf5b4b965",
"e92d7fc0-bf16-422a-a747-2572e1fdd1ff"
],
"Id": "063ac804-9c02-4e3d-bf5d-cbf6c852f816",
"UserName": "sample string 15",
"UserID": "155c0f21-a8fa-4bc3-9dac-b411a0a6de91",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-10T12:08:24.0236917+04:00",
"ClientID": "726927d1-d37c-4738-9727-6b06e133fb52",
"ClientName": "sample string 20",
"PartnerID": "d960617f-39ff-4933-84ce-90f546a7e391",
"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>726927d1-d37c-4738-9727-6b06e133fb52</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>063ac804-9c02-4e3d-bf5d-cbf6c852f816</Id>
<PartnerID>d960617f-39ff-4933-84ce-90f546a7e391</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>155c0f21-a8fa-4bc3-9dac-b411a0a6de91</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-10T12:08:24.0236917+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>abc0cf5c-bd4b-41c2-8d33-6886d8596452</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>6f23cac4-de5c-41ee-89d5-a5daad4a91e9</Id>
<PartnerID>12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d48711e5-dc33-44c5-a478-5274bc0aedc6</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c34b6c62-7777-458f-8837-909acb16012c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:08:24.0236917+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:08:24.0236917+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>30151cbb-af20-48ee-aff7-43f8f68011af</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f62cb1d7-7322-4c6a-8328-ff9e3557dbad</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3b4d87ec-2ac1-41af-a485-cc09244c57c6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:08:24.0236917+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>25485c0c-862e-4153-afce-f65208704e10</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:08:24.0236917+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9d0fd0c3-0db2-4d13-ba23-dc276233b5c2</d3p1:ServiceID>
<d3p1:ServiceTypeID>fa98cd65-b8f6-4198-a63a-3500c77e52a8</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b8503c78-1495-49d5-9bc4-cebd574205c0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:08:24.0236917+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>abc0cf5c-bd4b-41c2-8d33-6886d8596452</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>6f23cac4-de5c-41ee-89d5-a5daad4a91e9</Id>
<PartnerID>12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d48711e5-dc33-44c5-a478-5274bc0aedc6</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c34b6c62-7777-458f-8837-909acb16012c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:08:24.0236917+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:08:24.0236917+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>30151cbb-af20-48ee-aff7-43f8f68011af</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f62cb1d7-7322-4c6a-8328-ff9e3557dbad</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3b4d87ec-2ac1-41af-a485-cc09244c57c6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:08:24.0236917+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>25485c0c-862e-4153-afce-f65208704e10</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:08:24.0236917+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9d0fd0c3-0db2-4d13-ba23-dc276233b5c2</d3p1:ServiceID>
<d3p1:ServiceTypeID>fa98cd65-b8f6-4198-a63a-3500c77e52a8</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b8503c78-1495-49d5-9bc4-cebd574205c0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:08:24.0236917+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2f754d85-b41b-456e-96d5-c25bf5b4b965</d3p1:guid>
<d3p1:guid>e92d7fc0-bf16-422a-a747-2572e1fdd1ff</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-10T12:08:24.0236917+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-10T12:08:24.0236917+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>1c8afb86-ffbc-4b78-99fb-18431a234107</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>db08ea26-01bf-4beb-b18d-9709524f4587</Id>
<PartnerID>c47b044d-b5c6-43cc-8339-7a50e2fbc4f2</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>5914ef36-0c67-4ef4-8bf7-abdec74acfea</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>f5bbbe47-6148-4308-9ec4-706be796b6db</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>57960366-1899-497d-86fa-552ec4b09569</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>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>74b96658-ee6c-434a-8fff-3eeb03fa1875</d3p1:guid>
<d3p1:guid>2c25ec44-d101-467d-8dcf-19d013caf5c1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>b0e6b6b7-7cb3-4ce7-9598-7dbef8b7ba4d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>726927d1-d37c-4738-9727-6b06e133fb52</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>063ac804-9c02-4e3d-bf5d-cbf6c852f816</Id>
<PartnerID>d960617f-39ff-4933-84ce-90f546a7e391</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>155c0f21-a8fa-4bc3-9dac-b411a0a6de91</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-10T12:08:24.0236917+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>abc0cf5c-bd4b-41c2-8d33-6886d8596452</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>6f23cac4-de5c-41ee-89d5-a5daad4a91e9</Id>
<PartnerID>12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d48711e5-dc33-44c5-a478-5274bc0aedc6</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c34b6c62-7777-458f-8837-909acb16012c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:08:24.0236917+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:08:24.0236917+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>30151cbb-af20-48ee-aff7-43f8f68011af</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f62cb1d7-7322-4c6a-8328-ff9e3557dbad</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3b4d87ec-2ac1-41af-a485-cc09244c57c6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:08:24.0236917+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>25485c0c-862e-4153-afce-f65208704e10</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:08:24.0236917+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9d0fd0c3-0db2-4d13-ba23-dc276233b5c2</d3p1:ServiceID>
<d3p1:ServiceTypeID>fa98cd65-b8f6-4198-a63a-3500c77e52a8</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b8503c78-1495-49d5-9bc4-cebd574205c0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:08:24.0236917+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>abc0cf5c-bd4b-41c2-8d33-6886d8596452</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>6f23cac4-de5c-41ee-89d5-a5daad4a91e9</Id>
<PartnerID>12fc4c58-2b60-4c1c-a6d5-5f04bff7a1cf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>dd4bba21-fbb8-4d5c-b7c6-09554aa2c82b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d48711e5-dc33-44c5-a478-5274bc0aedc6</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b1f24484-c9dc-4fad-9528-7b2b550b21a9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c34b6c62-7777-458f-8837-909acb16012c</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-10T12:08:24.0236917+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-10T12:08:24.0236917+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>30151cbb-af20-48ee-aff7-43f8f68011af</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f62cb1d7-7322-4c6a-8328-ff9e3557dbad</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3b4d87ec-2ac1-41af-a485-cc09244c57c6</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-10T12:08:24.0236917+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>25485c0c-862e-4153-afce-f65208704e10</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-10T12:08:24.0236917+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>9d0fd0c3-0db2-4d13-ba23-dc276233b5c2</d3p1:ServiceID>
<d3p1:ServiceTypeID>fa98cd65-b8f6-4198-a63a-3500c77e52a8</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b8503c78-1495-49d5-9bc4-cebd574205c0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-10T12:08:24.0236917+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2f754d85-b41b-456e-96d5-c25bf5b4b965</d3p1:guid>
<d3p1:guid>e92d7fc0-bf16-422a-a747-2572e1fdd1ff</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-10T12:08:24.0236917+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-10T12:08:24.0236917+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>1c8afb86-ffbc-4b78-99fb-18431a234107</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-10T12:08:24.0236917+04:00</CreatedOn>
<Id>db08ea26-01bf-4beb-b18d-9709524f4587</Id>
<PartnerID>c47b044d-b5c6-43cc-8339-7a50e2fbc4f2</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>5914ef36-0c67-4ef4-8bf7-abdec74acfea</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>f5bbbe47-6148-4308-9ec4-706be796b6db</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>57960366-1899-497d-86fa-552ec4b09569</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>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>74b96658-ee6c-434a-8fff-3eeb03fa1875</d3p1:guid>
<d3p1:guid>2c25ec44-d101-467d-8dcf-19d013caf5c1</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>b0e6b6b7-7cb3-4ce7-9598-7dbef8b7ba4d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>e093d5a8-521b-4a7c-83d0-9c317216dd7f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3c0a89f1-0f04-427f-bf0c-1aed52976414</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>b5832428-ff94-4b3c-8b45-67585b48fead</PartnerID>
<VehicleID>cda5a596-d3ce-46e3-a00e-8ecc0acd6881</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>