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": "4f33ca6b-b4a4-4271-9436-9fc4883e6e8d",
"ServiceType": {
"ServiceTypeId": "76f95dff-ec1c-47f7-9390-088bf694c287",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "8f875d27-d68c-4b87-a2d3-cd6a9d3867ec",
"UserName": "sample string 8",
"UserID": "796590ff-9be2-4677-8a25-75a4c94bc15d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "43c80f7d-13f4-4104-ba71-74b4e294eb07",
"ClientName": "sample string 13",
"PartnerID": "dfb7e6a5-4046-41c2-a82e-9d145f2cc0f1",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"Vehicles": [
{
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
{
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
}
],
"VehicleGroupIds": [
"5881c0df-9252-44a0-ab73-af5d20a75a87",
"1ba44d2e-334b-40a4-9bba-a01aaf5f307f"
],
"ServiceDoneOn": "2026-06-24T16:13:42.1673973+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": "194e8705-5b05-4fee-a795-4a91139cadf1",
"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-06-24T16:13:42.1673973+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"IssueID": "debd44f3-e324-4592-8c9f-b7d05e93bcfb",
"ReportedDate": "2026-06-24T16:13:42.1673973+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eaddaab-7de8-484c-9a87-110ce342e2e1",
"ReportedByName": "sample string 6",
"AssignedToID": "eb474fae-195f-4661-9809-78e75aed3fdb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"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": "c27535d1-3e57-42cf-aa9d-8eccc20b3c47",
"ServiceTypeID": "32f8b55f-4ba6-4d54-aac0-c3c171d88e8c",
"WorkOrderOn": "2026-06-24T16:13:42.1673973+04:00",
"WorkOrderID": "e8a2d150-396d-45cd-9a9a-af0b2ab37a6e",
"InspectionOn": "2026-06-24T16:13:42.1673973+04:00",
"InspectionItemID": "28ee07d7-ec64-40e6-89f7-03f0e2a71db1"
},
"PrevVehicleID": "a8235f0f-e980-4522-8f16-0ad25fd4a700",
"CloseBy": "ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6",
"CloseOn": "2026-06-24T16:13:42.1673973+04:00",
"CriticalLevel": 0,
"Id": "e95a7bbb-44e0-4d27-a087-b4aa73f3db99",
"UserName": "sample string 17",
"UserID": "e033f8f0-9607-4f3d-9f0d-f2a50e016f75",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "633b6338-21af-45b6-9a32-a6b87f7fa7d8",
"ClientName": "sample string 22",
"PartnerID": "166e0009-1fb9-46af-bcad-2715529549a5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"IssueID": "debd44f3-e324-4592-8c9f-b7d05e93bcfb",
"ReportedDate": "2026-06-24T16:13:42.1673973+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eaddaab-7de8-484c-9a87-110ce342e2e1",
"ReportedByName": "sample string 6",
"AssignedToID": "eb474fae-195f-4661-9809-78e75aed3fdb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"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": "c27535d1-3e57-42cf-aa9d-8eccc20b3c47",
"ServiceTypeID": "32f8b55f-4ba6-4d54-aac0-c3c171d88e8c",
"WorkOrderOn": "2026-06-24T16:13:42.1673973+04:00",
"WorkOrderID": "e8a2d150-396d-45cd-9a9a-af0b2ab37a6e",
"InspectionOn": "2026-06-24T16:13:42.1673973+04:00",
"InspectionItemID": "28ee07d7-ec64-40e6-89f7-03f0e2a71db1"
},
"PrevVehicleID": "a8235f0f-e980-4522-8f16-0ad25fd4a700",
"CloseBy": "ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6",
"CloseOn": "2026-06-24T16:13:42.1673973+04:00",
"CriticalLevel": 0,
"Id": "e95a7bbb-44e0-4d27-a087-b4aa73f3db99",
"UserName": "sample string 17",
"UserID": "e033f8f0-9607-4f3d-9f0d-f2a50e016f75",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "633b6338-21af-45b6-9a32-a6b87f7fa7d8",
"ClientName": "sample string 22",
"PartnerID": "166e0009-1fb9-46af-bcad-2715529549a5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"b3097950-3813-4354-9023-2699189af5db",
"7237de5a-aaa2-412b-a8db-e8f3df143b1b"
],
"Id": "2fa19577-6bc7-4476-824e-b64a5ace35cb",
"UserName": "sample string 15",
"UserID": "c026b0c0-d99a-45a4-9c4e-dd80681c6ca3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "0e6ec259-9be7-4d3f-bb4e-9d455707354e",
"ClientName": "sample string 20",
"PartnerID": "c867491f-6492-48d1-a884-a8d748d1d278",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "4f33ca6b-b4a4-4271-9436-9fc4883e6e8d",
"ServiceType": {
"ServiceTypeId": "76f95dff-ec1c-47f7-9390-088bf694c287",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "8f875d27-d68c-4b87-a2d3-cd6a9d3867ec",
"UserName": "sample string 8",
"UserID": "796590ff-9be2-4677-8a25-75a4c94bc15d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "43c80f7d-13f4-4104-ba71-74b4e294eb07",
"ClientName": "sample string 13",
"PartnerID": "dfb7e6a5-4046-41c2-a82e-9d145f2cc0f1",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"Vehicles": [
{
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
{
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
}
],
"VehicleGroupIds": [
"5881c0df-9252-44a0-ab73-af5d20a75a87",
"1ba44d2e-334b-40a4-9bba-a01aaf5f307f"
],
"ServiceDoneOn": "2026-06-24T16:13:42.1673973+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": "194e8705-5b05-4fee-a795-4a91139cadf1",
"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-06-24T16:13:42.1673973+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"IssueID": "debd44f3-e324-4592-8c9f-b7d05e93bcfb",
"ReportedDate": "2026-06-24T16:13:42.1673973+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eaddaab-7de8-484c-9a87-110ce342e2e1",
"ReportedByName": "sample string 6",
"AssignedToID": "eb474fae-195f-4661-9809-78e75aed3fdb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"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": "c27535d1-3e57-42cf-aa9d-8eccc20b3c47",
"ServiceTypeID": "32f8b55f-4ba6-4d54-aac0-c3c171d88e8c",
"WorkOrderOn": "2026-06-24T16:13:42.1673973+04:00",
"WorkOrderID": "e8a2d150-396d-45cd-9a9a-af0b2ab37a6e",
"InspectionOn": "2026-06-24T16:13:42.1673973+04:00",
"InspectionItemID": "28ee07d7-ec64-40e6-89f7-03f0e2a71db1"
},
"PrevVehicleID": "a8235f0f-e980-4522-8f16-0ad25fd4a700",
"CloseBy": "ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6",
"CloseOn": "2026-06-24T16:13:42.1673973+04:00",
"CriticalLevel": 0,
"Id": "e95a7bbb-44e0-4d27-a087-b4aa73f3db99",
"UserName": "sample string 17",
"UserID": "e033f8f0-9607-4f3d-9f0d-f2a50e016f75",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "633b6338-21af-45b6-9a32-a6b87f7fa7d8",
"ClientName": "sample string 22",
"PartnerID": "166e0009-1fb9-46af-bcad-2715529549a5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "6027e4c5-8cff-48f5-a530-00fc977797ea",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5b05569a-3818-4819-a1ad-6827d53b53d3",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6756487d-4b61-44ab-b47f-db068581e3bf",
"PartnerID": "986fa731-7075-4263-a25e-95e0e1215d1a"
},
"IssueID": "debd44f3-e324-4592-8c9f-b7d05e93bcfb",
"ReportedDate": "2026-06-24T16:13:42.1673973+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eaddaab-7de8-484c-9a87-110ce342e2e1",
"ReportedByName": "sample string 6",
"AssignedToID": "eb474fae-195f-4661-9809-78e75aed3fdb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:13:42.1673973+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4e486d98-2295-456b-a100-366016f72901",
"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": "c27535d1-3e57-42cf-aa9d-8eccc20b3c47",
"ServiceTypeID": "32f8b55f-4ba6-4d54-aac0-c3c171d88e8c",
"WorkOrderOn": "2026-06-24T16:13:42.1673973+04:00",
"WorkOrderID": "e8a2d150-396d-45cd-9a9a-af0b2ab37a6e",
"InspectionOn": "2026-06-24T16:13:42.1673973+04:00",
"InspectionItemID": "28ee07d7-ec64-40e6-89f7-03f0e2a71db1"
},
"PrevVehicleID": "a8235f0f-e980-4522-8f16-0ad25fd4a700",
"CloseBy": "ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6",
"CloseOn": "2026-06-24T16:13:42.1673973+04:00",
"CriticalLevel": 0,
"Id": "e95a7bbb-44e0-4d27-a087-b4aa73f3db99",
"UserName": "sample string 17",
"UserID": "e033f8f0-9607-4f3d-9f0d-f2a50e016f75",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "633b6338-21af-45b6-9a32-a6b87f7fa7d8",
"ClientName": "sample string 22",
"PartnerID": "166e0009-1fb9-46af-bcad-2715529549a5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"b3097950-3813-4354-9023-2699189af5db",
"7237de5a-aaa2-412b-a8db-e8f3df143b1b"
],
"Id": "2fa19577-6bc7-4476-824e-b64a5ace35cb",
"UserName": "sample string 15",
"UserID": "c026b0c0-d99a-45a4-9c4e-dd80681c6ca3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-06-24T16:13:42.1673973+04:00",
"ClientID": "0e6ec259-9be7-4d3f-bb4e-9d455707354e",
"ClientName": "sample string 20",
"PartnerID": "c867491f-6492-48d1-a884-a8d748d1d278",
"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>0e6ec259-9be7-4d3f-bb4e-9d455707354e</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>2fa19577-6bc7-4476-824e-b64a5ace35cb</Id>
<PartnerID>c867491f-6492-48d1-a884-a8d748d1d278</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>c026b0c0-d99a-45a4-9c4e-dd80681c6ca3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:13:42.1673973+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>633b6338-21af-45b6-9a32-a6b87f7fa7d8</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>e95a7bbb-44e0-4d27-a087-b4aa73f3db99</Id>
<PartnerID>166e0009-1fb9-46af-bcad-2715529549a5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e033f8f0-9607-4f3d-9f0d-f2a50e016f75</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>eb474fae-195f-4661-9809-78e75aed3fdb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:13:42.1673973+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:13:42.1673973+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>debd44f3-e324-4592-8c9f-b7d05e93bcfb</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>a8235f0f-e980-4522-8f16-0ad25fd4a700</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4eaddaab-7de8-484c-9a87-110ce342e2e1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:13:42.1673973+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>28ee07d7-ec64-40e6-89f7-03f0e2a71db1</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:13:42.1673973+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c27535d1-3e57-42cf-aa9d-8eccc20b3c47</d3p1:ServiceID>
<d3p1:ServiceTypeID>32f8b55f-4ba6-4d54-aac0-c3c171d88e8c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e8a2d150-396d-45cd-9a9a-af0b2ab37a6e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:13:42.1673973+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>633b6338-21af-45b6-9a32-a6b87f7fa7d8</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>e95a7bbb-44e0-4d27-a087-b4aa73f3db99</Id>
<PartnerID>166e0009-1fb9-46af-bcad-2715529549a5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e033f8f0-9607-4f3d-9f0d-f2a50e016f75</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>eb474fae-195f-4661-9809-78e75aed3fdb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:13:42.1673973+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:13:42.1673973+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>debd44f3-e324-4592-8c9f-b7d05e93bcfb</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>a8235f0f-e980-4522-8f16-0ad25fd4a700</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4eaddaab-7de8-484c-9a87-110ce342e2e1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:13:42.1673973+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>28ee07d7-ec64-40e6-89f7-03f0e2a71db1</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:13:42.1673973+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c27535d1-3e57-42cf-aa9d-8eccc20b3c47</d3p1:ServiceID>
<d3p1:ServiceTypeID>32f8b55f-4ba6-4d54-aac0-c3c171d88e8c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e8a2d150-396d-45cd-9a9a-af0b2ab37a6e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:13:42.1673973+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b3097950-3813-4354-9023-2699189af5db</d3p1:guid>
<d3p1:guid>7237de5a-aaa2-412b-a8db-e8f3df143b1b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:13:42.1673973+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:13:42.1673973+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>43c80f7d-13f4-4104-ba71-74b4e294eb07</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>8f875d27-d68c-4b87-a2d3-cd6a9d3867ec</Id>
<PartnerID>dfb7e6a5-4046-41c2-a82e-9d145f2cc0f1</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>796590ff-9be2-4677-8a25-75a4c94bc15d</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>76f95dff-ec1c-47f7-9390-088bf694c287</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>194e8705-5b05-4fee-a795-4a91139cadf1</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>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5881c0df-9252-44a0-ab73-af5d20a75a87</d3p1:guid>
<d3p1:guid>1ba44d2e-334b-40a4-9bba-a01aaf5f307f</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4f33ca6b-b4a4-4271-9436-9fc4883e6e8d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>0e6ec259-9be7-4d3f-bb4e-9d455707354e</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>2fa19577-6bc7-4476-824e-b64a5ace35cb</Id>
<PartnerID>c867491f-6492-48d1-a884-a8d748d1d278</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>c026b0c0-d99a-45a4-9c4e-dd80681c6ca3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-06-24T16:13:42.1673973+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>633b6338-21af-45b6-9a32-a6b87f7fa7d8</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>e95a7bbb-44e0-4d27-a087-b4aa73f3db99</Id>
<PartnerID>166e0009-1fb9-46af-bcad-2715529549a5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e033f8f0-9607-4f3d-9f0d-f2a50e016f75</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>eb474fae-195f-4661-9809-78e75aed3fdb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:13:42.1673973+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:13:42.1673973+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>debd44f3-e324-4592-8c9f-b7d05e93bcfb</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>a8235f0f-e980-4522-8f16-0ad25fd4a700</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4eaddaab-7de8-484c-9a87-110ce342e2e1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:13:42.1673973+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>28ee07d7-ec64-40e6-89f7-03f0e2a71db1</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:13:42.1673973+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c27535d1-3e57-42cf-aa9d-8eccc20b3c47</d3p1:ServiceID>
<d3p1:ServiceTypeID>32f8b55f-4ba6-4d54-aac0-c3c171d88e8c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e8a2d150-396d-45cd-9a9a-af0b2ab37a6e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:13:42.1673973+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>633b6338-21af-45b6-9a32-a6b87f7fa7d8</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>e95a7bbb-44e0-4d27-a087-b4aa73f3db99</Id>
<PartnerID>166e0009-1fb9-46af-bcad-2715529549a5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>e033f8f0-9607-4f3d-9f0d-f2a50e016f75</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>eb474fae-195f-4661-9809-78e75aed3fdb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>4e486d98-2295-456b-a100-366016f72901</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>ecc5eff3-c99b-4d0e-a1cb-1cf8d30d1dc6</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-06-24T16:13:42.1673973+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-06-24T16:13:42.1673973+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>debd44f3-e324-4592-8c9f-b7d05e93bcfb</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>a8235f0f-e980-4522-8f16-0ad25fd4a700</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4eaddaab-7de8-484c-9a87-110ce342e2e1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-06-24T16:13:42.1673973+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>28ee07d7-ec64-40e6-89f7-03f0e2a71db1</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-06-24T16:13:42.1673973+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c27535d1-3e57-42cf-aa9d-8eccc20b3c47</d3p1:ServiceID>
<d3p1:ServiceTypeID>32f8b55f-4ba6-4d54-aac0-c3c171d88e8c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e8a2d150-396d-45cd-9a9a-af0b2ab37a6e</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-06-24T16:13:42.1673973+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b3097950-3813-4354-9023-2699189af5db</d3p1:guid>
<d3p1:guid>7237de5a-aaa2-412b-a8db-e8f3df143b1b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-06-24T16:13:42.1673973+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-06-24T16:13:42.1673973+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>43c80f7d-13f4-4104-ba71-74b4e294eb07</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:13:42.1673973+04:00</CreatedOn>
<Id>8f875d27-d68c-4b87-a2d3-cd6a9d3867ec</Id>
<PartnerID>dfb7e6a5-4046-41c2-a82e-9d145f2cc0f1</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>796590ff-9be2-4677-8a25-75a4c94bc15d</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>76f95dff-ec1c-47f7-9390-088bf694c287</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>194e8705-5b05-4fee-a795-4a91139cadf1</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>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5881c0df-9252-44a0-ab73-af5d20a75a87</d3p1:guid>
<d3p1:guid>1ba44d2e-334b-40a4-9bba-a01aaf5f307f</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4f33ca6b-b4a4-4271-9436-9fc4883e6e8d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>6756487d-4b61-44ab-b47f-db068581e3bf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>5b05569a-3818-4819-a1ad-6827d53b53d3</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>986fa731-7075-4263-a25e-95e0e1215d1a</PartnerID>
<VehicleID>6027e4c5-8cff-48f5-a530-00fc977797ea</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>