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": "0ff98376-afd3-41be-b0c7-2f0f77fc08a7",
"ServiceType": {
"ServiceTypeId": "0e6eafc9-a07b-4bf3-a942-49f9ef2c2366",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "1f124ec9-4924-4e84-96d4-ca180e2f5e0d",
"UserName": "sample string 8",
"UserID": "9e4c3bb3-db80-49a8-a88a-c9d6a5b1cd9c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "bb2a5226-9de0-4feb-82d1-30425e3ddb0e",
"ClientName": "sample string 13",
"PartnerID": "bb1eef2a-b565-4c37-9578-145c107a402e",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"Vehicles": [
{
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
{
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
}
],
"VehicleGroupIds": [
"b0b8440e-fc60-4005-8637-dc05688b45f4",
"a83f9da6-c1f0-4938-9159-55b73f0953c4"
],
"ServiceDoneOn": "2026-02-08T22:58:45.3070077+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": "c1ec38a3-f8fe-4b2f-a5ab-3ce8b1a1e6ae",
"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-08T22:58:45.3070077+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"IssueID": "0eba9edd-2677-45fe-9e68-4cd35752b517",
"ReportedDate": "2026-02-08T22:58:45.3070077+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b23621a1-bd89-4105-bec6-c880783e7be4",
"ReportedByName": "sample string 6",
"AssignedToID": "49d515d8-3e82-4f88-aa76-38f9c98e569a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"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": "dbc6fc70-4279-4920-b97a-18b2f3b73b31",
"ServiceTypeID": "bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b",
"WorkOrderOn": "2026-02-08T22:58:45.3070077+04:00",
"WorkOrderID": "a7d5c081-d398-4f7a-83f1-a78790c7ed16",
"InspectionOn": "2026-02-08T22:58:45.3070077+04:00",
"InspectionItemID": "64c0016a-d4ca-4ccc-a472-0e6c9479080a"
},
"PrevVehicleID": "4f0bb4be-c31d-41eb-b639-2a220f43e1c3",
"CloseBy": "1455e210-67d1-4fa4-b7da-eaf5d32717fd",
"CloseOn": "2026-02-08T22:58:45.3070077+04:00",
"CriticalLevel": 0,
"Id": "3b706114-a6c6-4831-a5f9-bf91b9dd9d38",
"UserName": "sample string 17",
"UserID": "aec1c37f-18f3-4c02-a87f-e413c72a8340",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "002d9d57-938c-4f0e-9ecc-90b6e3ef236e",
"ClientName": "sample string 22",
"PartnerID": "baae475e-aeb3-494f-a44f-2470cb60f5d1",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"IssueID": "0eba9edd-2677-45fe-9e68-4cd35752b517",
"ReportedDate": "2026-02-08T22:58:45.3070077+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b23621a1-bd89-4105-bec6-c880783e7be4",
"ReportedByName": "sample string 6",
"AssignedToID": "49d515d8-3e82-4f88-aa76-38f9c98e569a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"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": "dbc6fc70-4279-4920-b97a-18b2f3b73b31",
"ServiceTypeID": "bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b",
"WorkOrderOn": "2026-02-08T22:58:45.3070077+04:00",
"WorkOrderID": "a7d5c081-d398-4f7a-83f1-a78790c7ed16",
"InspectionOn": "2026-02-08T22:58:45.3070077+04:00",
"InspectionItemID": "64c0016a-d4ca-4ccc-a472-0e6c9479080a"
},
"PrevVehicleID": "4f0bb4be-c31d-41eb-b639-2a220f43e1c3",
"CloseBy": "1455e210-67d1-4fa4-b7da-eaf5d32717fd",
"CloseOn": "2026-02-08T22:58:45.3070077+04:00",
"CriticalLevel": 0,
"Id": "3b706114-a6c6-4831-a5f9-bf91b9dd9d38",
"UserName": "sample string 17",
"UserID": "aec1c37f-18f3-4c02-a87f-e413c72a8340",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "002d9d57-938c-4f0e-9ecc-90b6e3ef236e",
"ClientName": "sample string 22",
"PartnerID": "baae475e-aeb3-494f-a44f-2470cb60f5d1",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"cc91de72-17d9-4675-a8c3-431d1bf20389",
"7ec20985-75c7-4c67-9ce0-d8c841990288"
],
"Id": "cc3e3ee6-36c8-4409-bf8a-655a16a78ffd",
"UserName": "sample string 15",
"UserID": "65da6690-a4dc-424f-aea7-b4e617d1afee",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "61567212-5104-4de9-82ef-07d337f016ee",
"ClientName": "sample string 20",
"PartnerID": "4d446b74-4cd3-45f3-98f1-3a2880bc4d73",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "0ff98376-afd3-41be-b0c7-2f0f77fc08a7",
"ServiceType": {
"ServiceTypeId": "0e6eafc9-a07b-4bf3-a942-49f9ef2c2366",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "1f124ec9-4924-4e84-96d4-ca180e2f5e0d",
"UserName": "sample string 8",
"UserID": "9e4c3bb3-db80-49a8-a88a-c9d6a5b1cd9c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "bb2a5226-9de0-4feb-82d1-30425e3ddb0e",
"ClientName": "sample string 13",
"PartnerID": "bb1eef2a-b565-4c37-9578-145c107a402e",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"Vehicles": [
{
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
{
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
}
],
"VehicleGroupIds": [
"b0b8440e-fc60-4005-8637-dc05688b45f4",
"a83f9da6-c1f0-4938-9159-55b73f0953c4"
],
"ServiceDoneOn": "2026-02-08T22:58:45.3070077+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": "c1ec38a3-f8fe-4b2f-a5ab-3ce8b1a1e6ae",
"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-08T22:58:45.3070077+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"IssueID": "0eba9edd-2677-45fe-9e68-4cd35752b517",
"ReportedDate": "2026-02-08T22:58:45.3070077+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b23621a1-bd89-4105-bec6-c880783e7be4",
"ReportedByName": "sample string 6",
"AssignedToID": "49d515d8-3e82-4f88-aa76-38f9c98e569a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"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": "dbc6fc70-4279-4920-b97a-18b2f3b73b31",
"ServiceTypeID": "bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b",
"WorkOrderOn": "2026-02-08T22:58:45.3070077+04:00",
"WorkOrderID": "a7d5c081-d398-4f7a-83f1-a78790c7ed16",
"InspectionOn": "2026-02-08T22:58:45.3070077+04:00",
"InspectionItemID": "64c0016a-d4ca-4ccc-a472-0e6c9479080a"
},
"PrevVehicleID": "4f0bb4be-c31d-41eb-b639-2a220f43e1c3",
"CloseBy": "1455e210-67d1-4fa4-b7da-eaf5d32717fd",
"CloseOn": "2026-02-08T22:58:45.3070077+04:00",
"CriticalLevel": 0,
"Id": "3b706114-a6c6-4831-a5f9-bf91b9dd9d38",
"UserName": "sample string 17",
"UserID": "aec1c37f-18f3-4c02-a87f-e413c72a8340",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "002d9d57-938c-4f0e-9ecc-90b6e3ef236e",
"ClientName": "sample string 22",
"PartnerID": "baae475e-aeb3-494f-a44f-2470cb60f5d1",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b160f128-d00b-42d3-996b-746f7bd98c65",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "adebc1b9-ff43-43a4-b92d-a078fcdf707a",
"PartnerID": "af5113ba-abee-4eb7-ad6b-888f44fa7547"
},
"IssueID": "0eba9edd-2677-45fe-9e68-4cd35752b517",
"ReportedDate": "2026-02-08T22:58:45.3070077+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b23621a1-bd89-4105-bec6-c880783e7be4",
"ReportedByName": "sample string 6",
"AssignedToID": "49d515d8-3e82-4f88-aa76-38f9c98e569a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.3070077+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "86852cc3-1ba9-4369-9d65-b069cd61bd36",
"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": "dbc6fc70-4279-4920-b97a-18b2f3b73b31",
"ServiceTypeID": "bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b",
"WorkOrderOn": "2026-02-08T22:58:45.3070077+04:00",
"WorkOrderID": "a7d5c081-d398-4f7a-83f1-a78790c7ed16",
"InspectionOn": "2026-02-08T22:58:45.3070077+04:00",
"InspectionItemID": "64c0016a-d4ca-4ccc-a472-0e6c9479080a"
},
"PrevVehicleID": "4f0bb4be-c31d-41eb-b639-2a220f43e1c3",
"CloseBy": "1455e210-67d1-4fa4-b7da-eaf5d32717fd",
"CloseOn": "2026-02-08T22:58:45.3070077+04:00",
"CriticalLevel": 0,
"Id": "3b706114-a6c6-4831-a5f9-bf91b9dd9d38",
"UserName": "sample string 17",
"UserID": "aec1c37f-18f3-4c02-a87f-e413c72a8340",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "002d9d57-938c-4f0e-9ecc-90b6e3ef236e",
"ClientName": "sample string 22",
"PartnerID": "baae475e-aeb3-494f-a44f-2470cb60f5d1",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"cc91de72-17d9-4675-a8c3-431d1bf20389",
"7ec20985-75c7-4c67-9ce0-d8c841990288"
],
"Id": "cc3e3ee6-36c8-4409-bf8a-655a16a78ffd",
"UserName": "sample string 15",
"UserID": "65da6690-a4dc-424f-aea7-b4e617d1afee",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T22:58:45.3070077+04:00",
"ClientID": "61567212-5104-4de9-82ef-07d337f016ee",
"ClientName": "sample string 20",
"PartnerID": "4d446b74-4cd3-45f3-98f1-3a2880bc4d73",
"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>61567212-5104-4de9-82ef-07d337f016ee</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>cc3e3ee6-36c8-4409-bf8a-655a16a78ffd</Id>
<PartnerID>4d446b74-4cd3-45f3-98f1-3a2880bc4d73</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>65da6690-a4dc-424f-aea7-b4e617d1afee</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T22:58:45.3070077+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>002d9d57-938c-4f0e-9ecc-90b6e3ef236e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>3b706114-a6c6-4831-a5f9-bf91b9dd9d38</Id>
<PartnerID>baae475e-aeb3-494f-a44f-2470cb60f5d1</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>aec1c37f-18f3-4c02-a87f-e413c72a8340</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>49d515d8-3e82-4f88-aa76-38f9c98e569a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1455e210-67d1-4fa4-b7da-eaf5d32717fd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:58:45.3070077+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:58:45.3070077+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0eba9edd-2677-45fe-9e68-4cd35752b517</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>4f0bb4be-c31d-41eb-b639-2a220f43e1c3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b23621a1-bd89-4105-bec6-c880783e7be4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:58:45.3070077+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>64c0016a-d4ca-4ccc-a472-0e6c9479080a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:58:45.3070077+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>dbc6fc70-4279-4920-b97a-18b2f3b73b31</d3p1:ServiceID>
<d3p1:ServiceTypeID>bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a7d5c081-d398-4f7a-83f1-a78790c7ed16</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:58:45.3070077+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>002d9d57-938c-4f0e-9ecc-90b6e3ef236e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>3b706114-a6c6-4831-a5f9-bf91b9dd9d38</Id>
<PartnerID>baae475e-aeb3-494f-a44f-2470cb60f5d1</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>aec1c37f-18f3-4c02-a87f-e413c72a8340</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>49d515d8-3e82-4f88-aa76-38f9c98e569a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1455e210-67d1-4fa4-b7da-eaf5d32717fd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:58:45.3070077+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:58:45.3070077+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0eba9edd-2677-45fe-9e68-4cd35752b517</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>4f0bb4be-c31d-41eb-b639-2a220f43e1c3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b23621a1-bd89-4105-bec6-c880783e7be4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:58:45.3070077+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>64c0016a-d4ca-4ccc-a472-0e6c9479080a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:58:45.3070077+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>dbc6fc70-4279-4920-b97a-18b2f3b73b31</d3p1:ServiceID>
<d3p1:ServiceTypeID>bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a7d5c081-d398-4f7a-83f1-a78790c7ed16</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:58:45.3070077+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cc91de72-17d9-4675-a8c3-431d1bf20389</d3p1:guid>
<d3p1:guid>7ec20985-75c7-4c67-9ce0-d8c841990288</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T22:58:45.3070077+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T22:58:45.3070077+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>bb2a5226-9de0-4feb-82d1-30425e3ddb0e</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>1f124ec9-4924-4e84-96d4-ca180e2f5e0d</Id>
<PartnerID>bb1eef2a-b565-4c37-9578-145c107a402e</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9e4c3bb3-db80-49a8-a88a-c9d6a5b1cd9c</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>0e6eafc9-a07b-4bf3-a942-49f9ef2c2366</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>c1ec38a3-f8fe-4b2f-a5ab-3ce8b1a1e6ae</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>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b0b8440e-fc60-4005-8637-dc05688b45f4</d3p1:guid>
<d3p1:guid>a83f9da6-c1f0-4938-9159-55b73f0953c4</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>0ff98376-afd3-41be-b0c7-2f0f77fc08a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>61567212-5104-4de9-82ef-07d337f016ee</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>cc3e3ee6-36c8-4409-bf8a-655a16a78ffd</Id>
<PartnerID>4d446b74-4cd3-45f3-98f1-3a2880bc4d73</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>65da6690-a4dc-424f-aea7-b4e617d1afee</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T22:58:45.3070077+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>002d9d57-938c-4f0e-9ecc-90b6e3ef236e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>3b706114-a6c6-4831-a5f9-bf91b9dd9d38</Id>
<PartnerID>baae475e-aeb3-494f-a44f-2470cb60f5d1</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>aec1c37f-18f3-4c02-a87f-e413c72a8340</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>49d515d8-3e82-4f88-aa76-38f9c98e569a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1455e210-67d1-4fa4-b7da-eaf5d32717fd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:58:45.3070077+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:58:45.3070077+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0eba9edd-2677-45fe-9e68-4cd35752b517</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>4f0bb4be-c31d-41eb-b639-2a220f43e1c3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b23621a1-bd89-4105-bec6-c880783e7be4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:58:45.3070077+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>64c0016a-d4ca-4ccc-a472-0e6c9479080a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:58:45.3070077+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>dbc6fc70-4279-4920-b97a-18b2f3b73b31</d3p1:ServiceID>
<d3p1:ServiceTypeID>bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a7d5c081-d398-4f7a-83f1-a78790c7ed16</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:58:45.3070077+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>002d9d57-938c-4f0e-9ecc-90b6e3ef236e</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>3b706114-a6c6-4831-a5f9-bf91b9dd9d38</Id>
<PartnerID>baae475e-aeb3-494f-a44f-2470cb60f5d1</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>aec1c37f-18f3-4c02-a87f-e413c72a8340</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>49d515d8-3e82-4f88-aa76-38f9c98e569a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>86852cc3-1ba9-4369-9d65-b069cd61bd36</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>1455e210-67d1-4fa4-b7da-eaf5d32717fd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:58:45.3070077+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:58:45.3070077+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>0eba9edd-2677-45fe-9e68-4cd35752b517</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>4f0bb4be-c31d-41eb-b639-2a220f43e1c3</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b23621a1-bd89-4105-bec6-c880783e7be4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:58:45.3070077+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>64c0016a-d4ca-4ccc-a472-0e6c9479080a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:58:45.3070077+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>dbc6fc70-4279-4920-b97a-18b2f3b73b31</d3p1:ServiceID>
<d3p1:ServiceTypeID>bdfc65af-ff9e-40be-9fb3-ba0e2e01dd0b</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>a7d5c081-d398-4f7a-83f1-a78790c7ed16</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:58:45.3070077+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cc91de72-17d9-4675-a8c3-431d1bf20389</d3p1:guid>
<d3p1:guid>7ec20985-75c7-4c67-9ce0-d8c841990288</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T22:58:45.3070077+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T22:58:45.3070077+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>bb2a5226-9de0-4feb-82d1-30425e3ddb0e</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:58:45.3070077+04:00</CreatedOn>
<Id>1f124ec9-4924-4e84-96d4-ca180e2f5e0d</Id>
<PartnerID>bb1eef2a-b565-4c37-9578-145c107a402e</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9e4c3bb3-db80-49a8-a88a-c9d6a5b1cd9c</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>0e6eafc9-a07b-4bf3-a942-49f9ef2c2366</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>c1ec38a3-f8fe-4b2f-a5ab-3ce8b1a1e6ae</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>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b0b8440e-fc60-4005-8637-dc05688b45f4</d3p1:guid>
<d3p1:guid>a83f9da6-c1f0-4938-9159-55b73f0953c4</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>0ff98376-afd3-41be-b0c7-2f0f77fc08a7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>adebc1b9-ff43-43a4-b92d-a078fcdf707a</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>49bb169c-3a2b-4fd6-b5b6-64ed7d9482fe</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>af5113ba-abee-4eb7-ad6b-888f44fa7547</PartnerID>
<VehicleID>b160f128-d00b-42d3-996b-746f7bd98c65</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>