GET Api/Service/GetServiceHistory?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | 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": "e63f8680-f251-4c18-a8ee-dff861601d9d",
"ServiceType": {
"ServiceTypeId": "57a221ce-f568-4811-bfc4-a75736957b4e",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "af7bab39-509f-47b4-a2b6-57eeeefa72ca",
"UserName": "sample string 8",
"UserID": "e2848532-e880-440c-a0f8-b4c2c2b7e304",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "7cafd9e5-1b62-4391-8d31-085dcb0619b9",
"ClientName": "sample string 13",
"PartnerID": "c8a73f48-bcc1-49c0-831c-f53b7b14de3b",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"Vehicles": [
{
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
{
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
}
],
"VehicleGroupIds": [
"bf22f590-962a-44d7-b64b-7507730a1319",
"daa9ef4f-000a-4348-8386-deed2eae6227"
],
"ServiceDoneOn": "2026-08-08T18:55:48.4177695+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": "732cc854-a4fe-4f34-8c50-d7abfce559d4",
"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-08-08T18:55:48.4177695+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"IssueID": "971fc40f-723e-486b-a498-c846c42aae11",
"ReportedDate": "2026-08-08T18:55:48.4177695+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0b7276b7-7595-4c48-811d-db2da4c3ba0d",
"ReportedByName": "sample string 6",
"AssignedToID": "9452ac10-fd94-43a3-8a9d-fb75ccd4ce46",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"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": "1540b674-d289-466a-ac00-e06c7f0c196d",
"ServiceTypeID": "8c4340ca-a738-4fc3-963f-458d926871d5",
"WorkOrderOn": "2026-08-08T18:55:48.4177695+04:00",
"WorkOrderID": "ea2f3314-d607-4a3a-8953-9ff93f7e9836",
"InspectionOn": "2026-08-08T18:55:48.4177695+04:00",
"InspectionItemID": "7f6ea878-66e6-4791-89e6-65f2302a898a"
},
"PrevVehicleID": "e037a7c5-efe1-4a1c-a496-34f0d25d6dbb",
"CloseBy": "671016f6-bf1c-4c68-bc34-802e0fa13908",
"CloseOn": "2026-08-08T18:55:48.4177695+04:00",
"CriticalLevel": 0,
"Id": "d1dd9a67-f166-49d1-8add-8bf4601fb68b",
"UserName": "sample string 17",
"UserID": "ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "cee44b1c-c48c-4088-8398-5d1a38281a50",
"ClientName": "sample string 22",
"PartnerID": "c72a636b-6b61-48f0-ade7-48cb55b96b83",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"IssueID": "971fc40f-723e-486b-a498-c846c42aae11",
"ReportedDate": "2026-08-08T18:55:48.4177695+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0b7276b7-7595-4c48-811d-db2da4c3ba0d",
"ReportedByName": "sample string 6",
"AssignedToID": "9452ac10-fd94-43a3-8a9d-fb75ccd4ce46",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"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": "1540b674-d289-466a-ac00-e06c7f0c196d",
"ServiceTypeID": "8c4340ca-a738-4fc3-963f-458d926871d5",
"WorkOrderOn": "2026-08-08T18:55:48.4177695+04:00",
"WorkOrderID": "ea2f3314-d607-4a3a-8953-9ff93f7e9836",
"InspectionOn": "2026-08-08T18:55:48.4177695+04:00",
"InspectionItemID": "7f6ea878-66e6-4791-89e6-65f2302a898a"
},
"PrevVehicleID": "e037a7c5-efe1-4a1c-a496-34f0d25d6dbb",
"CloseBy": "671016f6-bf1c-4c68-bc34-802e0fa13908",
"CloseOn": "2026-08-08T18:55:48.4177695+04:00",
"CriticalLevel": 0,
"Id": "d1dd9a67-f166-49d1-8add-8bf4601fb68b",
"UserName": "sample string 17",
"UserID": "ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "cee44b1c-c48c-4088-8398-5d1a38281a50",
"ClientName": "sample string 22",
"PartnerID": "c72a636b-6b61-48f0-ade7-48cb55b96b83",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"ccdad3a9-17ad-468c-a16f-89281d7af3a9",
"355d348c-dd63-42f6-ba0a-7e18ce82b966"
],
"Id": "c3a760be-7e27-4270-8b5b-11df94975a67",
"UserName": "sample string 15",
"UserID": "03319492-8f07-4c3a-80d3-637354ba2064",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "31575b04-54ae-44d2-ac3a-5b0c1ff1b907",
"ClientName": "sample string 20",
"PartnerID": "fb85342a-d4ff-4a0b-95d8-c31616cb24bb",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "e63f8680-f251-4c18-a8ee-dff861601d9d",
"ServiceType": {
"ServiceTypeId": "57a221ce-f568-4811-bfc4-a75736957b4e",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "af7bab39-509f-47b4-a2b6-57eeeefa72ca",
"UserName": "sample string 8",
"UserID": "e2848532-e880-440c-a0f8-b4c2c2b7e304",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "7cafd9e5-1b62-4391-8d31-085dcb0619b9",
"ClientName": "sample string 13",
"PartnerID": "c8a73f48-bcc1-49c0-831c-f53b7b14de3b",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"Vehicles": [
{
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
{
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
}
],
"VehicleGroupIds": [
"bf22f590-962a-44d7-b64b-7507730a1319",
"daa9ef4f-000a-4348-8386-deed2eae6227"
],
"ServiceDoneOn": "2026-08-08T18:55:48.4177695+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": "732cc854-a4fe-4f34-8c50-d7abfce559d4",
"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-08-08T18:55:48.4177695+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"IssueID": "971fc40f-723e-486b-a498-c846c42aae11",
"ReportedDate": "2026-08-08T18:55:48.4177695+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0b7276b7-7595-4c48-811d-db2da4c3ba0d",
"ReportedByName": "sample string 6",
"AssignedToID": "9452ac10-fd94-43a3-8a9d-fb75ccd4ce46",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"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": "1540b674-d289-466a-ac00-e06c7f0c196d",
"ServiceTypeID": "8c4340ca-a738-4fc3-963f-458d926871d5",
"WorkOrderOn": "2026-08-08T18:55:48.4177695+04:00",
"WorkOrderID": "ea2f3314-d607-4a3a-8953-9ff93f7e9836",
"InspectionOn": "2026-08-08T18:55:48.4177695+04:00",
"InspectionItemID": "7f6ea878-66e6-4791-89e6-65f2302a898a"
},
"PrevVehicleID": "e037a7c5-efe1-4a1c-a496-34f0d25d6dbb",
"CloseBy": "671016f6-bf1c-4c68-bc34-802e0fa13908",
"CloseOn": "2026-08-08T18:55:48.4177695+04:00",
"CriticalLevel": 0,
"Id": "d1dd9a67-f166-49d1-8add-8bf4601fb68b",
"UserName": "sample string 17",
"UserID": "ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "cee44b1c-c48c-4088-8398-5d1a38281a50",
"ClientName": "sample string 22",
"PartnerID": "c72a636b-6b61-48f0-ade7-48cb55b96b83",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2488bf3b-4f01-4450-b886-459405dfea24",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1d206b9d-fbad-4c8a-b640-a50311e22b7d",
"PartnerID": "a73ac25a-f264-46d1-8a90-9e0315564320"
},
"IssueID": "971fc40f-723e-486b-a498-c846c42aae11",
"ReportedDate": "2026-08-08T18:55:48.4177695+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0b7276b7-7595-4c48-811d-db2da4c3ba0d",
"ReportedByName": "sample string 6",
"AssignedToID": "9452ac10-fd94-43a3-8a9d-fb75ccd4ce46",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-08T18:55:48.4177695+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "0ea01176-0cb2-494c-8d5c-e6a55c127b8d",
"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": "1540b674-d289-466a-ac00-e06c7f0c196d",
"ServiceTypeID": "8c4340ca-a738-4fc3-963f-458d926871d5",
"WorkOrderOn": "2026-08-08T18:55:48.4177695+04:00",
"WorkOrderID": "ea2f3314-d607-4a3a-8953-9ff93f7e9836",
"InspectionOn": "2026-08-08T18:55:48.4177695+04:00",
"InspectionItemID": "7f6ea878-66e6-4791-89e6-65f2302a898a"
},
"PrevVehicleID": "e037a7c5-efe1-4a1c-a496-34f0d25d6dbb",
"CloseBy": "671016f6-bf1c-4c68-bc34-802e0fa13908",
"CloseOn": "2026-08-08T18:55:48.4177695+04:00",
"CriticalLevel": 0,
"Id": "d1dd9a67-f166-49d1-8add-8bf4601fb68b",
"UserName": "sample string 17",
"UserID": "ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "cee44b1c-c48c-4088-8398-5d1a38281a50",
"ClientName": "sample string 22",
"PartnerID": "c72a636b-6b61-48f0-ade7-48cb55b96b83",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"ccdad3a9-17ad-468c-a16f-89281d7af3a9",
"355d348c-dd63-42f6-ba0a-7e18ce82b966"
],
"Id": "c3a760be-7e27-4270-8b5b-11df94975a67",
"UserName": "sample string 15",
"UserID": "03319492-8f07-4c3a-80d3-637354ba2064",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-08T18:55:48.4177695+04:00",
"ClientID": "31575b04-54ae-44d2-ac3a-5b0c1ff1b907",
"ClientName": "sample string 20",
"PartnerID": "fb85342a-d4ff-4a0b-95d8-c31616cb24bb",
"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>31575b04-54ae-44d2-ac3a-5b0c1ff1b907</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>c3a760be-7e27-4270-8b5b-11df94975a67</Id>
<PartnerID>fb85342a-d4ff-4a0b-95d8-c31616cb24bb</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>03319492-8f07-4c3a-80d3-637354ba2064</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-08T18:55:48.4177695+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>cee44b1c-c48c-4088-8398-5d1a38281a50</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>d1dd9a67-f166-49d1-8add-8bf4601fb68b</Id>
<PartnerID>c72a636b-6b61-48f0-ade7-48cb55b96b83</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9452ac10-fd94-43a3-8a9d-fb75ccd4ce46</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>671016f6-bf1c-4c68-bc34-802e0fa13908</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-08T18:55:48.4177695+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-08T18:55:48.4177695+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>971fc40f-723e-486b-a498-c846c42aae11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e037a7c5-efe1-4a1c-a496-34f0d25d6dbb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0b7276b7-7595-4c48-811d-db2da4c3ba0d</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-08T18:55:48.4177695+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>7f6ea878-66e6-4791-89e6-65f2302a898a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-08T18:55:48.4177695+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1540b674-d289-466a-ac00-e06c7f0c196d</d3p1:ServiceID>
<d3p1:ServiceTypeID>8c4340ca-a738-4fc3-963f-458d926871d5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ea2f3314-d607-4a3a-8953-9ff93f7e9836</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-08T18:55:48.4177695+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>cee44b1c-c48c-4088-8398-5d1a38281a50</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>d1dd9a67-f166-49d1-8add-8bf4601fb68b</Id>
<PartnerID>c72a636b-6b61-48f0-ade7-48cb55b96b83</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9452ac10-fd94-43a3-8a9d-fb75ccd4ce46</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>671016f6-bf1c-4c68-bc34-802e0fa13908</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-08T18:55:48.4177695+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-08T18:55:48.4177695+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>971fc40f-723e-486b-a498-c846c42aae11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e037a7c5-efe1-4a1c-a496-34f0d25d6dbb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0b7276b7-7595-4c48-811d-db2da4c3ba0d</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-08T18:55:48.4177695+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>7f6ea878-66e6-4791-89e6-65f2302a898a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-08T18:55:48.4177695+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1540b674-d289-466a-ac00-e06c7f0c196d</d3p1:ServiceID>
<d3p1:ServiceTypeID>8c4340ca-a738-4fc3-963f-458d926871d5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ea2f3314-d607-4a3a-8953-9ff93f7e9836</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-08T18:55:48.4177695+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ccdad3a9-17ad-468c-a16f-89281d7af3a9</d3p1:guid>
<d3p1:guid>355d348c-dd63-42f6-ba0a-7e18ce82b966</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-08T18:55:48.4177695+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-08T18:55:48.4177695+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>7cafd9e5-1b62-4391-8d31-085dcb0619b9</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>af7bab39-509f-47b4-a2b6-57eeeefa72ca</Id>
<PartnerID>c8a73f48-bcc1-49c0-831c-f53b7b14de3b</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e2848532-e880-440c-a0f8-b4c2c2b7e304</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>57a221ce-f568-4811-bfc4-a75736957b4e</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>732cc854-a4fe-4f34-8c50-d7abfce559d4</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>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bf22f590-962a-44d7-b64b-7507730a1319</d3p1:guid>
<d3p1:guid>daa9ef4f-000a-4348-8386-deed2eae6227</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>e63f8680-f251-4c18-a8ee-dff861601d9d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>31575b04-54ae-44d2-ac3a-5b0c1ff1b907</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>c3a760be-7e27-4270-8b5b-11df94975a67</Id>
<PartnerID>fb85342a-d4ff-4a0b-95d8-c31616cb24bb</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>03319492-8f07-4c3a-80d3-637354ba2064</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-08T18:55:48.4177695+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>cee44b1c-c48c-4088-8398-5d1a38281a50</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>d1dd9a67-f166-49d1-8add-8bf4601fb68b</Id>
<PartnerID>c72a636b-6b61-48f0-ade7-48cb55b96b83</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9452ac10-fd94-43a3-8a9d-fb75ccd4ce46</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>671016f6-bf1c-4c68-bc34-802e0fa13908</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-08T18:55:48.4177695+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-08T18:55:48.4177695+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>971fc40f-723e-486b-a498-c846c42aae11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e037a7c5-efe1-4a1c-a496-34f0d25d6dbb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0b7276b7-7595-4c48-811d-db2da4c3ba0d</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-08T18:55:48.4177695+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>7f6ea878-66e6-4791-89e6-65f2302a898a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-08T18:55:48.4177695+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1540b674-d289-466a-ac00-e06c7f0c196d</d3p1:ServiceID>
<d3p1:ServiceTypeID>8c4340ca-a738-4fc3-963f-458d926871d5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ea2f3314-d607-4a3a-8953-9ff93f7e9836</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-08T18:55:48.4177695+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>cee44b1c-c48c-4088-8398-5d1a38281a50</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>d1dd9a67-f166-49d1-8add-8bf4601fb68b</Id>
<PartnerID>c72a636b-6b61-48f0-ade7-48cb55b96b83</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>ef67e0a8-7eab-4a6a-a0ad-15fb16ecb534</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>9452ac10-fd94-43a3-8a9d-fb75ccd4ce46</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0ea01176-0cb2-494c-8d5c-e6a55c127b8d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>671016f6-bf1c-4c68-bc34-802e0fa13908</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-08T18:55:48.4177695+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-08T18:55:48.4177695+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>971fc40f-723e-486b-a498-c846c42aae11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e037a7c5-efe1-4a1c-a496-34f0d25d6dbb</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0b7276b7-7595-4c48-811d-db2da4c3ba0d</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-08T18:55:48.4177695+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>7f6ea878-66e6-4791-89e6-65f2302a898a</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-08T18:55:48.4177695+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>1540b674-d289-466a-ac00-e06c7f0c196d</d3p1:ServiceID>
<d3p1:ServiceTypeID>8c4340ca-a738-4fc3-963f-458d926871d5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>ea2f3314-d607-4a3a-8953-9ff93f7e9836</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-08T18:55:48.4177695+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ccdad3a9-17ad-468c-a16f-89281d7af3a9</d3p1:guid>
<d3p1:guid>355d348c-dd63-42f6-ba0a-7e18ce82b966</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-08T18:55:48.4177695+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-08T18:55:48.4177695+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>7cafd9e5-1b62-4391-8d31-085dcb0619b9</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-08T18:55:48.4177695+04:00</CreatedOn>
<Id>af7bab39-509f-47b4-a2b6-57eeeefa72ca</Id>
<PartnerID>c8a73f48-bcc1-49c0-831c-f53b7b14de3b</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>e2848532-e880-440c-a0f8-b4c2c2b7e304</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>57a221ce-f568-4811-bfc4-a75736957b4e</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>732cc854-a4fe-4f34-8c50-d7abfce559d4</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>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bf22f590-962a-44d7-b64b-7507730a1319</d3p1:guid>
<d3p1:guid>daa9ef4f-000a-4348-8386-deed2eae6227</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>e63f8680-f251-4c18-a8ee-dff861601d9d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>1d206b9d-fbad-4c8a-b640-a50311e22b7d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2488bf3b-4f01-4450-b886-459405dfea24</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>a73ac25a-f264-46d1-8a90-9e0315564320</PartnerID>
<VehicleID>148b1cf7-9ad3-4c0a-82a7-30ee02ca64b9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>