GET Api/Service/GetAllByVehicleID?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": "eb0bbce5-fd9e-4ffd-b2f7-72a52259c34a",
"ServiceType": {
"ServiceTypeId": "f6ea0cf8-4567-4548-9c79-b7ad2945ab4a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "2411c7f8-79ba-41df-ae45-ebb12beefa74",
"UserName": "sample string 8",
"UserID": "7a4465ff-64f8-4a80-a0ee-14691902b2f0",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "332e7167-bc6a-4c90-b96c-14c23896390c",
"ClientName": "sample string 13",
"PartnerID": "083d36e3-6a1d-4544-8d99-bbe023431bc1",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"Vehicles": [
{
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
{
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
}
],
"VehicleGroupIds": [
"808affd9-f479-472c-bb77-5b59d46db6e1",
"95003ccc-7658-4030-be2b-df0fbeb5805c"
],
"ServiceDoneOn": "2026-09-22T20:42:21.4189137+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": "4ade110e-4ec3-4a99-b46a-4661707408a1",
"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-09-22T20:42:21.4189137+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"IssueID": "24d422ad-745d-4013-b7f0-0cb3d189a13b",
"ReportedDate": "2026-09-22T20:42:21.4189137+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "05320abc-04a6-42d2-a116-5a5ce379ea94",
"ReportedByName": "sample string 6",
"AssignedToID": "d9804483-d54c-4966-9453-51c190357165",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"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": "f22f3125-13d7-4564-a18f-e392d5beb178",
"ServiceTypeID": "14b301be-cfe4-45cf-ac26-2553c0428431",
"WorkOrderOn": "2026-09-22T20:42:21.4189137+04:00",
"WorkOrderID": "f1e323d7-c98a-4a9c-8c74-b07329a5d6d8",
"InspectionOn": "2026-09-22T20:42:21.4189137+04:00",
"InspectionItemID": "ee559451-af29-4c2a-aed4-6e7a61f33110"
},
"PrevVehicleID": "bd68028b-a022-4b4f-a423-3ce95bc89b9a",
"CloseBy": "2cfef0c7-e67c-49ed-ae28-b4263b97cb48",
"CloseOn": "2026-09-22T20:42:21.4189137+04:00",
"CriticalLevel": 0,
"Id": "7610e070-311b-4866-86f8-2d9985f95217",
"UserName": "sample string 17",
"UserID": "bd259beb-8ec5-42e7-8c32-8cd63d99bca2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "55d2c982-55dc-4e5f-b37a-756b3eeef7ca",
"ClientName": "sample string 22",
"PartnerID": "8d039d36-47db-46cb-9d85-c989b2a03089",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"IssueID": "24d422ad-745d-4013-b7f0-0cb3d189a13b",
"ReportedDate": "2026-09-22T20:42:21.4189137+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "05320abc-04a6-42d2-a116-5a5ce379ea94",
"ReportedByName": "sample string 6",
"AssignedToID": "d9804483-d54c-4966-9453-51c190357165",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"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": "f22f3125-13d7-4564-a18f-e392d5beb178",
"ServiceTypeID": "14b301be-cfe4-45cf-ac26-2553c0428431",
"WorkOrderOn": "2026-09-22T20:42:21.4189137+04:00",
"WorkOrderID": "f1e323d7-c98a-4a9c-8c74-b07329a5d6d8",
"InspectionOn": "2026-09-22T20:42:21.4189137+04:00",
"InspectionItemID": "ee559451-af29-4c2a-aed4-6e7a61f33110"
},
"PrevVehicleID": "bd68028b-a022-4b4f-a423-3ce95bc89b9a",
"CloseBy": "2cfef0c7-e67c-49ed-ae28-b4263b97cb48",
"CloseOn": "2026-09-22T20:42:21.4189137+04:00",
"CriticalLevel": 0,
"Id": "7610e070-311b-4866-86f8-2d9985f95217",
"UserName": "sample string 17",
"UserID": "bd259beb-8ec5-42e7-8c32-8cd63d99bca2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "55d2c982-55dc-4e5f-b37a-756b3eeef7ca",
"ClientName": "sample string 22",
"PartnerID": "8d039d36-47db-46cb-9d85-c989b2a03089",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"3db136e5-37bb-4f7b-ae60-a4010d09e6c7",
"4209e69d-dc48-4f52-b290-069c786f9264"
],
"Id": "b4eca1a1-d9b5-48c9-bd6e-23a8a3dd016e",
"UserName": "sample string 15",
"UserID": "84379010-42c8-4c47-ad8a-a86918c9a9d1",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "c6892b8f-3c6c-4a8e-84ff-365294b293eb",
"ClientName": "sample string 20",
"PartnerID": "d0daa63b-ae3b-47dd-adf9-37b344a0da65",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "eb0bbce5-fd9e-4ffd-b2f7-72a52259c34a",
"ServiceType": {
"ServiceTypeId": "f6ea0cf8-4567-4548-9c79-b7ad2945ab4a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "2411c7f8-79ba-41df-ae45-ebb12beefa74",
"UserName": "sample string 8",
"UserID": "7a4465ff-64f8-4a80-a0ee-14691902b2f0",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "332e7167-bc6a-4c90-b96c-14c23896390c",
"ClientName": "sample string 13",
"PartnerID": "083d36e3-6a1d-4544-8d99-bbe023431bc1",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"Vehicles": [
{
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
{
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
}
],
"VehicleGroupIds": [
"808affd9-f479-472c-bb77-5b59d46db6e1",
"95003ccc-7658-4030-be2b-df0fbeb5805c"
],
"ServiceDoneOn": "2026-09-22T20:42:21.4189137+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": "4ade110e-4ec3-4a99-b46a-4661707408a1",
"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-09-22T20:42:21.4189137+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"IssueID": "24d422ad-745d-4013-b7f0-0cb3d189a13b",
"ReportedDate": "2026-09-22T20:42:21.4189137+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "05320abc-04a6-42d2-a116-5a5ce379ea94",
"ReportedByName": "sample string 6",
"AssignedToID": "d9804483-d54c-4966-9453-51c190357165",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"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": "f22f3125-13d7-4564-a18f-e392d5beb178",
"ServiceTypeID": "14b301be-cfe4-45cf-ac26-2553c0428431",
"WorkOrderOn": "2026-09-22T20:42:21.4189137+04:00",
"WorkOrderID": "f1e323d7-c98a-4a9c-8c74-b07329a5d6d8",
"InspectionOn": "2026-09-22T20:42:21.4189137+04:00",
"InspectionItemID": "ee559451-af29-4c2a-aed4-6e7a61f33110"
},
"PrevVehicleID": "bd68028b-a022-4b4f-a423-3ce95bc89b9a",
"CloseBy": "2cfef0c7-e67c-49ed-ae28-b4263b97cb48",
"CloseOn": "2026-09-22T20:42:21.4189137+04:00",
"CriticalLevel": 0,
"Id": "7610e070-311b-4866-86f8-2d9985f95217",
"UserName": "sample string 17",
"UserID": "bd259beb-8ec5-42e7-8c32-8cd63d99bca2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "55d2c982-55dc-4e5f-b37a-756b3eeef7ca",
"ClientName": "sample string 22",
"PartnerID": "8d039d36-47db-46cb-9d85-c989b2a03089",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "4627a356-8847-446f-bcf0-c248c2116658",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dd68e54f-4dbb-4710-b945-775d09a3c4eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8989e818-7aec-4281-9f72-a0d91626586c",
"PartnerID": "6c357d6d-9e1e-49d5-8e2c-f2793bfd369c"
},
"IssueID": "24d422ad-745d-4013-b7f0-0cb3d189a13b",
"ReportedDate": "2026-09-22T20:42:21.4189137+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "05320abc-04a6-42d2-a116-5a5ce379ea94",
"ReportedByName": "sample string 6",
"AssignedToID": "d9804483-d54c-4966-9453-51c190357165",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:21.4189137+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "99f9cb31-cad0-4cc0-bb25-0403acc0a5d2",
"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": "f22f3125-13d7-4564-a18f-e392d5beb178",
"ServiceTypeID": "14b301be-cfe4-45cf-ac26-2553c0428431",
"WorkOrderOn": "2026-09-22T20:42:21.4189137+04:00",
"WorkOrderID": "f1e323d7-c98a-4a9c-8c74-b07329a5d6d8",
"InspectionOn": "2026-09-22T20:42:21.4189137+04:00",
"InspectionItemID": "ee559451-af29-4c2a-aed4-6e7a61f33110"
},
"PrevVehicleID": "bd68028b-a022-4b4f-a423-3ce95bc89b9a",
"CloseBy": "2cfef0c7-e67c-49ed-ae28-b4263b97cb48",
"CloseOn": "2026-09-22T20:42:21.4189137+04:00",
"CriticalLevel": 0,
"Id": "7610e070-311b-4866-86f8-2d9985f95217",
"UserName": "sample string 17",
"UserID": "bd259beb-8ec5-42e7-8c32-8cd63d99bca2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "55d2c982-55dc-4e5f-b37a-756b3eeef7ca",
"ClientName": "sample string 22",
"PartnerID": "8d039d36-47db-46cb-9d85-c989b2a03089",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"3db136e5-37bb-4f7b-ae60-a4010d09e6c7",
"4209e69d-dc48-4f52-b290-069c786f9264"
],
"Id": "b4eca1a1-d9b5-48c9-bd6e-23a8a3dd016e",
"UserName": "sample string 15",
"UserID": "84379010-42c8-4c47-ad8a-a86918c9a9d1",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-22T20:42:21.4189137+04:00",
"ClientID": "c6892b8f-3c6c-4a8e-84ff-365294b293eb",
"ClientName": "sample string 20",
"PartnerID": "d0daa63b-ae3b-47dd-adf9-37b344a0da65",
"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>c6892b8f-3c6c-4a8e-84ff-365294b293eb</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>b4eca1a1-d9b5-48c9-bd6e-23a8a3dd016e</Id>
<PartnerID>d0daa63b-ae3b-47dd-adf9-37b344a0da65</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>84379010-42c8-4c47-ad8a-a86918c9a9d1</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-22T20:42:21.4189137+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>55d2c982-55dc-4e5f-b37a-756b3eeef7ca</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>7610e070-311b-4866-86f8-2d9985f95217</Id>
<PartnerID>8d039d36-47db-46cb-9d85-c989b2a03089</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bd259beb-8ec5-42e7-8c32-8cd63d99bca2</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d9804483-d54c-4966-9453-51c190357165</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2cfef0c7-e67c-49ed-ae28-b4263b97cb48</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:42:21.4189137+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:42:21.4189137+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>24d422ad-745d-4013-b7f0-0cb3d189a13b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bd68028b-a022-4b4f-a423-3ce95bc89b9a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>05320abc-04a6-42d2-a116-5a5ce379ea94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:42:21.4189137+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ee559451-af29-4c2a-aed4-6e7a61f33110</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:42:21.4189137+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f22f3125-13d7-4564-a18f-e392d5beb178</d3p1:ServiceID>
<d3p1:ServiceTypeID>14b301be-cfe4-45cf-ac26-2553c0428431</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>f1e323d7-c98a-4a9c-8c74-b07329a5d6d8</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:42:21.4189137+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>55d2c982-55dc-4e5f-b37a-756b3eeef7ca</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>7610e070-311b-4866-86f8-2d9985f95217</Id>
<PartnerID>8d039d36-47db-46cb-9d85-c989b2a03089</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bd259beb-8ec5-42e7-8c32-8cd63d99bca2</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d9804483-d54c-4966-9453-51c190357165</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2cfef0c7-e67c-49ed-ae28-b4263b97cb48</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:42:21.4189137+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:42:21.4189137+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>24d422ad-745d-4013-b7f0-0cb3d189a13b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bd68028b-a022-4b4f-a423-3ce95bc89b9a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>05320abc-04a6-42d2-a116-5a5ce379ea94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:42:21.4189137+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ee559451-af29-4c2a-aed4-6e7a61f33110</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:42:21.4189137+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f22f3125-13d7-4564-a18f-e392d5beb178</d3p1:ServiceID>
<d3p1:ServiceTypeID>14b301be-cfe4-45cf-ac26-2553c0428431</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>f1e323d7-c98a-4a9c-8c74-b07329a5d6d8</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:42:21.4189137+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>3db136e5-37bb-4f7b-ae60-a4010d09e6c7</d3p1:guid>
<d3p1:guid>4209e69d-dc48-4f52-b290-069c786f9264</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-22T20:42:21.4189137+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-22T20:42:21.4189137+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>332e7167-bc6a-4c90-b96c-14c23896390c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>2411c7f8-79ba-41df-ae45-ebb12beefa74</Id>
<PartnerID>083d36e3-6a1d-4544-8d99-bbe023431bc1</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>7a4465ff-64f8-4a80-a0ee-14691902b2f0</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>f6ea0cf8-4567-4548-9c79-b7ad2945ab4a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>4ade110e-4ec3-4a99-b46a-4661707408a1</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>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>808affd9-f479-472c-bb77-5b59d46db6e1</d3p1:guid>
<d3p1:guid>95003ccc-7658-4030-be2b-df0fbeb5805c</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>eb0bbce5-fd9e-4ffd-b2f7-72a52259c34a</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>c6892b8f-3c6c-4a8e-84ff-365294b293eb</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>b4eca1a1-d9b5-48c9-bd6e-23a8a3dd016e</Id>
<PartnerID>d0daa63b-ae3b-47dd-adf9-37b344a0da65</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>84379010-42c8-4c47-ad8a-a86918c9a9d1</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-22T20:42:21.4189137+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>55d2c982-55dc-4e5f-b37a-756b3eeef7ca</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>7610e070-311b-4866-86f8-2d9985f95217</Id>
<PartnerID>8d039d36-47db-46cb-9d85-c989b2a03089</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bd259beb-8ec5-42e7-8c32-8cd63d99bca2</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d9804483-d54c-4966-9453-51c190357165</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2cfef0c7-e67c-49ed-ae28-b4263b97cb48</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:42:21.4189137+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:42:21.4189137+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>24d422ad-745d-4013-b7f0-0cb3d189a13b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bd68028b-a022-4b4f-a423-3ce95bc89b9a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>05320abc-04a6-42d2-a116-5a5ce379ea94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:42:21.4189137+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ee559451-af29-4c2a-aed4-6e7a61f33110</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:42:21.4189137+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f22f3125-13d7-4564-a18f-e392d5beb178</d3p1:ServiceID>
<d3p1:ServiceTypeID>14b301be-cfe4-45cf-ac26-2553c0428431</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>f1e323d7-c98a-4a9c-8c74-b07329a5d6d8</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:42:21.4189137+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>55d2c982-55dc-4e5f-b37a-756b3eeef7ca</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>7610e070-311b-4866-86f8-2d9985f95217</Id>
<PartnerID>8d039d36-47db-46cb-9d85-c989b2a03089</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>bd259beb-8ec5-42e7-8c32-8cd63d99bca2</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d9804483-d54c-4966-9453-51c190357165</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>99f9cb31-cad0-4cc0-bb25-0403acc0a5d2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2cfef0c7-e67c-49ed-ae28-b4263b97cb48</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-22T20:42:21.4189137+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-22T20:42:21.4189137+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>24d422ad-745d-4013-b7f0-0cb3d189a13b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>bd68028b-a022-4b4f-a423-3ce95bc89b9a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>05320abc-04a6-42d2-a116-5a5ce379ea94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-22T20:42:21.4189137+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ee559451-af29-4c2a-aed4-6e7a61f33110</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-22T20:42:21.4189137+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>f22f3125-13d7-4564-a18f-e392d5beb178</d3p1:ServiceID>
<d3p1:ServiceTypeID>14b301be-cfe4-45cf-ac26-2553c0428431</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>f1e323d7-c98a-4a9c-8c74-b07329a5d6d8</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-22T20:42:21.4189137+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>3db136e5-37bb-4f7b-ae60-a4010d09e6c7</d3p1:guid>
<d3p1:guid>4209e69d-dc48-4f52-b290-069c786f9264</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-22T20:42:21.4189137+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-22T20:42:21.4189137+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>332e7167-bc6a-4c90-b96c-14c23896390c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:42:21.4189137+04:00</CreatedOn>
<Id>2411c7f8-79ba-41df-ae45-ebb12beefa74</Id>
<PartnerID>083d36e3-6a1d-4544-8d99-bbe023431bc1</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>7a4465ff-64f8-4a80-a0ee-14691902b2f0</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>f6ea0cf8-4567-4548-9c79-b7ad2945ab4a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>4ade110e-4ec3-4a99-b46a-4661707408a1</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>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>808affd9-f479-472c-bb77-5b59d46db6e1</d3p1:guid>
<d3p1:guid>95003ccc-7658-4030-be2b-df0fbeb5805c</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>eb0bbce5-fd9e-4ffd-b2f7-72a52259c34a</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>8989e818-7aec-4281-9f72-a0d91626586c</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>dd68e54f-4dbb-4710-b945-775d09a3c4eb</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>6c357d6d-9e1e-49d5-8e2c-f2793bfd369c</PartnerID>
<VehicleID>4627a356-8847-446f-bcf0-c248c2116658</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>