GET Api/Service?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": "bb6a8f7a-c79b-4d1b-991e-4d6bc28f064f",
"ServiceType": {
"ServiceTypeId": "f0f728e0-e209-45d7-a347-8de31c885aec",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4d68ec7d-ced9-4456-b448-f07b3beb95a4",
"UserName": "sample string 8",
"UserID": "cb8794b8-6abb-4485-8d36-0c914ea63e69",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "ef69f843-053d-4928-a5f9-3d29aa0c7b56",
"ClientName": "sample string 13",
"PartnerID": "44ad2343-df94-406c-9eaa-e73dd69be4cd",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"Vehicles": [
{
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
{
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
}
],
"VehicleGroupIds": [
"69157b9c-740d-4be9-ac2a-a374c6175790",
"1ce9e511-5f0b-4f80-941e-2579db47902e"
],
"ServiceDoneOn": "2026-04-18T14:58:04.5198907+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": "58214194-d389-42ab-8e8d-a04b50ce1caf",
"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-04-18T14:58:04.5198907+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"IssueID": "1c3a44b2-fd65-4c30-9552-d63afb5de49b",
"ReportedDate": "2026-04-18T14:58:04.5198907+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7b235782-aab4-4499-9deb-6dbc2ae155c3",
"ReportedByName": "sample string 6",
"AssignedToID": "52ef6e77-41d2-43cd-b8c1-ab16c886ff17",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"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": "3c06f802-feeb-450e-9541-1f8193a71fc9",
"ServiceTypeID": "c8dd7d62-dabe-4434-813a-edba4cd425d7",
"WorkOrderOn": "2026-04-18T14:58:04.5198907+04:00",
"WorkOrderID": "b31fbe6b-d4b0-4a39-89b2-69a1a0094645",
"InspectionOn": "2026-04-18T14:58:04.5198907+04:00",
"InspectionItemID": "971f224d-61fd-4acd-9b7b-74c63855a21c"
},
"PrevVehicleID": "60f2acd4-1887-45d0-a107-a45dab2971a2",
"CloseBy": "eaa89c02-caed-45b7-8bf6-e366e094e62b",
"CloseOn": "2026-04-18T14:58:04.5198907+04:00",
"CriticalLevel": 0,
"Id": "0d39e06e-ead4-44c8-a3c7-41942cb0ec40",
"UserName": "sample string 17",
"UserID": "21cef7e4-24f7-49e2-a914-4b50e483ec19",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "61a1bc5a-32bf-4921-b6dc-32e10411c805",
"ClientName": "sample string 22",
"PartnerID": "deb82f4e-daa1-4ce8-83c1-edf604f28873",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"IssueID": "1c3a44b2-fd65-4c30-9552-d63afb5de49b",
"ReportedDate": "2026-04-18T14:58:04.5198907+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7b235782-aab4-4499-9deb-6dbc2ae155c3",
"ReportedByName": "sample string 6",
"AssignedToID": "52ef6e77-41d2-43cd-b8c1-ab16c886ff17",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"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": "3c06f802-feeb-450e-9541-1f8193a71fc9",
"ServiceTypeID": "c8dd7d62-dabe-4434-813a-edba4cd425d7",
"WorkOrderOn": "2026-04-18T14:58:04.5198907+04:00",
"WorkOrderID": "b31fbe6b-d4b0-4a39-89b2-69a1a0094645",
"InspectionOn": "2026-04-18T14:58:04.5198907+04:00",
"InspectionItemID": "971f224d-61fd-4acd-9b7b-74c63855a21c"
},
"PrevVehicleID": "60f2acd4-1887-45d0-a107-a45dab2971a2",
"CloseBy": "eaa89c02-caed-45b7-8bf6-e366e094e62b",
"CloseOn": "2026-04-18T14:58:04.5198907+04:00",
"CriticalLevel": 0,
"Id": "0d39e06e-ead4-44c8-a3c7-41942cb0ec40",
"UserName": "sample string 17",
"UserID": "21cef7e4-24f7-49e2-a914-4b50e483ec19",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "61a1bc5a-32bf-4921-b6dc-32e10411c805",
"ClientName": "sample string 22",
"PartnerID": "deb82f4e-daa1-4ce8-83c1-edf604f28873",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a1635bbe-a9c1-44b4-9265-1b1c03badffb",
"1e692142-50e4-4eb3-ab1f-bcec3289c3b4"
],
"Id": "88d64c52-3f4e-4851-b96d-67f6dcf700a9",
"UserName": "sample string 15",
"UserID": "3d9403aa-f6a1-46bb-957c-ca3ff599b308",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "9dacb665-acfe-49e5-99e6-8169c29f4e98",
"ClientName": "sample string 20",
"PartnerID": "ada4ceb8-9a4d-4efa-833e-34164b9da7d4",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "bb6a8f7a-c79b-4d1b-991e-4d6bc28f064f",
"ServiceType": {
"ServiceTypeId": "f0f728e0-e209-45d7-a347-8de31c885aec",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4d68ec7d-ced9-4456-b448-f07b3beb95a4",
"UserName": "sample string 8",
"UserID": "cb8794b8-6abb-4485-8d36-0c914ea63e69",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "ef69f843-053d-4928-a5f9-3d29aa0c7b56",
"ClientName": "sample string 13",
"PartnerID": "44ad2343-df94-406c-9eaa-e73dd69be4cd",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"Vehicles": [
{
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
{
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
}
],
"VehicleGroupIds": [
"69157b9c-740d-4be9-ac2a-a374c6175790",
"1ce9e511-5f0b-4f80-941e-2579db47902e"
],
"ServiceDoneOn": "2026-04-18T14:58:04.5198907+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": "58214194-d389-42ab-8e8d-a04b50ce1caf",
"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-04-18T14:58:04.5198907+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"IssueID": "1c3a44b2-fd65-4c30-9552-d63afb5de49b",
"ReportedDate": "2026-04-18T14:58:04.5198907+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7b235782-aab4-4499-9deb-6dbc2ae155c3",
"ReportedByName": "sample string 6",
"AssignedToID": "52ef6e77-41d2-43cd-b8c1-ab16c886ff17",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"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": "3c06f802-feeb-450e-9541-1f8193a71fc9",
"ServiceTypeID": "c8dd7d62-dabe-4434-813a-edba4cd425d7",
"WorkOrderOn": "2026-04-18T14:58:04.5198907+04:00",
"WorkOrderID": "b31fbe6b-d4b0-4a39-89b2-69a1a0094645",
"InspectionOn": "2026-04-18T14:58:04.5198907+04:00",
"InspectionItemID": "971f224d-61fd-4acd-9b7b-74c63855a21c"
},
"PrevVehicleID": "60f2acd4-1887-45d0-a107-a45dab2971a2",
"CloseBy": "eaa89c02-caed-45b7-8bf6-e366e094e62b",
"CloseOn": "2026-04-18T14:58:04.5198907+04:00",
"CriticalLevel": 0,
"Id": "0d39e06e-ead4-44c8-a3c7-41942cb0ec40",
"UserName": "sample string 17",
"UserID": "21cef7e4-24f7-49e2-a914-4b50e483ec19",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "61a1bc5a-32bf-4921-b6dc-32e10411c805",
"ClientName": "sample string 22",
"PartnerID": "deb82f4e-daa1-4ce8-83c1-edf604f28873",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "eb8d6994-2228-4e05-8713-9952d94099df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "43bdbc96-6b55-425c-b930-627615e0916c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ae9a6d14-a304-4cf0-ad59-88168a128796",
"PartnerID": "c8b73847-af82-42d9-bbbc-02de15bf24ff"
},
"IssueID": "1c3a44b2-fd65-4c30-9552-d63afb5de49b",
"ReportedDate": "2026-04-18T14:58:04.5198907+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7b235782-aab4-4499-9deb-6dbc2ae155c3",
"ReportedByName": "sample string 6",
"AssignedToID": "52ef6e77-41d2-43cd-b8c1-ab16c886ff17",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:58:04.5198907+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ceb71f6-59b1-4577-9c7b-44db5b01568c",
"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": "3c06f802-feeb-450e-9541-1f8193a71fc9",
"ServiceTypeID": "c8dd7d62-dabe-4434-813a-edba4cd425d7",
"WorkOrderOn": "2026-04-18T14:58:04.5198907+04:00",
"WorkOrderID": "b31fbe6b-d4b0-4a39-89b2-69a1a0094645",
"InspectionOn": "2026-04-18T14:58:04.5198907+04:00",
"InspectionItemID": "971f224d-61fd-4acd-9b7b-74c63855a21c"
},
"PrevVehicleID": "60f2acd4-1887-45d0-a107-a45dab2971a2",
"CloseBy": "eaa89c02-caed-45b7-8bf6-e366e094e62b",
"CloseOn": "2026-04-18T14:58:04.5198907+04:00",
"CriticalLevel": 0,
"Id": "0d39e06e-ead4-44c8-a3c7-41942cb0ec40",
"UserName": "sample string 17",
"UserID": "21cef7e4-24f7-49e2-a914-4b50e483ec19",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "61a1bc5a-32bf-4921-b6dc-32e10411c805",
"ClientName": "sample string 22",
"PartnerID": "deb82f4e-daa1-4ce8-83c1-edf604f28873",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a1635bbe-a9c1-44b4-9265-1b1c03badffb",
"1e692142-50e4-4eb3-ab1f-bcec3289c3b4"
],
"Id": "88d64c52-3f4e-4851-b96d-67f6dcf700a9",
"UserName": "sample string 15",
"UserID": "3d9403aa-f6a1-46bb-957c-ca3ff599b308",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-04-18T14:58:04.5198907+04:00",
"ClientID": "9dacb665-acfe-49e5-99e6-8169c29f4e98",
"ClientName": "sample string 20",
"PartnerID": "ada4ceb8-9a4d-4efa-833e-34164b9da7d4",
"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>9dacb665-acfe-49e5-99e6-8169c29f4e98</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>88d64c52-3f4e-4851-b96d-67f6dcf700a9</Id>
<PartnerID>ada4ceb8-9a4d-4efa-833e-34164b9da7d4</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>3d9403aa-f6a1-46bb-957c-ca3ff599b308</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-04-18T14:58:04.5198907+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>61a1bc5a-32bf-4921-b6dc-32e10411c805</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>0d39e06e-ead4-44c8-a3c7-41942cb0ec40</Id>
<PartnerID>deb82f4e-daa1-4ce8-83c1-edf604f28873</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>21cef7e4-24f7-49e2-a914-4b50e483ec19</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>52ef6e77-41d2-43cd-b8c1-ab16c886ff17</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eaa89c02-caed-45b7-8bf6-e366e094e62b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:58:04.5198907+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:58:04.5198907+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1c3a44b2-fd65-4c30-9552-d63afb5de49b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>60f2acd4-1887-45d0-a107-a45dab2971a2</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7b235782-aab4-4499-9deb-6dbc2ae155c3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:58:04.5198907+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>971f224d-61fd-4acd-9b7b-74c63855a21c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:58:04.5198907+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3c06f802-feeb-450e-9541-1f8193a71fc9</d3p1:ServiceID>
<d3p1:ServiceTypeID>c8dd7d62-dabe-4434-813a-edba4cd425d7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b31fbe6b-d4b0-4a39-89b2-69a1a0094645</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:58:04.5198907+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>61a1bc5a-32bf-4921-b6dc-32e10411c805</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>0d39e06e-ead4-44c8-a3c7-41942cb0ec40</Id>
<PartnerID>deb82f4e-daa1-4ce8-83c1-edf604f28873</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>21cef7e4-24f7-49e2-a914-4b50e483ec19</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>52ef6e77-41d2-43cd-b8c1-ab16c886ff17</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eaa89c02-caed-45b7-8bf6-e366e094e62b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:58:04.5198907+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:58:04.5198907+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1c3a44b2-fd65-4c30-9552-d63afb5de49b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>60f2acd4-1887-45d0-a107-a45dab2971a2</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7b235782-aab4-4499-9deb-6dbc2ae155c3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:58:04.5198907+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>971f224d-61fd-4acd-9b7b-74c63855a21c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:58:04.5198907+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3c06f802-feeb-450e-9541-1f8193a71fc9</d3p1:ServiceID>
<d3p1:ServiceTypeID>c8dd7d62-dabe-4434-813a-edba4cd425d7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b31fbe6b-d4b0-4a39-89b2-69a1a0094645</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:58:04.5198907+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a1635bbe-a9c1-44b4-9265-1b1c03badffb</d3p1:guid>
<d3p1:guid>1e692142-50e4-4eb3-ab1f-bcec3289c3b4</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-04-18T14:58:04.5198907+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-04-18T14:58:04.5198907+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ef69f843-053d-4928-a5f9-3d29aa0c7b56</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>4d68ec7d-ced9-4456-b448-f07b3beb95a4</Id>
<PartnerID>44ad2343-df94-406c-9eaa-e73dd69be4cd</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>cb8794b8-6abb-4485-8d36-0c914ea63e69</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>f0f728e0-e209-45d7-a347-8de31c885aec</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>58214194-d389-42ab-8e8d-a04b50ce1caf</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>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>69157b9c-740d-4be9-ac2a-a374c6175790</d3p1:guid>
<d3p1:guid>1ce9e511-5f0b-4f80-941e-2579db47902e</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>bb6a8f7a-c79b-4d1b-991e-4d6bc28f064f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>9dacb665-acfe-49e5-99e6-8169c29f4e98</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>88d64c52-3f4e-4851-b96d-67f6dcf700a9</Id>
<PartnerID>ada4ceb8-9a4d-4efa-833e-34164b9da7d4</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>3d9403aa-f6a1-46bb-957c-ca3ff599b308</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-04-18T14:58:04.5198907+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>61a1bc5a-32bf-4921-b6dc-32e10411c805</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>0d39e06e-ead4-44c8-a3c7-41942cb0ec40</Id>
<PartnerID>deb82f4e-daa1-4ce8-83c1-edf604f28873</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>21cef7e4-24f7-49e2-a914-4b50e483ec19</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>52ef6e77-41d2-43cd-b8c1-ab16c886ff17</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eaa89c02-caed-45b7-8bf6-e366e094e62b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:58:04.5198907+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:58:04.5198907+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1c3a44b2-fd65-4c30-9552-d63afb5de49b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>60f2acd4-1887-45d0-a107-a45dab2971a2</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7b235782-aab4-4499-9deb-6dbc2ae155c3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:58:04.5198907+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>971f224d-61fd-4acd-9b7b-74c63855a21c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:58:04.5198907+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3c06f802-feeb-450e-9541-1f8193a71fc9</d3p1:ServiceID>
<d3p1:ServiceTypeID>c8dd7d62-dabe-4434-813a-edba4cd425d7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b31fbe6b-d4b0-4a39-89b2-69a1a0094645</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:58:04.5198907+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>61a1bc5a-32bf-4921-b6dc-32e10411c805</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>0d39e06e-ead4-44c8-a3c7-41942cb0ec40</Id>
<PartnerID>deb82f4e-daa1-4ce8-83c1-edf604f28873</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>21cef7e4-24f7-49e2-a914-4b50e483ec19</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>52ef6e77-41d2-43cd-b8c1-ab16c886ff17</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5ceb71f6-59b1-4577-9c7b-44db5b01568c</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>eaa89c02-caed-45b7-8bf6-e366e094e62b</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-04-18T14:58:04.5198907+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-04-18T14:58:04.5198907+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1c3a44b2-fd65-4c30-9552-d63afb5de49b</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>60f2acd4-1887-45d0-a107-a45dab2971a2</d3p1:PrevVehicleID>
<d3p1:ReportedByID>7b235782-aab4-4499-9deb-6dbc2ae155c3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-04-18T14:58:04.5198907+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>971f224d-61fd-4acd-9b7b-74c63855a21c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-04-18T14:58:04.5198907+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>3c06f802-feeb-450e-9541-1f8193a71fc9</d3p1:ServiceID>
<d3p1:ServiceTypeID>c8dd7d62-dabe-4434-813a-edba4cd425d7</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b31fbe6b-d4b0-4a39-89b2-69a1a0094645</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-04-18T14:58:04.5198907+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a1635bbe-a9c1-44b4-9265-1b1c03badffb</d3p1:guid>
<d3p1:guid>1e692142-50e4-4eb3-ab1f-bcec3289c3b4</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-04-18T14:58:04.5198907+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-04-18T14:58:04.5198907+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ef69f843-053d-4928-a5f9-3d29aa0c7b56</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:58:04.5198907+04:00</CreatedOn>
<Id>4d68ec7d-ced9-4456-b448-f07b3beb95a4</Id>
<PartnerID>44ad2343-df94-406c-9eaa-e73dd69be4cd</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>cb8794b8-6abb-4485-8d36-0c914ea63e69</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>f0f728e0-e209-45d7-a347-8de31c885aec</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>58214194-d389-42ab-8e8d-a04b50ce1caf</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>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>69157b9c-740d-4be9-ac2a-a374c6175790</d3p1:guid>
<d3p1:guid>1ce9e511-5f0b-4f80-941e-2579db47902e</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>bb6a8f7a-c79b-4d1b-991e-4d6bc28f064f</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>ae9a6d14-a304-4cf0-ad59-88168a128796</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>43bdbc96-6b55-425c-b930-627615e0916c</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>c8b73847-af82-42d9-bbbc-02de15bf24ff</PartnerID>
<VehicleID>eb8d6994-2228-4e05-8713-9952d94099df</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>