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": "70c6f50e-2c1a-47a0-9ef0-1584eb21e507",
"ServiceType": {
"ServiceTypeId": "49997758-a41b-47ff-84d4-cbc12d0972f1",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "8903f355-5867-4d2d-96af-cbf982afb1d9",
"UserName": "sample string 8",
"UserID": "ed9fdfd6-7bea-46e3-bc83-7fe62f7c4d31",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "a69baa85-0bc9-4b67-a301-8e01c1b587aa",
"ClientName": "sample string 13",
"PartnerID": "b48d0f7c-4ca7-4d6d-bdaf-9f86459da6b8",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"Vehicles": [
{
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
{
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
}
],
"VehicleGroupIds": [
"0247622f-eccd-4674-9db3-c74c727016ca",
"bdfee9a6-a475-4387-a3e7-a05e19210400"
],
"ServiceDoneOn": "2026-03-26T03:23:52.4281776+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": "42d92ce2-6a3d-4f4f-81d2-e961973428ca",
"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-03-26T03:23:52.4281776+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"IssueID": "fe116b5b-224d-455c-b04e-2c3da79aafe9",
"ReportedDate": "2026-03-26T03:23:52.4281776+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3d5696a3-f683-45cf-b49e-d773056398b1",
"ReportedByName": "sample string 6",
"AssignedToID": "e934d41c-e35a-4226-9d68-95719304a5bb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"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": "0ef253fc-c48f-4342-bff0-fbd780c728be",
"ServiceTypeID": "d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d",
"WorkOrderOn": "2026-03-26T03:23:52.4281776+04:00",
"WorkOrderID": "4f831b79-6750-433f-8088-4e96b4aa9691",
"InspectionOn": "2026-03-26T03:23:52.4281776+04:00",
"InspectionItemID": "f9a87de3-3491-4c38-ba06-e83c37a0b6e3"
},
"PrevVehicleID": "e95cd951-4448-4b42-b61e-a10e0dd29ffd",
"CloseBy": "c5747c41-668b-4def-a163-da864b050abf",
"CloseOn": "2026-03-26T03:23:52.4281776+04:00",
"CriticalLevel": 0,
"Id": "2fcf9a41-a7a5-477d-a9e8-f1254d7a199e",
"UserName": "sample string 17",
"UserID": "f4583423-3dfc-4ea5-8302-d79dbb871f3e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "50eb51a2-0fc6-4613-806d-2a4d119d78b2",
"ClientName": "sample string 22",
"PartnerID": "0e2969b1-6d2a-4319-af1d-944188f46d3c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"IssueID": "fe116b5b-224d-455c-b04e-2c3da79aafe9",
"ReportedDate": "2026-03-26T03:23:52.4281776+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3d5696a3-f683-45cf-b49e-d773056398b1",
"ReportedByName": "sample string 6",
"AssignedToID": "e934d41c-e35a-4226-9d68-95719304a5bb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"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": "0ef253fc-c48f-4342-bff0-fbd780c728be",
"ServiceTypeID": "d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d",
"WorkOrderOn": "2026-03-26T03:23:52.4281776+04:00",
"WorkOrderID": "4f831b79-6750-433f-8088-4e96b4aa9691",
"InspectionOn": "2026-03-26T03:23:52.4281776+04:00",
"InspectionItemID": "f9a87de3-3491-4c38-ba06-e83c37a0b6e3"
},
"PrevVehicleID": "e95cd951-4448-4b42-b61e-a10e0dd29ffd",
"CloseBy": "c5747c41-668b-4def-a163-da864b050abf",
"CloseOn": "2026-03-26T03:23:52.4281776+04:00",
"CriticalLevel": 0,
"Id": "2fcf9a41-a7a5-477d-a9e8-f1254d7a199e",
"UserName": "sample string 17",
"UserID": "f4583423-3dfc-4ea5-8302-d79dbb871f3e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "50eb51a2-0fc6-4613-806d-2a4d119d78b2",
"ClientName": "sample string 22",
"PartnerID": "0e2969b1-6d2a-4319-af1d-944188f46d3c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a4cb98d0-3063-4c87-91c7-01a30f87e700",
"fec9efe3-2d9e-49f7-a984-b3a12eca4b9b"
],
"Id": "f7983453-719d-4f96-8c1e-4bb7b8f2d13a",
"UserName": "sample string 15",
"UserID": "97f23f9f-1ea3-4c81-8530-e0b5b531c07f",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "bd989a84-ae99-4098-82bd-678109cab294",
"ClientName": "sample string 20",
"PartnerID": "2c737a3e-9c7b-4d35-8778-0743a99ac337",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "70c6f50e-2c1a-47a0-9ef0-1584eb21e507",
"ServiceType": {
"ServiceTypeId": "49997758-a41b-47ff-84d4-cbc12d0972f1",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "8903f355-5867-4d2d-96af-cbf982afb1d9",
"UserName": "sample string 8",
"UserID": "ed9fdfd6-7bea-46e3-bc83-7fe62f7c4d31",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "a69baa85-0bc9-4b67-a301-8e01c1b587aa",
"ClientName": "sample string 13",
"PartnerID": "b48d0f7c-4ca7-4d6d-bdaf-9f86459da6b8",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"Vehicles": [
{
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
{
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
}
],
"VehicleGroupIds": [
"0247622f-eccd-4674-9db3-c74c727016ca",
"bdfee9a6-a475-4387-a3e7-a05e19210400"
],
"ServiceDoneOn": "2026-03-26T03:23:52.4281776+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": "42d92ce2-6a3d-4f4f-81d2-e961973428ca",
"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-03-26T03:23:52.4281776+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"IssueID": "fe116b5b-224d-455c-b04e-2c3da79aafe9",
"ReportedDate": "2026-03-26T03:23:52.4281776+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3d5696a3-f683-45cf-b49e-d773056398b1",
"ReportedByName": "sample string 6",
"AssignedToID": "e934d41c-e35a-4226-9d68-95719304a5bb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"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": "0ef253fc-c48f-4342-bff0-fbd780c728be",
"ServiceTypeID": "d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d",
"WorkOrderOn": "2026-03-26T03:23:52.4281776+04:00",
"WorkOrderID": "4f831b79-6750-433f-8088-4e96b4aa9691",
"InspectionOn": "2026-03-26T03:23:52.4281776+04:00",
"InspectionItemID": "f9a87de3-3491-4c38-ba06-e83c37a0b6e3"
},
"PrevVehicleID": "e95cd951-4448-4b42-b61e-a10e0dd29ffd",
"CloseBy": "c5747c41-668b-4def-a163-da864b050abf",
"CloseOn": "2026-03-26T03:23:52.4281776+04:00",
"CriticalLevel": 0,
"Id": "2fcf9a41-a7a5-477d-a9e8-f1254d7a199e",
"UserName": "sample string 17",
"UserID": "f4583423-3dfc-4ea5-8302-d79dbb871f3e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "50eb51a2-0fc6-4613-806d-2a4d119d78b2",
"ClientName": "sample string 22",
"PartnerID": "0e2969b1-6d2a-4319-af1d-944188f46d3c",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "186efb26-2878-4d2a-a355-e8fe468aab2b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc2da571-fdaa-4b52-a912-c09d0e714179",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9366087b-b108-4a06-9764-beb3cc636b9b",
"PartnerID": "8a678c75-8428-4098-b120-d02e262c46fc"
},
"IssueID": "fe116b5b-224d-455c-b04e-2c3da79aafe9",
"ReportedDate": "2026-03-26T03:23:52.4281776+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3d5696a3-f683-45cf-b49e-d773056398b1",
"ReportedByName": "sample string 6",
"AssignedToID": "e934d41c-e35a-4226-9d68-95719304a5bb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:23:52.4281776+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "341c9bea-d70b-4c77-8f92-ff201cf6270a",
"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": "0ef253fc-c48f-4342-bff0-fbd780c728be",
"ServiceTypeID": "d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d",
"WorkOrderOn": "2026-03-26T03:23:52.4281776+04:00",
"WorkOrderID": "4f831b79-6750-433f-8088-4e96b4aa9691",
"InspectionOn": "2026-03-26T03:23:52.4281776+04:00",
"InspectionItemID": "f9a87de3-3491-4c38-ba06-e83c37a0b6e3"
},
"PrevVehicleID": "e95cd951-4448-4b42-b61e-a10e0dd29ffd",
"CloseBy": "c5747c41-668b-4def-a163-da864b050abf",
"CloseOn": "2026-03-26T03:23:52.4281776+04:00",
"CriticalLevel": 0,
"Id": "2fcf9a41-a7a5-477d-a9e8-f1254d7a199e",
"UserName": "sample string 17",
"UserID": "f4583423-3dfc-4ea5-8302-d79dbb871f3e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "50eb51a2-0fc6-4613-806d-2a4d119d78b2",
"ClientName": "sample string 22",
"PartnerID": "0e2969b1-6d2a-4319-af1d-944188f46d3c",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a4cb98d0-3063-4c87-91c7-01a30f87e700",
"fec9efe3-2d9e-49f7-a984-b3a12eca4b9b"
],
"Id": "f7983453-719d-4f96-8c1e-4bb7b8f2d13a",
"UserName": "sample string 15",
"UserID": "97f23f9f-1ea3-4c81-8530-e0b5b531c07f",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-26T03:23:52.4281776+04:00",
"ClientID": "bd989a84-ae99-4098-82bd-678109cab294",
"ClientName": "sample string 20",
"PartnerID": "2c737a3e-9c7b-4d35-8778-0743a99ac337",
"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>bd989a84-ae99-4098-82bd-678109cab294</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>f7983453-719d-4f96-8c1e-4bb7b8f2d13a</Id>
<PartnerID>2c737a3e-9c7b-4d35-8778-0743a99ac337</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>97f23f9f-1ea3-4c81-8530-e0b5b531c07f</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-26T03:23:52.4281776+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>50eb51a2-0fc6-4613-806d-2a4d119d78b2</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>2fcf9a41-a7a5-477d-a9e8-f1254d7a199e</Id>
<PartnerID>0e2969b1-6d2a-4319-af1d-944188f46d3c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f4583423-3dfc-4ea5-8302-d79dbb871f3e</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e934d41c-e35a-4226-9d68-95719304a5bb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c5747c41-668b-4def-a163-da864b050abf</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:23:52.4281776+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:23:52.4281776+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>fe116b5b-224d-455c-b04e-2c3da79aafe9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e95cd951-4448-4b42-b61e-a10e0dd29ffd</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3d5696a3-f683-45cf-b49e-d773056398b1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:23:52.4281776+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f9a87de3-3491-4c38-ba06-e83c37a0b6e3</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:23:52.4281776+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>0ef253fc-c48f-4342-bff0-fbd780c728be</d3p1:ServiceID>
<d3p1:ServiceTypeID>d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>4f831b79-6750-433f-8088-4e96b4aa9691</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:23:52.4281776+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>50eb51a2-0fc6-4613-806d-2a4d119d78b2</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>2fcf9a41-a7a5-477d-a9e8-f1254d7a199e</Id>
<PartnerID>0e2969b1-6d2a-4319-af1d-944188f46d3c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f4583423-3dfc-4ea5-8302-d79dbb871f3e</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e934d41c-e35a-4226-9d68-95719304a5bb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c5747c41-668b-4def-a163-da864b050abf</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:23:52.4281776+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:23:52.4281776+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>fe116b5b-224d-455c-b04e-2c3da79aafe9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e95cd951-4448-4b42-b61e-a10e0dd29ffd</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3d5696a3-f683-45cf-b49e-d773056398b1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:23:52.4281776+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f9a87de3-3491-4c38-ba06-e83c37a0b6e3</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:23:52.4281776+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>0ef253fc-c48f-4342-bff0-fbd780c728be</d3p1:ServiceID>
<d3p1:ServiceTypeID>d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>4f831b79-6750-433f-8088-4e96b4aa9691</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:23:52.4281776+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a4cb98d0-3063-4c87-91c7-01a30f87e700</d3p1:guid>
<d3p1:guid>fec9efe3-2d9e-49f7-a984-b3a12eca4b9b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-26T03:23:52.4281776+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-26T03:23:52.4281776+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>a69baa85-0bc9-4b67-a301-8e01c1b587aa</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>8903f355-5867-4d2d-96af-cbf982afb1d9</Id>
<PartnerID>b48d0f7c-4ca7-4d6d-bdaf-9f86459da6b8</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ed9fdfd6-7bea-46e3-bc83-7fe62f7c4d31</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>49997758-a41b-47ff-84d4-cbc12d0972f1</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>42d92ce2-6a3d-4f4f-81d2-e961973428ca</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>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0247622f-eccd-4674-9db3-c74c727016ca</d3p1:guid>
<d3p1:guid>bdfee9a6-a475-4387-a3e7-a05e19210400</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>70c6f50e-2c1a-47a0-9ef0-1584eb21e507</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>bd989a84-ae99-4098-82bd-678109cab294</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>f7983453-719d-4f96-8c1e-4bb7b8f2d13a</Id>
<PartnerID>2c737a3e-9c7b-4d35-8778-0743a99ac337</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>97f23f9f-1ea3-4c81-8530-e0b5b531c07f</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-26T03:23:52.4281776+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>50eb51a2-0fc6-4613-806d-2a4d119d78b2</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>2fcf9a41-a7a5-477d-a9e8-f1254d7a199e</Id>
<PartnerID>0e2969b1-6d2a-4319-af1d-944188f46d3c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f4583423-3dfc-4ea5-8302-d79dbb871f3e</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e934d41c-e35a-4226-9d68-95719304a5bb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c5747c41-668b-4def-a163-da864b050abf</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:23:52.4281776+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:23:52.4281776+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>fe116b5b-224d-455c-b04e-2c3da79aafe9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e95cd951-4448-4b42-b61e-a10e0dd29ffd</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3d5696a3-f683-45cf-b49e-d773056398b1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:23:52.4281776+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f9a87de3-3491-4c38-ba06-e83c37a0b6e3</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:23:52.4281776+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>0ef253fc-c48f-4342-bff0-fbd780c728be</d3p1:ServiceID>
<d3p1:ServiceTypeID>d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>4f831b79-6750-433f-8088-4e96b4aa9691</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:23:52.4281776+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>50eb51a2-0fc6-4613-806d-2a4d119d78b2</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>2fcf9a41-a7a5-477d-a9e8-f1254d7a199e</Id>
<PartnerID>0e2969b1-6d2a-4319-af1d-944188f46d3c</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>f4583423-3dfc-4ea5-8302-d79dbb871f3e</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>e934d41c-e35a-4226-9d68-95719304a5bb</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>341c9bea-d70b-4c77-8f92-ff201cf6270a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c5747c41-668b-4def-a163-da864b050abf</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:23:52.4281776+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:23:52.4281776+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>fe116b5b-224d-455c-b04e-2c3da79aafe9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>e95cd951-4448-4b42-b61e-a10e0dd29ffd</d3p1:PrevVehicleID>
<d3p1:ReportedByID>3d5696a3-f683-45cf-b49e-d773056398b1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:23:52.4281776+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f9a87de3-3491-4c38-ba06-e83c37a0b6e3</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:23:52.4281776+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>0ef253fc-c48f-4342-bff0-fbd780c728be</d3p1:ServiceID>
<d3p1:ServiceTypeID>d6e008b1-f1a9-4dfb-88d4-abbd37bc3d5d</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>4f831b79-6750-433f-8088-4e96b4aa9691</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:23:52.4281776+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a4cb98d0-3063-4c87-91c7-01a30f87e700</d3p1:guid>
<d3p1:guid>fec9efe3-2d9e-49f7-a984-b3a12eca4b9b</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-26T03:23:52.4281776+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-26T03:23:52.4281776+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>a69baa85-0bc9-4b67-a301-8e01c1b587aa</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:23:52.4281776+04:00</CreatedOn>
<Id>8903f355-5867-4d2d-96af-cbf982afb1d9</Id>
<PartnerID>b48d0f7c-4ca7-4d6d-bdaf-9f86459da6b8</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ed9fdfd6-7bea-46e3-bc83-7fe62f7c4d31</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>49997758-a41b-47ff-84d4-cbc12d0972f1</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>42d92ce2-6a3d-4f4f-81d2-e961973428ca</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>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0247622f-eccd-4674-9db3-c74c727016ca</d3p1:guid>
<d3p1:guid>bdfee9a6-a475-4387-a3e7-a05e19210400</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>70c6f50e-2c1a-47a0-9ef0-1584eb21e507</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>9366087b-b108-4a06-9764-beb3cc636b9b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc2da571-fdaa-4b52-a912-c09d0e714179</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>8a678c75-8428-4098-b120-d02e262c46fc</PartnerID>
<VehicleID>186efb26-2878-4d2a-a355-e8fe468aab2b</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>