GET Api/Service?vehicleService={vehicleService}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleService | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "d030c507-d790-46cb-8aca-3c152fd6d3a7",
"ServiceType": {
"ServiceTypeId": "cc683993-72e9-4645-b2e2-5372425016ac",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "7e10208d-4199-40c5-948f-af96f8d5ec28",
"UserName": "sample string 8",
"UserID": "cbba9e08-a59e-4ad4-bdd0-7e9bd0893c12",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "e9df6f42-4a71-4192-a839-a1feb5c46694",
"ClientName": "sample string 13",
"PartnerID": "6b43b546-e01a-408f-a558-317bf1ffb838",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"Vehicles": [
{
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
{
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
}
],
"VehicleGroupIds": [
"6837e881-f2a3-424f-8d31-870bbb0123cd",
"86fae0b8-8be0-4169-974b-89669873cd31"
],
"ServiceDoneOn": "2026-03-25T01:27:56.3688176+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": "a73a1dd7-1ec6-40e2-b7a9-c16b960dd7ef",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-03-25T01:27:56.3688176+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"IssueID": "d8c680ca-44ac-4675-bdc6-ad0bd57c04bd",
"ReportedDate": "2026-03-25T01:27:56.3688176+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe",
"ReportedByName": "sample string 6",
"AssignedToID": "ddb083b8-7888-42a2-a03f-5c61d1c44e61",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"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": "1423825a-7ad6-4640-953b-b3188217f6ac",
"ServiceTypeID": "e66b03f0-010c-46c8-b0a4-3ea277e35d09",
"WorkOrderOn": "2026-03-25T01:27:56.3688176+04:00",
"WorkOrderID": "6519fec6-0e13-4041-94ff-af5a0570b89d",
"InspectionOn": "2026-03-25T01:27:56.3688176+04:00",
"InspectionItemID": "04982ac4-d602-40af-9c70-b8d18c7e95ba"
},
"PrevVehicleID": "7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7",
"CloseBy": "23e4c3bc-2dbf-4432-b2b7-33b681e1d90a",
"CloseOn": "2026-03-25T01:27:56.3688176+04:00",
"CriticalLevel": 0,
"Id": "d06d3e8c-824f-49e1-a134-b539e249512c",
"UserName": "sample string 17",
"UserID": "d69614f7-b54a-4def-8806-72cf09da4c1c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "c36721c9-a5e7-4329-87d5-fa473a1e261e",
"ClientName": "sample string 22",
"PartnerID": "1fe59a1b-930d-417b-bcc8-85e2448315ec",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"IssueID": "d8c680ca-44ac-4675-bdc6-ad0bd57c04bd",
"ReportedDate": "2026-03-25T01:27:56.3688176+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe",
"ReportedByName": "sample string 6",
"AssignedToID": "ddb083b8-7888-42a2-a03f-5c61d1c44e61",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"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": "1423825a-7ad6-4640-953b-b3188217f6ac",
"ServiceTypeID": "e66b03f0-010c-46c8-b0a4-3ea277e35d09",
"WorkOrderOn": "2026-03-25T01:27:56.3688176+04:00",
"WorkOrderID": "6519fec6-0e13-4041-94ff-af5a0570b89d",
"InspectionOn": "2026-03-25T01:27:56.3688176+04:00",
"InspectionItemID": "04982ac4-d602-40af-9c70-b8d18c7e95ba"
},
"PrevVehicleID": "7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7",
"CloseBy": "23e4c3bc-2dbf-4432-b2b7-33b681e1d90a",
"CloseOn": "2026-03-25T01:27:56.3688176+04:00",
"CriticalLevel": 0,
"Id": "d06d3e8c-824f-49e1-a134-b539e249512c",
"UserName": "sample string 17",
"UserID": "d69614f7-b54a-4def-8806-72cf09da4c1c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "c36721c9-a5e7-4329-87d5-fa473a1e261e",
"ClientName": "sample string 22",
"PartnerID": "1fe59a1b-930d-417b-bcc8-85e2448315ec",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a0349756-ae49-47bc-813e-37ba3fd38599",
"63026813-2c43-4963-a655-32f208333056"
],
"Id": "e04a39e3-3cc1-4690-8904-320e82c804e6",
"UserName": "sample string 15",
"UserID": "8780e7c3-b726-4812-9de7-15d1a991b050",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "7652a9af-b1cc-45f9-a052-62065c1b4ec0",
"ClientName": "sample string 20",
"PartnerID": "c5dee889-acce-440c-9036-5e93fd370cad",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "d030c507-d790-46cb-8aca-3c152fd6d3a7",
"ServiceType": {
"ServiceTypeId": "cc683993-72e9-4645-b2e2-5372425016ac",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "7e10208d-4199-40c5-948f-af96f8d5ec28",
"UserName": "sample string 8",
"UserID": "cbba9e08-a59e-4ad4-bdd0-7e9bd0893c12",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "e9df6f42-4a71-4192-a839-a1feb5c46694",
"ClientName": "sample string 13",
"PartnerID": "6b43b546-e01a-408f-a558-317bf1ffb838",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"Vehicles": [
{
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
{
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
}
],
"VehicleGroupIds": [
"6837e881-f2a3-424f-8d31-870bbb0123cd",
"86fae0b8-8be0-4169-974b-89669873cd31"
],
"ServiceDoneOn": "2026-03-25T01:27:56.3688176+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": "a73a1dd7-1ec6-40e2-b7a9-c16b960dd7ef",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-03-25T01:27:56.3688176+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"IssueID": "d8c680ca-44ac-4675-bdc6-ad0bd57c04bd",
"ReportedDate": "2026-03-25T01:27:56.3688176+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe",
"ReportedByName": "sample string 6",
"AssignedToID": "ddb083b8-7888-42a2-a03f-5c61d1c44e61",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"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": "1423825a-7ad6-4640-953b-b3188217f6ac",
"ServiceTypeID": "e66b03f0-010c-46c8-b0a4-3ea277e35d09",
"WorkOrderOn": "2026-03-25T01:27:56.3688176+04:00",
"WorkOrderID": "6519fec6-0e13-4041-94ff-af5a0570b89d",
"InspectionOn": "2026-03-25T01:27:56.3688176+04:00",
"InspectionItemID": "04982ac4-d602-40af-9c70-b8d18c7e95ba"
},
"PrevVehicleID": "7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7",
"CloseBy": "23e4c3bc-2dbf-4432-b2b7-33b681e1d90a",
"CloseOn": "2026-03-25T01:27:56.3688176+04:00",
"CriticalLevel": 0,
"Id": "d06d3e8c-824f-49e1-a134-b539e249512c",
"UserName": "sample string 17",
"UserID": "d69614f7-b54a-4def-8806-72cf09da4c1c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "c36721c9-a5e7-4329-87d5-fa473a1e261e",
"ClientName": "sample string 22",
"PartnerID": "1fe59a1b-930d-417b-bcc8-85e2448315ec",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "90bfec27-b3b3-4124-8d7e-673989108d90",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a28382f-d92a-45e7-af69-a3dd4ac280b8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8fa00f03-4c89-42f8-8859-b3587d1aaed7",
"PartnerID": "c8a510e2-d721-423b-861f-8d1f3adee78e"
},
"IssueID": "d8c680ca-44ac-4675-bdc6-ad0bd57c04bd",
"ReportedDate": "2026-03-25T01:27:56.3688176+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe",
"ReportedByName": "sample string 6",
"AssignedToID": "ddb083b8-7888-42a2-a03f-5c61d1c44e61",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.3688176+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e6eccde5-5d6a-4c15-91c0-07f114234478",
"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": "1423825a-7ad6-4640-953b-b3188217f6ac",
"ServiceTypeID": "e66b03f0-010c-46c8-b0a4-3ea277e35d09",
"WorkOrderOn": "2026-03-25T01:27:56.3688176+04:00",
"WorkOrderID": "6519fec6-0e13-4041-94ff-af5a0570b89d",
"InspectionOn": "2026-03-25T01:27:56.3688176+04:00",
"InspectionItemID": "04982ac4-d602-40af-9c70-b8d18c7e95ba"
},
"PrevVehicleID": "7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7",
"CloseBy": "23e4c3bc-2dbf-4432-b2b7-33b681e1d90a",
"CloseOn": "2026-03-25T01:27:56.3688176+04:00",
"CriticalLevel": 0,
"Id": "d06d3e8c-824f-49e1-a134-b539e249512c",
"UserName": "sample string 17",
"UserID": "d69614f7-b54a-4def-8806-72cf09da4c1c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "c36721c9-a5e7-4329-87d5-fa473a1e261e",
"ClientName": "sample string 22",
"PartnerID": "1fe59a1b-930d-417b-bcc8-85e2448315ec",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a0349756-ae49-47bc-813e-37ba3fd38599",
"63026813-2c43-4963-a655-32f208333056"
],
"Id": "e04a39e3-3cc1-4690-8904-320e82c804e6",
"UserName": "sample string 15",
"UserID": "8780e7c3-b726-4812-9de7-15d1a991b050",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:27:56.3688176+04:00",
"ClientID": "7652a9af-b1cc-45f9-a052-62065c1b4ec0",
"ClientName": "sample string 20",
"PartnerID": "c5dee889-acce-440c-9036-5e93fd370cad",
"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>7652a9af-b1cc-45f9-a052-62065c1b4ec0</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>e04a39e3-3cc1-4690-8904-320e82c804e6</Id>
<PartnerID>c5dee889-acce-440c-9036-5e93fd370cad</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>8780e7c3-b726-4812-9de7-15d1a991b050</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:27:56.3688176+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>c36721c9-a5e7-4329-87d5-fa473a1e261e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>d06d3e8c-824f-49e1-a134-b539e249512c</Id>
<PartnerID>1fe59a1b-930d-417b-bcc8-85e2448315ec</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>d69614f7-b54a-4def-8806-72cf09da4c1c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ddb083b8-7888-42a2-a03f-5c61d1c44e61</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>23e4c3bc-2dbf-4432-b2b7-33b681e1d90a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.3688176+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.3688176+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d8c680ca-44ac-4675-bdc6-ad0bd57c04bd</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.3688176+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>04982ac4-d602-40af-9c70-b8d18c7e95ba</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.3688176+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1423825a-7ad6-4640-953b-b3188217f6ac</d3p1:ServiceID>
<d3p1:ServiceTypeID>e66b03f0-010c-46c8-b0a4-3ea277e35d09</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>6519fec6-0e13-4041-94ff-af5a0570b89d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.3688176+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c36721c9-a5e7-4329-87d5-fa473a1e261e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>d06d3e8c-824f-49e1-a134-b539e249512c</Id>
<PartnerID>1fe59a1b-930d-417b-bcc8-85e2448315ec</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>d69614f7-b54a-4def-8806-72cf09da4c1c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ddb083b8-7888-42a2-a03f-5c61d1c44e61</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>23e4c3bc-2dbf-4432-b2b7-33b681e1d90a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.3688176+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.3688176+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d8c680ca-44ac-4675-bdc6-ad0bd57c04bd</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.3688176+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>04982ac4-d602-40af-9c70-b8d18c7e95ba</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.3688176+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1423825a-7ad6-4640-953b-b3188217f6ac</d3p1:ServiceID>
<d3p1:ServiceTypeID>e66b03f0-010c-46c8-b0a4-3ea277e35d09</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>6519fec6-0e13-4041-94ff-af5a0570b89d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.3688176+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a0349756-ae49-47bc-813e-37ba3fd38599</d3p1:guid>
<d3p1:guid>63026813-2c43-4963-a655-32f208333056</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:27:56.3688176+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:27:56.3688176+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>e9df6f42-4a71-4192-a839-a1feb5c46694</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>7e10208d-4199-40c5-948f-af96f8d5ec28</Id>
<PartnerID>6b43b546-e01a-408f-a558-317bf1ffb838</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>cbba9e08-a59e-4ad4-bdd0-7e9bd0893c12</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>cc683993-72e9-4645-b2e2-5372425016ac</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>a73a1dd7-1ec6-40e2-b7a9-c16b960dd7ef</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>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6837e881-f2a3-424f-8d31-870bbb0123cd</d3p1:guid>
<d3p1:guid>86fae0b8-8be0-4169-974b-89669873cd31</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d030c507-d790-46cb-8aca-3c152fd6d3a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>7652a9af-b1cc-45f9-a052-62065c1b4ec0</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>e04a39e3-3cc1-4690-8904-320e82c804e6</Id>
<PartnerID>c5dee889-acce-440c-9036-5e93fd370cad</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>8780e7c3-b726-4812-9de7-15d1a991b050</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:27:56.3688176+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>c36721c9-a5e7-4329-87d5-fa473a1e261e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>d06d3e8c-824f-49e1-a134-b539e249512c</Id>
<PartnerID>1fe59a1b-930d-417b-bcc8-85e2448315ec</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>d69614f7-b54a-4def-8806-72cf09da4c1c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ddb083b8-7888-42a2-a03f-5c61d1c44e61</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>23e4c3bc-2dbf-4432-b2b7-33b681e1d90a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.3688176+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.3688176+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d8c680ca-44ac-4675-bdc6-ad0bd57c04bd</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.3688176+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>04982ac4-d602-40af-9c70-b8d18c7e95ba</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.3688176+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1423825a-7ad6-4640-953b-b3188217f6ac</d3p1:ServiceID>
<d3p1:ServiceTypeID>e66b03f0-010c-46c8-b0a4-3ea277e35d09</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>6519fec6-0e13-4041-94ff-af5a0570b89d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.3688176+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c36721c9-a5e7-4329-87d5-fa473a1e261e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>d06d3e8c-824f-49e1-a134-b539e249512c</Id>
<PartnerID>1fe59a1b-930d-417b-bcc8-85e2448315ec</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>d69614f7-b54a-4def-8806-72cf09da4c1c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ddb083b8-7888-42a2-a03f-5c61d1c44e61</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>e6eccde5-5d6a-4c15-91c0-07f114234478</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>23e4c3bc-2dbf-4432-b2b7-33b681e1d90a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.3688176+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.3688176+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d8c680ca-44ac-4675-bdc6-ad0bd57c04bd</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>7399ad21-0bf3-4ccc-9cc8-4d2c09e688f7</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0ebf7c93-16f5-406e-9cd2-79d35fcf7ffe</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.3688176+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>04982ac4-d602-40af-9c70-b8d18c7e95ba</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.3688176+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1423825a-7ad6-4640-953b-b3188217f6ac</d3p1:ServiceID>
<d3p1:ServiceTypeID>e66b03f0-010c-46c8-b0a4-3ea277e35d09</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>6519fec6-0e13-4041-94ff-af5a0570b89d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.3688176+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a0349756-ae49-47bc-813e-37ba3fd38599</d3p1:guid>
<d3p1:guid>63026813-2c43-4963-a655-32f208333056</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:27:56.3688176+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:27:56.3688176+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>e9df6f42-4a71-4192-a839-a1feb5c46694</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.3688176+04:00</CreatedOn>
<Id>7e10208d-4199-40c5-948f-af96f8d5ec28</Id>
<PartnerID>6b43b546-e01a-408f-a558-317bf1ffb838</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>cbba9e08-a59e-4ad4-bdd0-7e9bd0893c12</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>cc683993-72e9-4645-b2e2-5372425016ac</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>a73a1dd7-1ec6-40e2-b7a9-c16b960dd7ef</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>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6837e881-f2a3-424f-8d31-870bbb0123cd</d3p1:guid>
<d3p1:guid>86fae0b8-8be0-4169-974b-89669873cd31</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d030c507-d790-46cb-8aca-3c152fd6d3a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>8fa00f03-4c89-42f8-8859-b3587d1aaed7</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>8a28382f-d92a-45e7-af69-a3dd4ac280b8</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>c8a510e2-d721-423b-861f-8d1f3adee78e</PartnerID>
<VehicleID>90bfec27-b3b3-4124-8d7e-673989108d90</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>