GET Api/Service?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": "ec25b59d-8963-4a28-b98b-94c2b59010f5",
"ServiceType": {
"ServiceTypeId": "fffb7fa8-5b4d-4fd8-b5cc-dbec2bf205a0",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "350f492a-7307-419b-8a58-9a6d319a851c",
"UserName": "sample string 8",
"UserID": "b067f524-ea0a-43b5-bf56-b0bf8b470daf",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "5e7d81a4-10e9-48ac-a3c2-bede1c06f907",
"ClientName": "sample string 13",
"PartnerID": "80cca606-e355-4489-a6f6-9964b5659df8",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"Vehicles": [
{
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
{
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
}
],
"VehicleGroupIds": [
"eade858e-85ba-4129-8336-4f0420bc1bfc",
"f655ae2a-1f9e-41f7-98e4-03c770091397"
],
"ServiceDoneOn": "2025-11-09T00:46:01.0118783+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": "76790527-5b2d-46fd-bc24-067486b22b3c",
"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": "2025-11-09T00:46:01.0118783+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"IssueID": "1eb1345b-50bc-4a57-8471-f34a29e330c5",
"ReportedDate": "2025-11-09T00:46:01.0118783+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7d5f3c-c398-4e9c-a4a2-e271b285bbdc",
"ReportedByName": "sample string 6",
"AssignedToID": "e4e79985-62b5-456c-a8b6-8639883b7698",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"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": "066fc6f1-5353-4843-852d-e4b2675dea21",
"ServiceTypeID": "7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e",
"WorkOrderOn": "2025-11-09T00:46:01.0118783+04:00",
"WorkOrderID": "3cedec4c-f345-4407-8721-30fb174782b6",
"InspectionOn": "2025-11-09T00:46:01.0118783+04:00",
"InspectionItemID": "f7bb9374-52b4-49ae-af8d-994fb937a279"
},
"PrevVehicleID": "aca82449-37ce-4a91-8d7e-2ce90e620e04",
"CloseBy": "2600e03a-fb91-4dbb-af8e-d6e9a5e233dd",
"CloseOn": "2025-11-09T00:46:01.0118783+04:00",
"CriticalLevel": 0,
"Id": "dd2a0093-cd8e-45c2-837d-40f64ab5f4b1",
"UserName": "sample string 17",
"UserID": "585c8651-2075-41db-87fb-e6a8f6487ef9",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "c464d678-ffa3-450b-8ce2-e54876c346fc",
"ClientName": "sample string 22",
"PartnerID": "a4de78ad-9ca7-4f26-8744-2cc9bc82ef45",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"IssueID": "1eb1345b-50bc-4a57-8471-f34a29e330c5",
"ReportedDate": "2025-11-09T00:46:01.0118783+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7d5f3c-c398-4e9c-a4a2-e271b285bbdc",
"ReportedByName": "sample string 6",
"AssignedToID": "e4e79985-62b5-456c-a8b6-8639883b7698",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"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": "066fc6f1-5353-4843-852d-e4b2675dea21",
"ServiceTypeID": "7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e",
"WorkOrderOn": "2025-11-09T00:46:01.0118783+04:00",
"WorkOrderID": "3cedec4c-f345-4407-8721-30fb174782b6",
"InspectionOn": "2025-11-09T00:46:01.0118783+04:00",
"InspectionItemID": "f7bb9374-52b4-49ae-af8d-994fb937a279"
},
"PrevVehicleID": "aca82449-37ce-4a91-8d7e-2ce90e620e04",
"CloseBy": "2600e03a-fb91-4dbb-af8e-d6e9a5e233dd",
"CloseOn": "2025-11-09T00:46:01.0118783+04:00",
"CriticalLevel": 0,
"Id": "dd2a0093-cd8e-45c2-837d-40f64ab5f4b1",
"UserName": "sample string 17",
"UserID": "585c8651-2075-41db-87fb-e6a8f6487ef9",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "c464d678-ffa3-450b-8ce2-e54876c346fc",
"ClientName": "sample string 22",
"PartnerID": "a4de78ad-9ca7-4f26-8744-2cc9bc82ef45",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"1503e6c3-84d5-44fd-92e3-86c72829fbaa",
"35fe4e40-26b5-4dd5-94cc-fef9baa69e21"
],
"Id": "6fbe571b-d36a-470c-b43f-d08b9635750c",
"UserName": "sample string 15",
"UserID": "2c9af403-d7d9-4b6e-ad81-30cb3b1abd05",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "710636bb-abae-460d-bd9e-6786727abe59",
"ClientName": "sample string 20",
"PartnerID": "b845d0b7-e6c4-4e3f-84cf-c93ac02c3b66",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "ec25b59d-8963-4a28-b98b-94c2b59010f5",
"ServiceType": {
"ServiceTypeId": "fffb7fa8-5b4d-4fd8-b5cc-dbec2bf205a0",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "350f492a-7307-419b-8a58-9a6d319a851c",
"UserName": "sample string 8",
"UserID": "b067f524-ea0a-43b5-bf56-b0bf8b470daf",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "5e7d81a4-10e9-48ac-a3c2-bede1c06f907",
"ClientName": "sample string 13",
"PartnerID": "80cca606-e355-4489-a6f6-9964b5659df8",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"Vehicles": [
{
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
{
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
}
],
"VehicleGroupIds": [
"eade858e-85ba-4129-8336-4f0420bc1bfc",
"f655ae2a-1f9e-41f7-98e4-03c770091397"
],
"ServiceDoneOn": "2025-11-09T00:46:01.0118783+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": "76790527-5b2d-46fd-bc24-067486b22b3c",
"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": "2025-11-09T00:46:01.0118783+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"IssueID": "1eb1345b-50bc-4a57-8471-f34a29e330c5",
"ReportedDate": "2025-11-09T00:46:01.0118783+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7d5f3c-c398-4e9c-a4a2-e271b285bbdc",
"ReportedByName": "sample string 6",
"AssignedToID": "e4e79985-62b5-456c-a8b6-8639883b7698",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"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": "066fc6f1-5353-4843-852d-e4b2675dea21",
"ServiceTypeID": "7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e",
"WorkOrderOn": "2025-11-09T00:46:01.0118783+04:00",
"WorkOrderID": "3cedec4c-f345-4407-8721-30fb174782b6",
"InspectionOn": "2025-11-09T00:46:01.0118783+04:00",
"InspectionItemID": "f7bb9374-52b4-49ae-af8d-994fb937a279"
},
"PrevVehicleID": "aca82449-37ce-4a91-8d7e-2ce90e620e04",
"CloseBy": "2600e03a-fb91-4dbb-af8e-d6e9a5e233dd",
"CloseOn": "2025-11-09T00:46:01.0118783+04:00",
"CriticalLevel": 0,
"Id": "dd2a0093-cd8e-45c2-837d-40f64ab5f4b1",
"UserName": "sample string 17",
"UserID": "585c8651-2075-41db-87fb-e6a8f6487ef9",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "c464d678-ffa3-450b-8ce2-e54876c346fc",
"ClientName": "sample string 22",
"PartnerID": "a4de78ad-9ca7-4f26-8744-2cc9bc82ef45",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a9724141-048f-4240-b5a1-6a89b8d3d78e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5acd4043-50d2-4dc2-b026-9e3ca741c82c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b6d8775-8e95-418a-b330-7773916581c8",
"PartnerID": "8bd5dd17-d4e0-4a03-9c9a-5f48035f404d"
},
"IssueID": "1eb1345b-50bc-4a57-8471-f34a29e330c5",
"ReportedDate": "2025-11-09T00:46:01.0118783+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7d5f3c-c398-4e9c-a4a2-e271b285bbdc",
"ReportedByName": "sample string 6",
"AssignedToID": "e4e79985-62b5-456c-a8b6-8639883b7698",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:46:01.0118783+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "811aaa1e-0d37-433c-bc41-bac210cd78fa",
"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": "066fc6f1-5353-4843-852d-e4b2675dea21",
"ServiceTypeID": "7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e",
"WorkOrderOn": "2025-11-09T00:46:01.0118783+04:00",
"WorkOrderID": "3cedec4c-f345-4407-8721-30fb174782b6",
"InspectionOn": "2025-11-09T00:46:01.0118783+04:00",
"InspectionItemID": "f7bb9374-52b4-49ae-af8d-994fb937a279"
},
"PrevVehicleID": "aca82449-37ce-4a91-8d7e-2ce90e620e04",
"CloseBy": "2600e03a-fb91-4dbb-af8e-d6e9a5e233dd",
"CloseOn": "2025-11-09T00:46:01.0118783+04:00",
"CriticalLevel": 0,
"Id": "dd2a0093-cd8e-45c2-837d-40f64ab5f4b1",
"UserName": "sample string 17",
"UserID": "585c8651-2075-41db-87fb-e6a8f6487ef9",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "c464d678-ffa3-450b-8ce2-e54876c346fc",
"ClientName": "sample string 22",
"PartnerID": "a4de78ad-9ca7-4f26-8744-2cc9bc82ef45",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"1503e6c3-84d5-44fd-92e3-86c72829fbaa",
"35fe4e40-26b5-4dd5-94cc-fef9baa69e21"
],
"Id": "6fbe571b-d36a-470c-b43f-d08b9635750c",
"UserName": "sample string 15",
"UserID": "2c9af403-d7d9-4b6e-ad81-30cb3b1abd05",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-11-09T00:46:01.0118783+04:00",
"ClientID": "710636bb-abae-460d-bd9e-6786727abe59",
"ClientName": "sample string 20",
"PartnerID": "b845d0b7-e6c4-4e3f-84cf-c93ac02c3b66",
"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>710636bb-abae-460d-bd9e-6786727abe59</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>6fbe571b-d36a-470c-b43f-d08b9635750c</Id>
<PartnerID>b845d0b7-e6c4-4e3f-84cf-c93ac02c3b66</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>2c9af403-d7d9-4b6e-ad81-30cb3b1abd05</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:46:01.0118783+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>c464d678-ffa3-450b-8ce2-e54876c346fc</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>dd2a0093-cd8e-45c2-837d-40f64ab5f4b1</Id>
<PartnerID>a4de78ad-9ca7-4f26-8744-2cc9bc82ef45</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>585c8651-2075-41db-87fb-e6a8f6487ef9</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e4e79985-62b5-456c-a8b6-8639883b7698</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2600e03a-fb91-4dbb-af8e-d6e9a5e233dd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:46:01.0118783+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:46:01.0118783+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1eb1345b-50bc-4a57-8471-f34a29e330c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>aca82449-37ce-4a91-8d7e-2ce90e620e04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db7d5f3c-c398-4e9c-a4a2-e271b285bbdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:46:01.0118783+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f7bb9374-52b4-49ae-af8d-994fb937a279</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:46:01.0118783+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066fc6f1-5353-4843-852d-e4b2675dea21</d3p1:ServiceID>
<d3p1:ServiceTypeID>7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3cedec4c-f345-4407-8721-30fb174782b6</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:46:01.0118783+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c464d678-ffa3-450b-8ce2-e54876c346fc</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>dd2a0093-cd8e-45c2-837d-40f64ab5f4b1</Id>
<PartnerID>a4de78ad-9ca7-4f26-8744-2cc9bc82ef45</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>585c8651-2075-41db-87fb-e6a8f6487ef9</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e4e79985-62b5-456c-a8b6-8639883b7698</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2600e03a-fb91-4dbb-af8e-d6e9a5e233dd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:46:01.0118783+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:46:01.0118783+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1eb1345b-50bc-4a57-8471-f34a29e330c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>aca82449-37ce-4a91-8d7e-2ce90e620e04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db7d5f3c-c398-4e9c-a4a2-e271b285bbdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:46:01.0118783+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f7bb9374-52b4-49ae-af8d-994fb937a279</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:46:01.0118783+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066fc6f1-5353-4843-852d-e4b2675dea21</d3p1:ServiceID>
<d3p1:ServiceTypeID>7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3cedec4c-f345-4407-8721-30fb174782b6</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:46:01.0118783+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1503e6c3-84d5-44fd-92e3-86c72829fbaa</d3p1:guid>
<d3p1:guid>35fe4e40-26b5-4dd5-94cc-fef9baa69e21</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:46:01.0118783+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:46:01.0118783+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>5e7d81a4-10e9-48ac-a3c2-bede1c06f907</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>350f492a-7307-419b-8a58-9a6d319a851c</Id>
<PartnerID>80cca606-e355-4489-a6f6-9964b5659df8</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>b067f524-ea0a-43b5-bf56-b0bf8b470daf</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>fffb7fa8-5b4d-4fd8-b5cc-dbec2bf205a0</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>76790527-5b2d-46fd-bc24-067486b22b3c</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>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>eade858e-85ba-4129-8336-4f0420bc1bfc</d3p1:guid>
<d3p1:guid>f655ae2a-1f9e-41f7-98e4-03c770091397</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>ec25b59d-8963-4a28-b98b-94c2b59010f5</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>710636bb-abae-460d-bd9e-6786727abe59</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>6fbe571b-d36a-470c-b43f-d08b9635750c</Id>
<PartnerID>b845d0b7-e6c4-4e3f-84cf-c93ac02c3b66</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>2c9af403-d7d9-4b6e-ad81-30cb3b1abd05</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-11-09T00:46:01.0118783+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>c464d678-ffa3-450b-8ce2-e54876c346fc</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>dd2a0093-cd8e-45c2-837d-40f64ab5f4b1</Id>
<PartnerID>a4de78ad-9ca7-4f26-8744-2cc9bc82ef45</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>585c8651-2075-41db-87fb-e6a8f6487ef9</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e4e79985-62b5-456c-a8b6-8639883b7698</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2600e03a-fb91-4dbb-af8e-d6e9a5e233dd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:46:01.0118783+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:46:01.0118783+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1eb1345b-50bc-4a57-8471-f34a29e330c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>aca82449-37ce-4a91-8d7e-2ce90e620e04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db7d5f3c-c398-4e9c-a4a2-e271b285bbdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:46:01.0118783+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f7bb9374-52b4-49ae-af8d-994fb937a279</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:46:01.0118783+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066fc6f1-5353-4843-852d-e4b2675dea21</d3p1:ServiceID>
<d3p1:ServiceTypeID>7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3cedec4c-f345-4407-8721-30fb174782b6</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:46:01.0118783+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c464d678-ffa3-450b-8ce2-e54876c346fc</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>dd2a0093-cd8e-45c2-837d-40f64ab5f4b1</Id>
<PartnerID>a4de78ad-9ca7-4f26-8744-2cc9bc82ef45</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>585c8651-2075-41db-87fb-e6a8f6487ef9</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e4e79985-62b5-456c-a8b6-8639883b7698</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>811aaa1e-0d37-433c-bc41-bac210cd78fa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>2600e03a-fb91-4dbb-af8e-d6e9a5e233dd</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-11-09T00:46:01.0118783+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-11-09T00:46:01.0118783+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1eb1345b-50bc-4a57-8471-f34a29e330c5</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>aca82449-37ce-4a91-8d7e-2ce90e620e04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db7d5f3c-c398-4e9c-a4a2-e271b285bbdc</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-11-09T00:46:01.0118783+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f7bb9374-52b4-49ae-af8d-994fb937a279</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-11-09T00:46:01.0118783+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066fc6f1-5353-4843-852d-e4b2675dea21</d3p1:ServiceID>
<d3p1:ServiceTypeID>7ffe3b0e-5b8a-4adc-ad0a-4c77a23df69e</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>3cedec4c-f345-4407-8721-30fb174782b6</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-11-09T00:46:01.0118783+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1503e6c3-84d5-44fd-92e3-86c72829fbaa</d3p1:guid>
<d3p1:guid>35fe4e40-26b5-4dd5-94cc-fef9baa69e21</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-11-09T00:46:01.0118783+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-11-09T00:46:01.0118783+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>5e7d81a4-10e9-48ac-a3c2-bede1c06f907</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-11-09T00:46:01.0118783+04:00</CreatedOn>
<Id>350f492a-7307-419b-8a58-9a6d319a851c</Id>
<PartnerID>80cca606-e355-4489-a6f6-9964b5659df8</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>b067f524-ea0a-43b5-bf56-b0bf8b470daf</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>fffb7fa8-5b4d-4fd8-b5cc-dbec2bf205a0</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>76790527-5b2d-46fd-bc24-067486b22b3c</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>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>eade858e-85ba-4129-8336-4f0420bc1bfc</d3p1:guid>
<d3p1:guid>f655ae2a-1f9e-41f7-98e4-03c770091397</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>ec25b59d-8963-4a28-b98b-94c2b59010f5</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0b6d8775-8e95-418a-b330-7773916581c8</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5acd4043-50d2-4dc2-b026-9e3ca741c82c</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>8bd5dd17-d4e0-4a03-9c9a-5f48035f404d</PartnerID>
<VehicleID>a9724141-048f-4240-b5a1-6a89b8d3d78e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>