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": "457e5c80-6c41-4460-acac-f5838249f1df",
"ServiceType": {
"ServiceTypeId": "0ab1e1c8-d4b6-4928-841f-5577e872a57d",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "a16d253f-13bc-4d72-a1d9-6b59901c3fd0",
"UserName": "sample string 8",
"UserID": "fce28000-abd8-4012-a085-accfb2bbbf03",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "66bfc0b9-09b7-413b-a163-8e43c8745167",
"ClientName": "sample string 13",
"PartnerID": "d98d2410-839f-4bc0-be60-4c0164c6bf72",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"Vehicles": [
{
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
{
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
}
],
"VehicleGroupIds": [
"c94bd999-f00f-4cf6-9d7e-bf2b81fae4e2",
"bf18d2c2-6115-41ea-a107-25a91ad27717"
],
"ServiceDoneOn": "2026-05-09T16:48:40.2667985+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": "6948adde-f223-46b3-9af4-feacc3430519",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-05-09T16:48:40.2667985+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"IssueID": "46002061-de0e-4d8a-ab00-e13d2083057e",
"ReportedDate": "2026-05-09T16:48:40.2667985+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "532754a4-f1db-494e-b772-22e832601ddb",
"ReportedByName": "sample string 6",
"AssignedToID": "b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"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": "a31856fd-8f39-418b-9a5f-0917e628a206",
"ServiceTypeID": "63bdd832-0f26-4cab-884f-8feb212d9db7",
"WorkOrderOn": "2026-05-09T16:48:40.2667985+04:00",
"WorkOrderID": "ed651843-76d5-4d8a-ba00-7b84d7662133",
"InspectionOn": "2026-05-09T16:48:40.2667985+04:00",
"InspectionItemID": "63231e09-534d-4c42-8b0d-225dc1ffae04"
},
"PrevVehicleID": "0391d323-b2ec-4a9b-8348-303082feaaca",
"CloseBy": "0f1d9041-a8a9-46ea-a65c-c8eea0899d8a",
"CloseOn": "2026-05-09T16:48:40.2667985+04:00",
"CriticalLevel": 0,
"Id": "afa57bfd-fa58-4435-af41-c73640b7f0de",
"UserName": "sample string 17",
"UserID": "19c2b86f-3ca6-4846-a22c-44222cb93183",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "d9e31f77-d828-4479-a52e-266b167a7053",
"ClientName": "sample string 22",
"PartnerID": "c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"IssueID": "46002061-de0e-4d8a-ab00-e13d2083057e",
"ReportedDate": "2026-05-09T16:48:40.2667985+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "532754a4-f1db-494e-b772-22e832601ddb",
"ReportedByName": "sample string 6",
"AssignedToID": "b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"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": "a31856fd-8f39-418b-9a5f-0917e628a206",
"ServiceTypeID": "63bdd832-0f26-4cab-884f-8feb212d9db7",
"WorkOrderOn": "2026-05-09T16:48:40.2667985+04:00",
"WorkOrderID": "ed651843-76d5-4d8a-ba00-7b84d7662133",
"InspectionOn": "2026-05-09T16:48:40.2667985+04:00",
"InspectionItemID": "63231e09-534d-4c42-8b0d-225dc1ffae04"
},
"PrevVehicleID": "0391d323-b2ec-4a9b-8348-303082feaaca",
"CloseBy": "0f1d9041-a8a9-46ea-a65c-c8eea0899d8a",
"CloseOn": "2026-05-09T16:48:40.2667985+04:00",
"CriticalLevel": 0,
"Id": "afa57bfd-fa58-4435-af41-c73640b7f0de",
"UserName": "sample string 17",
"UserID": "19c2b86f-3ca6-4846-a22c-44222cb93183",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "d9e31f77-d828-4479-a52e-266b167a7053",
"ClientName": "sample string 22",
"PartnerID": "c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7434d998-6a20-4b1d-886d-b444b836fcbf",
"4b7f21a9-0d95-4fde-b881-a88008e65ce7"
],
"Id": "06532462-99af-449b-becf-3edb12d3a359",
"UserName": "sample string 15",
"UserID": "6036692f-e5f5-4b9a-b5f8-51e2a3b755ff",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "00647d43-0376-4c78-900f-10d5e5181c0d",
"ClientName": "sample string 20",
"PartnerID": "657f79c9-8c8e-4fe0-96ba-e83dc913e978",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "457e5c80-6c41-4460-acac-f5838249f1df",
"ServiceType": {
"ServiceTypeId": "0ab1e1c8-d4b6-4928-841f-5577e872a57d",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "a16d253f-13bc-4d72-a1d9-6b59901c3fd0",
"UserName": "sample string 8",
"UserID": "fce28000-abd8-4012-a085-accfb2bbbf03",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "66bfc0b9-09b7-413b-a163-8e43c8745167",
"ClientName": "sample string 13",
"PartnerID": "d98d2410-839f-4bc0-be60-4c0164c6bf72",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"Vehicles": [
{
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
{
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
}
],
"VehicleGroupIds": [
"c94bd999-f00f-4cf6-9d7e-bf2b81fae4e2",
"bf18d2c2-6115-41ea-a107-25a91ad27717"
],
"ServiceDoneOn": "2026-05-09T16:48:40.2667985+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": "6948adde-f223-46b3-9af4-feacc3430519",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-05-09T16:48:40.2667985+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"IssueID": "46002061-de0e-4d8a-ab00-e13d2083057e",
"ReportedDate": "2026-05-09T16:48:40.2667985+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "532754a4-f1db-494e-b772-22e832601ddb",
"ReportedByName": "sample string 6",
"AssignedToID": "b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"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": "a31856fd-8f39-418b-9a5f-0917e628a206",
"ServiceTypeID": "63bdd832-0f26-4cab-884f-8feb212d9db7",
"WorkOrderOn": "2026-05-09T16:48:40.2667985+04:00",
"WorkOrderID": "ed651843-76d5-4d8a-ba00-7b84d7662133",
"InspectionOn": "2026-05-09T16:48:40.2667985+04:00",
"InspectionItemID": "63231e09-534d-4c42-8b0d-225dc1ffae04"
},
"PrevVehicleID": "0391d323-b2ec-4a9b-8348-303082feaaca",
"CloseBy": "0f1d9041-a8a9-46ea-a65c-c8eea0899d8a",
"CloseOn": "2026-05-09T16:48:40.2667985+04:00",
"CriticalLevel": 0,
"Id": "afa57bfd-fa58-4435-af41-c73640b7f0de",
"UserName": "sample string 17",
"UserID": "19c2b86f-3ca6-4846-a22c-44222cb93183",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "d9e31f77-d828-4479-a52e-266b167a7053",
"ClientName": "sample string 22",
"PartnerID": "c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ab4b0b61-72ed-42ec-adaf-4196eadb3935",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "83bdb71b-778e-4761-8dbc-40228fdf3397",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d8572e8f-9c27-4028-beef-a795433877c9",
"PartnerID": "c49b3e11-81f0-443a-a543-738a292a2b26"
},
"IssueID": "46002061-de0e-4d8a-ab00-e13d2083057e",
"ReportedDate": "2026-05-09T16:48:40.2667985+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "532754a4-f1db-494e-b772-22e832601ddb",
"ReportedByName": "sample string 6",
"AssignedToID": "b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:40.2667985+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "788e8e83-efb9-4eb4-9060-8af0bc381f3a",
"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": "a31856fd-8f39-418b-9a5f-0917e628a206",
"ServiceTypeID": "63bdd832-0f26-4cab-884f-8feb212d9db7",
"WorkOrderOn": "2026-05-09T16:48:40.2667985+04:00",
"WorkOrderID": "ed651843-76d5-4d8a-ba00-7b84d7662133",
"InspectionOn": "2026-05-09T16:48:40.2667985+04:00",
"InspectionItemID": "63231e09-534d-4c42-8b0d-225dc1ffae04"
},
"PrevVehicleID": "0391d323-b2ec-4a9b-8348-303082feaaca",
"CloseBy": "0f1d9041-a8a9-46ea-a65c-c8eea0899d8a",
"CloseOn": "2026-05-09T16:48:40.2667985+04:00",
"CriticalLevel": 0,
"Id": "afa57bfd-fa58-4435-af41-c73640b7f0de",
"UserName": "sample string 17",
"UserID": "19c2b86f-3ca6-4846-a22c-44222cb93183",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "d9e31f77-d828-4479-a52e-266b167a7053",
"ClientName": "sample string 22",
"PartnerID": "c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7434d998-6a20-4b1d-886d-b444b836fcbf",
"4b7f21a9-0d95-4fde-b881-a88008e65ce7"
],
"Id": "06532462-99af-449b-becf-3edb12d3a359",
"UserName": "sample string 15",
"UserID": "6036692f-e5f5-4b9a-b5f8-51e2a3b755ff",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:48:40.2667985+04:00",
"ClientID": "00647d43-0376-4c78-900f-10d5e5181c0d",
"ClientName": "sample string 20",
"PartnerID": "657f79c9-8c8e-4fe0-96ba-e83dc913e978",
"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>00647d43-0376-4c78-900f-10d5e5181c0d</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>06532462-99af-449b-becf-3edb12d3a359</Id>
<PartnerID>657f79c9-8c8e-4fe0-96ba-e83dc913e978</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>6036692f-e5f5-4b9a-b5f8-51e2a3b755ff</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:48:40.2667985+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>d9e31f77-d828-4479-a52e-266b167a7053</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>afa57bfd-fa58-4435-af41-c73640b7f0de</Id>
<PartnerID>c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>19c2b86f-3ca6-4846-a22c-44222cb93183</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0f1d9041-a8a9-46ea-a65c-c8eea0899d8a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:48:40.2667985+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:48:40.2667985+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>46002061-de0e-4d8a-ab00-e13d2083057e</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0391d323-b2ec-4a9b-8348-303082feaaca</d3p1:PrevVehicleID>
<d3p1:ReportedByID>532754a4-f1db-494e-b772-22e832601ddb</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:48:40.2667985+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>63231e09-534d-4c42-8b0d-225dc1ffae04</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:48:40.2667985+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a31856fd-8f39-418b-9a5f-0917e628a206</d3p1:ServiceID>
<d3p1:ServiceTypeID>63bdd832-0f26-4cab-884f-8feb212d9db7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ed651843-76d5-4d8a-ba00-7b84d7662133</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:48:40.2667985+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>d9e31f77-d828-4479-a52e-266b167a7053</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>afa57bfd-fa58-4435-af41-c73640b7f0de</Id>
<PartnerID>c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>19c2b86f-3ca6-4846-a22c-44222cb93183</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0f1d9041-a8a9-46ea-a65c-c8eea0899d8a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:48:40.2667985+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:48:40.2667985+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>46002061-de0e-4d8a-ab00-e13d2083057e</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0391d323-b2ec-4a9b-8348-303082feaaca</d3p1:PrevVehicleID>
<d3p1:ReportedByID>532754a4-f1db-494e-b772-22e832601ddb</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:48:40.2667985+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>63231e09-534d-4c42-8b0d-225dc1ffae04</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:48:40.2667985+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a31856fd-8f39-418b-9a5f-0917e628a206</d3p1:ServiceID>
<d3p1:ServiceTypeID>63bdd832-0f26-4cab-884f-8feb212d9db7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ed651843-76d5-4d8a-ba00-7b84d7662133</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:48:40.2667985+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7434d998-6a20-4b1d-886d-b444b836fcbf</d3p1:guid>
<d3p1:guid>4b7f21a9-0d95-4fde-b881-a88008e65ce7</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:48:40.2667985+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:48:40.2667985+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>66bfc0b9-09b7-413b-a163-8e43c8745167</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>a16d253f-13bc-4d72-a1d9-6b59901c3fd0</Id>
<PartnerID>d98d2410-839f-4bc0-be60-4c0164c6bf72</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fce28000-abd8-4012-a085-accfb2bbbf03</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>0ab1e1c8-d4b6-4928-841f-5577e872a57d</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6948adde-f223-46b3-9af4-feacc3430519</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>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c94bd999-f00f-4cf6-9d7e-bf2b81fae4e2</d3p1:guid>
<d3p1:guid>bf18d2c2-6115-41ea-a107-25a91ad27717</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>457e5c80-6c41-4460-acac-f5838249f1df</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>00647d43-0376-4c78-900f-10d5e5181c0d</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>06532462-99af-449b-becf-3edb12d3a359</Id>
<PartnerID>657f79c9-8c8e-4fe0-96ba-e83dc913e978</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>6036692f-e5f5-4b9a-b5f8-51e2a3b755ff</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:48:40.2667985+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>d9e31f77-d828-4479-a52e-266b167a7053</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>afa57bfd-fa58-4435-af41-c73640b7f0de</Id>
<PartnerID>c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>19c2b86f-3ca6-4846-a22c-44222cb93183</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0f1d9041-a8a9-46ea-a65c-c8eea0899d8a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:48:40.2667985+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:48:40.2667985+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>46002061-de0e-4d8a-ab00-e13d2083057e</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0391d323-b2ec-4a9b-8348-303082feaaca</d3p1:PrevVehicleID>
<d3p1:ReportedByID>532754a4-f1db-494e-b772-22e832601ddb</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:48:40.2667985+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>63231e09-534d-4c42-8b0d-225dc1ffae04</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:48:40.2667985+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a31856fd-8f39-418b-9a5f-0917e628a206</d3p1:ServiceID>
<d3p1:ServiceTypeID>63bdd832-0f26-4cab-884f-8feb212d9db7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ed651843-76d5-4d8a-ba00-7b84d7662133</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:48:40.2667985+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>d9e31f77-d828-4479-a52e-266b167a7053</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>afa57bfd-fa58-4435-af41-c73640b7f0de</Id>
<PartnerID>c1c3e0f5-34a7-4160-83b0-bbb7e6e1ef8a</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>19c2b86f-3ca6-4846-a22c-44222cb93183</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b4fb9183-9f18-4e2a-95b1-c9e1f1ea6904</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>788e8e83-efb9-4eb4-9060-8af0bc381f3a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0f1d9041-a8a9-46ea-a65c-c8eea0899d8a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:48:40.2667985+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:48:40.2667985+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>46002061-de0e-4d8a-ab00-e13d2083057e</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>0391d323-b2ec-4a9b-8348-303082feaaca</d3p1:PrevVehicleID>
<d3p1:ReportedByID>532754a4-f1db-494e-b772-22e832601ddb</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:48:40.2667985+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>63231e09-534d-4c42-8b0d-225dc1ffae04</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:48:40.2667985+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a31856fd-8f39-418b-9a5f-0917e628a206</d3p1:ServiceID>
<d3p1:ServiceTypeID>63bdd832-0f26-4cab-884f-8feb212d9db7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ed651843-76d5-4d8a-ba00-7b84d7662133</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:48:40.2667985+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7434d998-6a20-4b1d-886d-b444b836fcbf</d3p1:guid>
<d3p1:guid>4b7f21a9-0d95-4fde-b881-a88008e65ce7</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:48:40.2667985+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:48:40.2667985+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>66bfc0b9-09b7-413b-a163-8e43c8745167</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:48:40.2667985+04:00</CreatedOn>
<Id>a16d253f-13bc-4d72-a1d9-6b59901c3fd0</Id>
<PartnerID>d98d2410-839f-4bc0-be60-4c0164c6bf72</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fce28000-abd8-4012-a085-accfb2bbbf03</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>0ab1e1c8-d4b6-4928-841f-5577e872a57d</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>6948adde-f223-46b3-9af4-feacc3430519</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>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c94bd999-f00f-4cf6-9d7e-bf2b81fae4e2</d3p1:guid>
<d3p1:guid>bf18d2c2-6115-41ea-a107-25a91ad27717</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>457e5c80-6c41-4460-acac-f5838249f1df</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d8572e8f-9c27-4028-beef-a795433877c9</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>83bdb71b-778e-4761-8dbc-40228fdf3397</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>c49b3e11-81f0-443a-a543-738a292a2b26</PartnerID>
<VehicleID>ab4b0b61-72ed-42ec-adaf-4196eadb3935</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>