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": "760b15d0-5f76-4320-9bee-bc0ed4a95b31",
"ServiceType": {
"ServiceTypeId": "647c3de6-01cb-4e9a-9224-d0a4fa6fa953",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "83d10ad5-788f-4530-b94e-1a0b1136e31a",
"UserName": "sample string 8",
"UserID": "60757eb3-d0c8-42b2-8098-ec55fc4becc2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "7e0bdecc-039f-4c9b-82b0-e83e24f08a81",
"ClientName": "sample string 13",
"PartnerID": "6afa356d-8246-467e-aebc-d894ff65e363",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"Vehicles": [
{
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
{
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
}
],
"VehicleGroupIds": [
"bbe7453a-aff6-4510-9ebd-5eb0706b33cc",
"f9b2a880-9a3d-4c15-a5be-124d9c9953c0"
],
"ServiceDoneOn": "2026-02-08T22:57:22.043394+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": "0e7c4c65-f4cd-4b48-ba11-2867b7a980f5",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-02-08T22:57:22.043394+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"IssueID": "dcabbc2b-e410-40cf-8a82-77d451893d27",
"ReportedDate": "2026-02-08T22:57:22.043394+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e70bb78b-e601-4282-9b83-64f413f094f0",
"ReportedByName": "sample string 6",
"AssignedToID": "1152d078-d119-4d0b-a9ab-0364b9f2d7cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"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": "066721c2-97d9-4f06-8545-f9f24f98a135",
"ServiceTypeID": "569a2d37-c731-4667-a9a1-da339e0fb72c",
"WorkOrderOn": "2026-02-08T22:57:22.043394+04:00",
"WorkOrderID": "1f21e013-1e66-4ee1-af9e-144db9f83b7c",
"InspectionOn": "2026-02-08T22:57:22.043394+04:00",
"InspectionItemID": "6aefd987-fb20-466c-96dc-2349d0161a50"
},
"PrevVehicleID": "09e2a591-c9bf-4029-87d7-fcc65f56f950",
"CloseBy": "0e055577-552f-4b99-b77f-e3559d6ed94a",
"CloseOn": "2026-02-08T22:57:22.043394+04:00",
"CriticalLevel": 0,
"Id": "c62af759-a3a0-48d5-8f81-687fa9e47268",
"UserName": "sample string 17",
"UserID": "88c519f4-68c8-4d3e-97c6-b59b3f719a34",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "897d9adb-0cb7-492e-805f-9e807936197c",
"ClientName": "sample string 22",
"PartnerID": "5f8c1162-df48-4960-b573-5300eb52a297",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"IssueID": "dcabbc2b-e410-40cf-8a82-77d451893d27",
"ReportedDate": "2026-02-08T22:57:22.043394+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e70bb78b-e601-4282-9b83-64f413f094f0",
"ReportedByName": "sample string 6",
"AssignedToID": "1152d078-d119-4d0b-a9ab-0364b9f2d7cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"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": "066721c2-97d9-4f06-8545-f9f24f98a135",
"ServiceTypeID": "569a2d37-c731-4667-a9a1-da339e0fb72c",
"WorkOrderOn": "2026-02-08T22:57:22.043394+04:00",
"WorkOrderID": "1f21e013-1e66-4ee1-af9e-144db9f83b7c",
"InspectionOn": "2026-02-08T22:57:22.043394+04:00",
"InspectionItemID": "6aefd987-fb20-466c-96dc-2349d0161a50"
},
"PrevVehicleID": "09e2a591-c9bf-4029-87d7-fcc65f56f950",
"CloseBy": "0e055577-552f-4b99-b77f-e3559d6ed94a",
"CloseOn": "2026-02-08T22:57:22.043394+04:00",
"CriticalLevel": 0,
"Id": "c62af759-a3a0-48d5-8f81-687fa9e47268",
"UserName": "sample string 17",
"UserID": "88c519f4-68c8-4d3e-97c6-b59b3f719a34",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "897d9adb-0cb7-492e-805f-9e807936197c",
"ClientName": "sample string 22",
"PartnerID": "5f8c1162-df48-4960-b573-5300eb52a297",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"aa888a4a-e09a-4ba5-8aeb-5d416ffaffcd",
"397e53ca-83c7-4831-8276-473e9ab45435"
],
"Id": "fe78b7b8-5046-446b-8e92-f9e236795688",
"UserName": "sample string 15",
"UserID": "aabcc196-742f-44dc-bbe6-3866f626f754",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "a557ce51-4203-4924-98e0-458ed0d7a38c",
"ClientName": "sample string 20",
"PartnerID": "b4dbb06f-9895-4a35-a4ba-c6dbeceb7b65",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "760b15d0-5f76-4320-9bee-bc0ed4a95b31",
"ServiceType": {
"ServiceTypeId": "647c3de6-01cb-4e9a-9224-d0a4fa6fa953",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "83d10ad5-788f-4530-b94e-1a0b1136e31a",
"UserName": "sample string 8",
"UserID": "60757eb3-d0c8-42b2-8098-ec55fc4becc2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "7e0bdecc-039f-4c9b-82b0-e83e24f08a81",
"ClientName": "sample string 13",
"PartnerID": "6afa356d-8246-467e-aebc-d894ff65e363",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"Vehicles": [
{
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
{
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
}
],
"VehicleGroupIds": [
"bbe7453a-aff6-4510-9ebd-5eb0706b33cc",
"f9b2a880-9a3d-4c15-a5be-124d9c9953c0"
],
"ServiceDoneOn": "2026-02-08T22:57:22.043394+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": "0e7c4c65-f4cd-4b48-ba11-2867b7a980f5",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-02-08T22:57:22.043394+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"IssueID": "dcabbc2b-e410-40cf-8a82-77d451893d27",
"ReportedDate": "2026-02-08T22:57:22.043394+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e70bb78b-e601-4282-9b83-64f413f094f0",
"ReportedByName": "sample string 6",
"AssignedToID": "1152d078-d119-4d0b-a9ab-0364b9f2d7cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"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": "066721c2-97d9-4f06-8545-f9f24f98a135",
"ServiceTypeID": "569a2d37-c731-4667-a9a1-da339e0fb72c",
"WorkOrderOn": "2026-02-08T22:57:22.043394+04:00",
"WorkOrderID": "1f21e013-1e66-4ee1-af9e-144db9f83b7c",
"InspectionOn": "2026-02-08T22:57:22.043394+04:00",
"InspectionItemID": "6aefd987-fb20-466c-96dc-2349d0161a50"
},
"PrevVehicleID": "09e2a591-c9bf-4029-87d7-fcc65f56f950",
"CloseBy": "0e055577-552f-4b99-b77f-e3559d6ed94a",
"CloseOn": "2026-02-08T22:57:22.043394+04:00",
"CriticalLevel": 0,
"Id": "c62af759-a3a0-48d5-8f81-687fa9e47268",
"UserName": "sample string 17",
"UserID": "88c519f4-68c8-4d3e-97c6-b59b3f719a34",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "897d9adb-0cb7-492e-805f-9e807936197c",
"ClientName": "sample string 22",
"PartnerID": "5f8c1162-df48-4960-b573-5300eb52a297",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b5b12701-3cd5-4d77-9460-c961519b8a7b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4b25142b-7e5b-46c6-94cf-a619ef07e657",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fcdb085e-9b6d-454b-9143-6f34c1f7e679",
"PartnerID": "c2efbc29-4d8f-4c58-a271-7633ec019a9b"
},
"IssueID": "dcabbc2b-e410-40cf-8a82-77d451893d27",
"ReportedDate": "2026-02-08T22:57:22.043394+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e70bb78b-e601-4282-9b83-64f413f094f0",
"ReportedByName": "sample string 6",
"AssignedToID": "1152d078-d119-4d0b-a9ab-0364b9f2d7cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:57:22.043394+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2cd9c698-7430-4589-8976-4b8808e0e0b2",
"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": "066721c2-97d9-4f06-8545-f9f24f98a135",
"ServiceTypeID": "569a2d37-c731-4667-a9a1-da339e0fb72c",
"WorkOrderOn": "2026-02-08T22:57:22.043394+04:00",
"WorkOrderID": "1f21e013-1e66-4ee1-af9e-144db9f83b7c",
"InspectionOn": "2026-02-08T22:57:22.043394+04:00",
"InspectionItemID": "6aefd987-fb20-466c-96dc-2349d0161a50"
},
"PrevVehicleID": "09e2a591-c9bf-4029-87d7-fcc65f56f950",
"CloseBy": "0e055577-552f-4b99-b77f-e3559d6ed94a",
"CloseOn": "2026-02-08T22:57:22.043394+04:00",
"CriticalLevel": 0,
"Id": "c62af759-a3a0-48d5-8f81-687fa9e47268",
"UserName": "sample string 17",
"UserID": "88c519f4-68c8-4d3e-97c6-b59b3f719a34",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "897d9adb-0cb7-492e-805f-9e807936197c",
"ClientName": "sample string 22",
"PartnerID": "5f8c1162-df48-4960-b573-5300eb52a297",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"aa888a4a-e09a-4ba5-8aeb-5d416ffaffcd",
"397e53ca-83c7-4831-8276-473e9ab45435"
],
"Id": "fe78b7b8-5046-446b-8e92-f9e236795688",
"UserName": "sample string 15",
"UserID": "aabcc196-742f-44dc-bbe6-3866f626f754",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-08T22:57:22.043394+04:00",
"ClientID": "a557ce51-4203-4924-98e0-458ed0d7a38c",
"ClientName": "sample string 20",
"PartnerID": "b4dbb06f-9895-4a35-a4ba-c6dbeceb7b65",
"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>a557ce51-4203-4924-98e0-458ed0d7a38c</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>fe78b7b8-5046-446b-8e92-f9e236795688</Id>
<PartnerID>b4dbb06f-9895-4a35-a4ba-c6dbeceb7b65</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>aabcc196-742f-44dc-bbe6-3866f626f754</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T22:57:22.043394+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>897d9adb-0cb7-492e-805f-9e807936197c</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>c62af759-a3a0-48d5-8f81-687fa9e47268</Id>
<PartnerID>5f8c1162-df48-4960-b573-5300eb52a297</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>88c519f4-68c8-4d3e-97c6-b59b3f719a34</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1152d078-d119-4d0b-a9ab-0364b9f2d7cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0e055577-552f-4b99-b77f-e3559d6ed94a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:57:22.043394+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:57:22.043394+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dcabbc2b-e410-40cf-8a82-77d451893d27</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>09e2a591-c9bf-4029-87d7-fcc65f56f950</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e70bb78b-e601-4282-9b83-64f413f094f0</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:57:22.043394+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>6aefd987-fb20-466c-96dc-2349d0161a50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:57:22.043394+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066721c2-97d9-4f06-8545-f9f24f98a135</d3p1:ServiceID>
<d3p1:ServiceTypeID>569a2d37-c731-4667-a9a1-da339e0fb72c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>1f21e013-1e66-4ee1-af9e-144db9f83b7c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:57:22.043394+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>897d9adb-0cb7-492e-805f-9e807936197c</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>c62af759-a3a0-48d5-8f81-687fa9e47268</Id>
<PartnerID>5f8c1162-df48-4960-b573-5300eb52a297</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>88c519f4-68c8-4d3e-97c6-b59b3f719a34</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1152d078-d119-4d0b-a9ab-0364b9f2d7cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0e055577-552f-4b99-b77f-e3559d6ed94a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:57:22.043394+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:57:22.043394+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dcabbc2b-e410-40cf-8a82-77d451893d27</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>09e2a591-c9bf-4029-87d7-fcc65f56f950</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e70bb78b-e601-4282-9b83-64f413f094f0</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:57:22.043394+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>6aefd987-fb20-466c-96dc-2349d0161a50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:57:22.043394+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066721c2-97d9-4f06-8545-f9f24f98a135</d3p1:ServiceID>
<d3p1:ServiceTypeID>569a2d37-c731-4667-a9a1-da339e0fb72c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>1f21e013-1e66-4ee1-af9e-144db9f83b7c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:57:22.043394+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>aa888a4a-e09a-4ba5-8aeb-5d416ffaffcd</d3p1:guid>
<d3p1:guid>397e53ca-83c7-4831-8276-473e9ab45435</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T22:57:22.043394+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T22:57:22.043394+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>7e0bdecc-039f-4c9b-82b0-e83e24f08a81</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>83d10ad5-788f-4530-b94e-1a0b1136e31a</Id>
<PartnerID>6afa356d-8246-467e-aebc-d894ff65e363</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>60757eb3-d0c8-42b2-8098-ec55fc4becc2</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>647c3de6-01cb-4e9a-9224-d0a4fa6fa953</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>0e7c4c65-f4cd-4b48-ba11-2867b7a980f5</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>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bbe7453a-aff6-4510-9ebd-5eb0706b33cc</d3p1:guid>
<d3p1:guid>f9b2a880-9a3d-4c15-a5be-124d9c9953c0</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>760b15d0-5f76-4320-9bee-bc0ed4a95b31</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>a557ce51-4203-4924-98e0-458ed0d7a38c</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>fe78b7b8-5046-446b-8e92-f9e236795688</Id>
<PartnerID>b4dbb06f-9895-4a35-a4ba-c6dbeceb7b65</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>aabcc196-742f-44dc-bbe6-3866f626f754</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-08T22:57:22.043394+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>897d9adb-0cb7-492e-805f-9e807936197c</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>c62af759-a3a0-48d5-8f81-687fa9e47268</Id>
<PartnerID>5f8c1162-df48-4960-b573-5300eb52a297</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>88c519f4-68c8-4d3e-97c6-b59b3f719a34</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1152d078-d119-4d0b-a9ab-0364b9f2d7cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0e055577-552f-4b99-b77f-e3559d6ed94a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:57:22.043394+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:57:22.043394+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dcabbc2b-e410-40cf-8a82-77d451893d27</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>09e2a591-c9bf-4029-87d7-fcc65f56f950</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e70bb78b-e601-4282-9b83-64f413f094f0</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:57:22.043394+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>6aefd987-fb20-466c-96dc-2349d0161a50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:57:22.043394+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066721c2-97d9-4f06-8545-f9f24f98a135</d3p1:ServiceID>
<d3p1:ServiceTypeID>569a2d37-c731-4667-a9a1-da339e0fb72c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>1f21e013-1e66-4ee1-af9e-144db9f83b7c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:57:22.043394+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>897d9adb-0cb7-492e-805f-9e807936197c</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>c62af759-a3a0-48d5-8f81-687fa9e47268</Id>
<PartnerID>5f8c1162-df48-4960-b573-5300eb52a297</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>88c519f4-68c8-4d3e-97c6-b59b3f719a34</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1152d078-d119-4d0b-a9ab-0364b9f2d7cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cd9c698-7430-4589-8976-4b8808e0e0b2</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0e055577-552f-4b99-b77f-e3559d6ed94a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-08T22:57:22.043394+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-08T22:57:22.043394+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>dcabbc2b-e410-40cf-8a82-77d451893d27</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>09e2a591-c9bf-4029-87d7-fcc65f56f950</d3p1:PrevVehicleID>
<d3p1:ReportedByID>e70bb78b-e601-4282-9b83-64f413f094f0</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-08T22:57:22.043394+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>6aefd987-fb20-466c-96dc-2349d0161a50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-08T22:57:22.043394+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>066721c2-97d9-4f06-8545-f9f24f98a135</d3p1:ServiceID>
<d3p1:ServiceTypeID>569a2d37-c731-4667-a9a1-da339e0fb72c</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>1f21e013-1e66-4ee1-af9e-144db9f83b7c</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-08T22:57:22.043394+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>aa888a4a-e09a-4ba5-8aeb-5d416ffaffcd</d3p1:guid>
<d3p1:guid>397e53ca-83c7-4831-8276-473e9ab45435</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-08T22:57:22.043394+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-08T22:57:22.043394+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>7e0bdecc-039f-4c9b-82b0-e83e24f08a81</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:57:22.043394+04:00</CreatedOn>
<Id>83d10ad5-788f-4530-b94e-1a0b1136e31a</Id>
<PartnerID>6afa356d-8246-467e-aebc-d894ff65e363</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>60757eb3-d0c8-42b2-8098-ec55fc4becc2</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>647c3de6-01cb-4e9a-9224-d0a4fa6fa953</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>0e7c4c65-f4cd-4b48-ba11-2867b7a980f5</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>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bbe7453a-aff6-4510-9ebd-5eb0706b33cc</d3p1:guid>
<d3p1:guid>f9b2a880-9a3d-4c15-a5be-124d9c9953c0</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>760b15d0-5f76-4320-9bee-bc0ed4a95b31</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>fcdb085e-9b6d-454b-9143-6f34c1f7e679</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4b25142b-7e5b-46c6-94cf-a619ef07e657</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>c2efbc29-4d8f-4c58-a271-7633ec019a9b</PartnerID>
<VehicleID>b5b12701-3cd5-4d77-9460-c961519b8a7b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>