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": "8a4eb6c0-4103-4317-b9c8-07e25f14e42b",
"ServiceType": {
"ServiceTypeId": "a24361d5-b9e7-4d40-93c5-1cfb94a59426",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9565d818-e027-4216-89d3-3be90145c87d",
"UserName": "sample string 8",
"UserID": "feb6824c-8586-47a8-b7f4-329fcbff3d14",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "b660c6e6-241b-403a-a892-86976e366a05",
"ClientName": "sample string 13",
"PartnerID": "1739efc0-b13d-4b37-bca9-afbccccb207a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"Vehicles": [
{
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
{
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
}
],
"VehicleGroupIds": [
"0d4d14cd-ac56-4803-af7a-2d22f9d42452",
"b6ee0d0f-4d32-40a0-acfd-b2e9f7524334"
],
"ServiceDoneOn": "2026-02-08T17:57:46.4352744+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": "31175e85-63cd-4a9e-9383-da0fdd0631a3",
"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-02-08T17:57:46.4352744+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"IssueID": "0d15d06b-124d-4980-9343-0141f143453d",
"ReportedDate": "2026-02-08T17:57:46.4352744+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e770d6cf-686b-4b85-8e07-26d705ae6352",
"ReportedByName": "sample string 6",
"AssignedToID": "71f3a4c6-847f-40fb-a6d1-c3c83c31fa71",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"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": "5eade96e-153e-4763-b1cd-458aebf83de3",
"ServiceTypeID": "138c91b0-1faa-48e2-8db9-5b79285863a5",
"WorkOrderOn": "2026-02-08T17:57:46.4352744+04:00",
"WorkOrderID": "8d58ba67-2a96-4813-ac11-dc73c35759b0",
"InspectionOn": "2026-02-08T17:57:46.4352744+04:00",
"InspectionItemID": "c8fe385b-69cd-470a-9252-ef81cbf82316"
},
"PrevVehicleID": "fa1171fc-72af-4f7e-9dbf-73eae5e28a61",
"CloseBy": "0b9cc7db-876f-4c04-81c8-543988adc59d",
"CloseOn": "2026-02-08T17:57:46.4352744+04:00",
"CriticalLevel": 0,
"Id": "3c708ca1-7621-4865-8f9d-3714b94845ff",
"UserName": "sample string 17",
"UserID": "c0d1c9f9-8acb-4de5-b696-3710600414b1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "7b0864bf-8e33-4650-b9a2-ca2b0ff1a170",
"ClientName": "sample string 22",
"PartnerID": "de5feb6d-ce49-4779-ba96-d04d12b1b163",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"IssueID": "0d15d06b-124d-4980-9343-0141f143453d",
"ReportedDate": "2026-02-08T17:57:46.4352744+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e770d6cf-686b-4b85-8e07-26d705ae6352",
"ReportedByName": "sample string 6",
"AssignedToID": "71f3a4c6-847f-40fb-a6d1-c3c83c31fa71",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"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": "5eade96e-153e-4763-b1cd-458aebf83de3",
"ServiceTypeID": "138c91b0-1faa-48e2-8db9-5b79285863a5",
"WorkOrderOn": "2026-02-08T17:57:46.4352744+04:00",
"WorkOrderID": "8d58ba67-2a96-4813-ac11-dc73c35759b0",
"InspectionOn": "2026-02-08T17:57:46.4352744+04:00",
"InspectionItemID": "c8fe385b-69cd-470a-9252-ef81cbf82316"
},
"PrevVehicleID": "fa1171fc-72af-4f7e-9dbf-73eae5e28a61",
"CloseBy": "0b9cc7db-876f-4c04-81c8-543988adc59d",
"CloseOn": "2026-02-08T17:57:46.4352744+04:00",
"CriticalLevel": 0,
"Id": "3c708ca1-7621-4865-8f9d-3714b94845ff",
"UserName": "sample string 17",
"UserID": "c0d1c9f9-8acb-4de5-b696-3710600414b1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "7b0864bf-8e33-4650-b9a2-ca2b0ff1a170",
"ClientName": "sample string 22",
"PartnerID": "de5feb6d-ce49-4779-ba96-d04d12b1b163",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"003171d5-dfe8-43b5-b11e-139401b11fa2",
"687f54f2-2632-46a2-b5b0-6664229a98f5"
],
"Id": "5153c938-469d-490e-a36e-89cc60043616",
"UserName": "sample string 15",
"UserID": "49d8e59c-8473-4ec9-84fc-01e408587b39",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "3b2e4395-c683-4781-a7bd-be6f83297b0b",
"ClientName": "sample string 20",
"PartnerID": "f2f45ab5-a81d-4725-abf4-aedc7c0472c0",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "8a4eb6c0-4103-4317-b9c8-07e25f14e42b",
"ServiceType": {
"ServiceTypeId": "a24361d5-b9e7-4d40-93c5-1cfb94a59426",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9565d818-e027-4216-89d3-3be90145c87d",
"UserName": "sample string 8",
"UserID": "feb6824c-8586-47a8-b7f4-329fcbff3d14",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "b660c6e6-241b-403a-a892-86976e366a05",
"ClientName": "sample string 13",
"PartnerID": "1739efc0-b13d-4b37-bca9-afbccccb207a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"Vehicles": [
{
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
{
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
}
],
"VehicleGroupIds": [
"0d4d14cd-ac56-4803-af7a-2d22f9d42452",
"b6ee0d0f-4d32-40a0-acfd-b2e9f7524334"
],
"ServiceDoneOn": "2026-02-08T17:57:46.4352744+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": "31175e85-63cd-4a9e-9383-da0fdd0631a3",
"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-02-08T17:57:46.4352744+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"IssueID": "0d15d06b-124d-4980-9343-0141f143453d",
"ReportedDate": "2026-02-08T17:57:46.4352744+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e770d6cf-686b-4b85-8e07-26d705ae6352",
"ReportedByName": "sample string 6",
"AssignedToID": "71f3a4c6-847f-40fb-a6d1-c3c83c31fa71",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"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": "5eade96e-153e-4763-b1cd-458aebf83de3",
"ServiceTypeID": "138c91b0-1faa-48e2-8db9-5b79285863a5",
"WorkOrderOn": "2026-02-08T17:57:46.4352744+04:00",
"WorkOrderID": "8d58ba67-2a96-4813-ac11-dc73c35759b0",
"InspectionOn": "2026-02-08T17:57:46.4352744+04:00",
"InspectionItemID": "c8fe385b-69cd-470a-9252-ef81cbf82316"
},
"PrevVehicleID": "fa1171fc-72af-4f7e-9dbf-73eae5e28a61",
"CloseBy": "0b9cc7db-876f-4c04-81c8-543988adc59d",
"CloseOn": "2026-02-08T17:57:46.4352744+04:00",
"CriticalLevel": 0,
"Id": "3c708ca1-7621-4865-8f9d-3714b94845ff",
"UserName": "sample string 17",
"UserID": "c0d1c9f9-8acb-4de5-b696-3710600414b1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "7b0864bf-8e33-4650-b9a2-ca2b0ff1a170",
"ClientName": "sample string 22",
"PartnerID": "de5feb6d-ce49-4779-ba96-d04d12b1b163",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "53b0e772-d0ec-432a-bccb-02fa69a64f65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b713e99f-6390-4360-a192-428d5a2110af",
"PartnerID": "ecd6046f-3ac5-4057-bdaf-f0493682f26f"
},
"IssueID": "0d15d06b-124d-4980-9343-0141f143453d",
"ReportedDate": "2026-02-08T17:57:46.4352744+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e770d6cf-686b-4b85-8e07-26d705ae6352",
"ReportedByName": "sample string 6",
"AssignedToID": "71f3a4c6-847f-40fb-a6d1-c3c83c31fa71",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T17:57:46.4352744+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "077d6af8-fb6e-4526-808b-d872ca5e3583",
"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": "5eade96e-153e-4763-b1cd-458aebf83de3",
"ServiceTypeID": "138c91b0-1faa-48e2-8db9-5b79285863a5",
"WorkOrderOn": "2026-02-08T17:57:46.4352744+04:00",
"WorkOrderID": "8d58ba67-2a96-4813-ac11-dc73c35759b0",
"InspectionOn": "2026-02-08T17:57:46.4352744+04:00",
"InspectionItemID": "c8fe385b-69cd-470a-9252-ef81cbf82316"
},
"PrevVehicleID": "fa1171fc-72af-4f7e-9dbf-73eae5e28a61",
"CloseBy": "0b9cc7db-876f-4c04-81c8-543988adc59d",
"CloseOn": "2026-02-08T17:57:46.4352744+04:00",
"CriticalLevel": 0,
"Id": "3c708ca1-7621-4865-8f9d-3714b94845ff",
"UserName": "sample string 17",
"UserID": "c0d1c9f9-8acb-4de5-b696-3710600414b1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "7b0864bf-8e33-4650-b9a2-ca2b0ff1a170",
"ClientName": "sample string 22",
"PartnerID": "de5feb6d-ce49-4779-ba96-d04d12b1b163",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"003171d5-dfe8-43b5-b11e-139401b11fa2",
"687f54f2-2632-46a2-b5b0-6664229a98f5"
],
"Id": "5153c938-469d-490e-a36e-89cc60043616",
"UserName": "sample string 15",
"UserID": "49d8e59c-8473-4ec9-84fc-01e408587b39",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T17:57:46.4352744+04:00",
"ClientID": "3b2e4395-c683-4781-a7bd-be6f83297b0b",
"ClientName": "sample string 20",
"PartnerID": "f2f45ab5-a81d-4725-abf4-aedc7c0472c0",
"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>3b2e4395-c683-4781-a7bd-be6f83297b0b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>5153c938-469d-490e-a36e-89cc60043616</Id>
<PartnerID>f2f45ab5-a81d-4725-abf4-aedc7c0472c0</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>49d8e59c-8473-4ec9-84fc-01e408587b39</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T17:57:46.4352744+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>7b0864bf-8e33-4650-b9a2-ca2b0ff1a170</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>3c708ca1-7621-4865-8f9d-3714b94845ff</Id>
<PartnerID>de5feb6d-ce49-4779-ba96-d04d12b1b163</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>c0d1c9f9-8acb-4de5-b696-3710600414b1</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>71f3a4c6-847f-40fb-a6d1-c3c83c31fa71</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0b9cc7db-876f-4c04-81c8-543988adc59d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T17:57:46.4352744+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T17:57:46.4352744+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0d15d06b-124d-4980-9343-0141f143453d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fa1171fc-72af-4f7e-9dbf-73eae5e28a61</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e770d6cf-686b-4b85-8e07-26d705ae6352</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T17:57:46.4352744+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c8fe385b-69cd-470a-9252-ef81cbf82316</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T17:57:46.4352744+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5eade96e-153e-4763-b1cd-458aebf83de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>138c91b0-1faa-48e2-8db9-5b79285863a5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d58ba67-2a96-4813-ac11-dc73c35759b0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T17:57:46.4352744+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>7b0864bf-8e33-4650-b9a2-ca2b0ff1a170</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>3c708ca1-7621-4865-8f9d-3714b94845ff</Id>
<PartnerID>de5feb6d-ce49-4779-ba96-d04d12b1b163</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>c0d1c9f9-8acb-4de5-b696-3710600414b1</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>71f3a4c6-847f-40fb-a6d1-c3c83c31fa71</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0b9cc7db-876f-4c04-81c8-543988adc59d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T17:57:46.4352744+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T17:57:46.4352744+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0d15d06b-124d-4980-9343-0141f143453d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fa1171fc-72af-4f7e-9dbf-73eae5e28a61</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e770d6cf-686b-4b85-8e07-26d705ae6352</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T17:57:46.4352744+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c8fe385b-69cd-470a-9252-ef81cbf82316</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T17:57:46.4352744+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5eade96e-153e-4763-b1cd-458aebf83de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>138c91b0-1faa-48e2-8db9-5b79285863a5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d58ba67-2a96-4813-ac11-dc73c35759b0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T17:57:46.4352744+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>003171d5-dfe8-43b5-b11e-139401b11fa2</d3p1:guid>
<d3p1:guid>687f54f2-2632-46a2-b5b0-6664229a98f5</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T17:57:46.4352744+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T17:57:46.4352744+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>b660c6e6-241b-403a-a892-86976e366a05</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>9565d818-e027-4216-89d3-3be90145c87d</Id>
<PartnerID>1739efc0-b13d-4b37-bca9-afbccccb207a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>feb6824c-8586-47a8-b7f4-329fcbff3d14</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>a24361d5-b9e7-4d40-93c5-1cfb94a59426</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>31175e85-63cd-4a9e-9383-da0fdd0631a3</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>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0d4d14cd-ac56-4803-af7a-2d22f9d42452</d3p1:guid>
<d3p1:guid>b6ee0d0f-4d32-40a0-acfd-b2e9f7524334</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>8a4eb6c0-4103-4317-b9c8-07e25f14e42b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>3b2e4395-c683-4781-a7bd-be6f83297b0b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>5153c938-469d-490e-a36e-89cc60043616</Id>
<PartnerID>f2f45ab5-a81d-4725-abf4-aedc7c0472c0</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>49d8e59c-8473-4ec9-84fc-01e408587b39</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T17:57:46.4352744+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>7b0864bf-8e33-4650-b9a2-ca2b0ff1a170</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>3c708ca1-7621-4865-8f9d-3714b94845ff</Id>
<PartnerID>de5feb6d-ce49-4779-ba96-d04d12b1b163</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>c0d1c9f9-8acb-4de5-b696-3710600414b1</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>71f3a4c6-847f-40fb-a6d1-c3c83c31fa71</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0b9cc7db-876f-4c04-81c8-543988adc59d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T17:57:46.4352744+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T17:57:46.4352744+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0d15d06b-124d-4980-9343-0141f143453d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fa1171fc-72af-4f7e-9dbf-73eae5e28a61</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e770d6cf-686b-4b85-8e07-26d705ae6352</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T17:57:46.4352744+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c8fe385b-69cd-470a-9252-ef81cbf82316</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T17:57:46.4352744+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5eade96e-153e-4763-b1cd-458aebf83de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>138c91b0-1faa-48e2-8db9-5b79285863a5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d58ba67-2a96-4813-ac11-dc73c35759b0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T17:57:46.4352744+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>7b0864bf-8e33-4650-b9a2-ca2b0ff1a170</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>3c708ca1-7621-4865-8f9d-3714b94845ff</Id>
<PartnerID>de5feb6d-ce49-4779-ba96-d04d12b1b163</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>c0d1c9f9-8acb-4de5-b696-3710600414b1</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>71f3a4c6-847f-40fb-a6d1-c3c83c31fa71</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>077d6af8-fb6e-4526-808b-d872ca5e3583</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0b9cc7db-876f-4c04-81c8-543988adc59d</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T17:57:46.4352744+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T17:57:46.4352744+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0d15d06b-124d-4980-9343-0141f143453d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fa1171fc-72af-4f7e-9dbf-73eae5e28a61</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e770d6cf-686b-4b85-8e07-26d705ae6352</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T17:57:46.4352744+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>c8fe385b-69cd-470a-9252-ef81cbf82316</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T17:57:46.4352744+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5eade96e-153e-4763-b1cd-458aebf83de3</d3p1:ServiceID>
<d3p1:ServiceTypeID>138c91b0-1faa-48e2-8db9-5b79285863a5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>8d58ba67-2a96-4813-ac11-dc73c35759b0</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T17:57:46.4352744+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>003171d5-dfe8-43b5-b11e-139401b11fa2</d3p1:guid>
<d3p1:guid>687f54f2-2632-46a2-b5b0-6664229a98f5</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T17:57:46.4352744+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T17:57:46.4352744+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>b660c6e6-241b-403a-a892-86976e366a05</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T17:57:46.4352744+04:00</CreatedOn>
<Id>9565d818-e027-4216-89d3-3be90145c87d</Id>
<PartnerID>1739efc0-b13d-4b37-bca9-afbccccb207a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>feb6824c-8586-47a8-b7f4-329fcbff3d14</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>a24361d5-b9e7-4d40-93c5-1cfb94a59426</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>31175e85-63cd-4a9e-9383-da0fdd0631a3</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>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0d4d14cd-ac56-4803-af7a-2d22f9d42452</d3p1:guid>
<d3p1:guid>b6ee0d0f-4d32-40a0-acfd-b2e9f7524334</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>8a4eb6c0-4103-4317-b9c8-07e25f14e42b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>b713e99f-6390-4360-a192-428d5a2110af</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>d25fa3bf-eec8-4c8e-8cb9-129b55a6f4e4</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>ecd6046f-3ac5-4057-bdaf-f0493682f26f</PartnerID>
<VehicleID>53b0e772-d0ec-432a-bccb-02fa69a64f65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>