GET Api/Service?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "6aa5e7d0-921c-4a03-8d48-fdae72a5415c",
"ServiceType": {
"ServiceTypeId": "f6be55e4-5b5a-4dfd-ac2d-43e6c27a75e4",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "aaee1827-6c05-4795-a47b-fca850505d8c",
"UserName": "sample string 8",
"UserID": "bbefa873-e59c-45ce-922a-b6e09c0ec4f3",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "c9286a40-9282-442f-baea-7cd7f89effd0",
"ClientName": "sample string 13",
"PartnerID": "16eede08-d1ba-40b5-8cc5-e2eba8fdde7d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"Vehicles": [
{
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
{
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
}
],
"VehicleGroupIds": [
"6303d24d-38b1-4aee-b6ce-5b11e999c5c0",
"fdc4b00d-5f91-4148-8ff1-73f1a01bfc92"
],
"ServiceDoneOn": "2026-09-17T16:32:54.6616452+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": "7a6daa6d-475d-4a48-81f4-bb138189934a",
"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-09-17T16:32:54.6616452+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"IssueID": "c259eb46-7984-4618-b737-d9bd56caaea2",
"ReportedDate": "2026-09-17T16:32:54.6616452+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4",
"ReportedByName": "sample string 6",
"AssignedToID": "b0ce765e-5ca6-46bb-a0f9-1e31223a497e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"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": "55144b21-4e8c-40c1-b5d7-c680d89e6329",
"ServiceTypeID": "b0b03bf1-f696-4cfc-bcd9-7ccb90142550",
"WorkOrderOn": "2026-09-17T16:32:54.6616452+04:00",
"WorkOrderID": "71127dd6-ecad-45a5-afd5-80a5a7094f55",
"InspectionOn": "2026-09-17T16:32:54.6616452+04:00",
"InspectionItemID": "a44410d3-2a31-4a15-96f2-579653fd2300"
},
"PrevVehicleID": "8869c5c8-8726-4129-823b-4e3d24adda04",
"CloseBy": "5c1ded52-369c-483a-ace9-986e59eb3f18",
"CloseOn": "2026-09-17T16:32:54.6616452+04:00",
"CriticalLevel": 0,
"Id": "6d8f545b-9d60-4ab1-b205-f49c08ef8cec",
"UserName": "sample string 17",
"UserID": "046bcd80-d4b9-4c99-bca8-a9f4514e7a8c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "627b007d-1128-4b76-b5ec-21691651328f",
"ClientName": "sample string 22",
"PartnerID": "76f1bd7f-d93e-4017-83ae-39f163281bb0",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"IssueID": "c259eb46-7984-4618-b737-d9bd56caaea2",
"ReportedDate": "2026-09-17T16:32:54.6616452+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4",
"ReportedByName": "sample string 6",
"AssignedToID": "b0ce765e-5ca6-46bb-a0f9-1e31223a497e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"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": "55144b21-4e8c-40c1-b5d7-c680d89e6329",
"ServiceTypeID": "b0b03bf1-f696-4cfc-bcd9-7ccb90142550",
"WorkOrderOn": "2026-09-17T16:32:54.6616452+04:00",
"WorkOrderID": "71127dd6-ecad-45a5-afd5-80a5a7094f55",
"InspectionOn": "2026-09-17T16:32:54.6616452+04:00",
"InspectionItemID": "a44410d3-2a31-4a15-96f2-579653fd2300"
},
"PrevVehicleID": "8869c5c8-8726-4129-823b-4e3d24adda04",
"CloseBy": "5c1ded52-369c-483a-ace9-986e59eb3f18",
"CloseOn": "2026-09-17T16:32:54.6616452+04:00",
"CriticalLevel": 0,
"Id": "6d8f545b-9d60-4ab1-b205-f49c08ef8cec",
"UserName": "sample string 17",
"UserID": "046bcd80-d4b9-4c99-bca8-a9f4514e7a8c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "627b007d-1128-4b76-b5ec-21691651328f",
"ClientName": "sample string 22",
"PartnerID": "76f1bd7f-d93e-4017-83ae-39f163281bb0",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"73b46067-0c1e-4b74-83b5-01b700ddca73",
"2fbb6408-e001-433c-ac28-cdaf69fbe230"
],
"Id": "5eea1229-a2ce-47f9-be56-13d7502dde38",
"UserName": "sample string 15",
"UserID": "7f1a7eab-998e-4c79-8643-57e19ef73a36",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "6af8258c-cc02-456c-be37-07db6a2bc81b",
"ClientName": "sample string 20",
"PartnerID": "c8e7d87f-25c4-4c1e-8340-ffcbd886f36a",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "6aa5e7d0-921c-4a03-8d48-fdae72a5415c",
"ServiceType": {
"ServiceTypeId": "f6be55e4-5b5a-4dfd-ac2d-43e6c27a75e4",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "aaee1827-6c05-4795-a47b-fca850505d8c",
"UserName": "sample string 8",
"UserID": "bbefa873-e59c-45ce-922a-b6e09c0ec4f3",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "c9286a40-9282-442f-baea-7cd7f89effd0",
"ClientName": "sample string 13",
"PartnerID": "16eede08-d1ba-40b5-8cc5-e2eba8fdde7d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"Vehicles": [
{
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
{
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
}
],
"VehicleGroupIds": [
"6303d24d-38b1-4aee-b6ce-5b11e999c5c0",
"fdc4b00d-5f91-4148-8ff1-73f1a01bfc92"
],
"ServiceDoneOn": "2026-09-17T16:32:54.6616452+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": "7a6daa6d-475d-4a48-81f4-bb138189934a",
"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-09-17T16:32:54.6616452+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"IssueID": "c259eb46-7984-4618-b737-d9bd56caaea2",
"ReportedDate": "2026-09-17T16:32:54.6616452+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4",
"ReportedByName": "sample string 6",
"AssignedToID": "b0ce765e-5ca6-46bb-a0f9-1e31223a497e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"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": "55144b21-4e8c-40c1-b5d7-c680d89e6329",
"ServiceTypeID": "b0b03bf1-f696-4cfc-bcd9-7ccb90142550",
"WorkOrderOn": "2026-09-17T16:32:54.6616452+04:00",
"WorkOrderID": "71127dd6-ecad-45a5-afd5-80a5a7094f55",
"InspectionOn": "2026-09-17T16:32:54.6616452+04:00",
"InspectionItemID": "a44410d3-2a31-4a15-96f2-579653fd2300"
},
"PrevVehicleID": "8869c5c8-8726-4129-823b-4e3d24adda04",
"CloseBy": "5c1ded52-369c-483a-ace9-986e59eb3f18",
"CloseOn": "2026-09-17T16:32:54.6616452+04:00",
"CriticalLevel": 0,
"Id": "6d8f545b-9d60-4ab1-b205-f49c08ef8cec",
"UserName": "sample string 17",
"UserID": "046bcd80-d4b9-4c99-bca8-a9f4514e7a8c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "627b007d-1128-4b76-b5ec-21691651328f",
"ClientName": "sample string 22",
"PartnerID": "76f1bd7f-d93e-4017-83ae-39f163281bb0",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "8d54d1a1-b57c-4585-97a2-2f2949329162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "88b88bd8-f01e-4aec-b491-e4880d67997c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf",
"PartnerID": "64d82d53-9911-4f28-8585-871b1dc10a3a"
},
"IssueID": "c259eb46-7984-4618-b737-d9bd56caaea2",
"ReportedDate": "2026-09-17T16:32:54.6616452+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4",
"ReportedByName": "sample string 6",
"AssignedToID": "b0ce765e-5ca6-46bb-a0f9-1e31223a497e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T16:32:54.6616452+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "77681d51-7b67-4568-8333-f18bf7f47577",
"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": "55144b21-4e8c-40c1-b5d7-c680d89e6329",
"ServiceTypeID": "b0b03bf1-f696-4cfc-bcd9-7ccb90142550",
"WorkOrderOn": "2026-09-17T16:32:54.6616452+04:00",
"WorkOrderID": "71127dd6-ecad-45a5-afd5-80a5a7094f55",
"InspectionOn": "2026-09-17T16:32:54.6616452+04:00",
"InspectionItemID": "a44410d3-2a31-4a15-96f2-579653fd2300"
},
"PrevVehicleID": "8869c5c8-8726-4129-823b-4e3d24adda04",
"CloseBy": "5c1ded52-369c-483a-ace9-986e59eb3f18",
"CloseOn": "2026-09-17T16:32:54.6616452+04:00",
"CriticalLevel": 0,
"Id": "6d8f545b-9d60-4ab1-b205-f49c08ef8cec",
"UserName": "sample string 17",
"UserID": "046bcd80-d4b9-4c99-bca8-a9f4514e7a8c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "627b007d-1128-4b76-b5ec-21691651328f",
"ClientName": "sample string 22",
"PartnerID": "76f1bd7f-d93e-4017-83ae-39f163281bb0",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"73b46067-0c1e-4b74-83b5-01b700ddca73",
"2fbb6408-e001-433c-ac28-cdaf69fbe230"
],
"Id": "5eea1229-a2ce-47f9-be56-13d7502dde38",
"UserName": "sample string 15",
"UserID": "7f1a7eab-998e-4c79-8643-57e19ef73a36",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-17T16:32:54.6616452+04:00",
"ClientID": "6af8258c-cc02-456c-be37-07db6a2bc81b",
"ClientName": "sample string 20",
"PartnerID": "c8e7d87f-25c4-4c1e-8340-ffcbd886f36a",
"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>6af8258c-cc02-456c-be37-07db6a2bc81b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>5eea1229-a2ce-47f9-be56-13d7502dde38</Id>
<PartnerID>c8e7d87f-25c4-4c1e-8340-ffcbd886f36a</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>7f1a7eab-998e-4c79-8643-57e19ef73a36</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-17T16:32:54.6616452+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>627b007d-1128-4b76-b5ec-21691651328f</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>6d8f545b-9d60-4ab1-b205-f49c08ef8cec</Id>
<PartnerID>76f1bd7f-d93e-4017-83ae-39f163281bb0</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>046bcd80-d4b9-4c99-bca8-a9f4514e7a8c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b0ce765e-5ca6-46bb-a0f9-1e31223a497e</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5c1ded52-369c-483a-ace9-986e59eb3f18</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-17T16:32:54.6616452+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-17T16:32:54.6616452+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c259eb46-7984-4618-b737-d9bd56caaea2</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>8869c5c8-8726-4129-823b-4e3d24adda04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-17T16:32:54.6616452+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>a44410d3-2a31-4a15-96f2-579653fd2300</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-17T16:32:54.6616452+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>55144b21-4e8c-40c1-b5d7-c680d89e6329</d3p1:ServiceID>
<d3p1:ServiceTypeID>b0b03bf1-f696-4cfc-bcd9-7ccb90142550</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>71127dd6-ecad-45a5-afd5-80a5a7094f55</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-17T16:32:54.6616452+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>627b007d-1128-4b76-b5ec-21691651328f</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>6d8f545b-9d60-4ab1-b205-f49c08ef8cec</Id>
<PartnerID>76f1bd7f-d93e-4017-83ae-39f163281bb0</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>046bcd80-d4b9-4c99-bca8-a9f4514e7a8c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b0ce765e-5ca6-46bb-a0f9-1e31223a497e</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5c1ded52-369c-483a-ace9-986e59eb3f18</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-17T16:32:54.6616452+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-17T16:32:54.6616452+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c259eb46-7984-4618-b737-d9bd56caaea2</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>8869c5c8-8726-4129-823b-4e3d24adda04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-17T16:32:54.6616452+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>a44410d3-2a31-4a15-96f2-579653fd2300</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-17T16:32:54.6616452+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>55144b21-4e8c-40c1-b5d7-c680d89e6329</d3p1:ServiceID>
<d3p1:ServiceTypeID>b0b03bf1-f696-4cfc-bcd9-7ccb90142550</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>71127dd6-ecad-45a5-afd5-80a5a7094f55</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-17T16:32:54.6616452+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>73b46067-0c1e-4b74-83b5-01b700ddca73</d3p1:guid>
<d3p1:guid>2fbb6408-e001-433c-ac28-cdaf69fbe230</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-17T16:32:54.6616452+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-17T16:32:54.6616452+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>c9286a40-9282-442f-baea-7cd7f89effd0</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>aaee1827-6c05-4795-a47b-fca850505d8c</Id>
<PartnerID>16eede08-d1ba-40b5-8cc5-e2eba8fdde7d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>bbefa873-e59c-45ce-922a-b6e09c0ec4f3</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>f6be55e4-5b5a-4dfd-ac2d-43e6c27a75e4</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>7a6daa6d-475d-4a48-81f4-bb138189934a</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>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6303d24d-38b1-4aee-b6ce-5b11e999c5c0</d3p1:guid>
<d3p1:guid>fdc4b00d-5f91-4148-8ff1-73f1a01bfc92</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6aa5e7d0-921c-4a03-8d48-fdae72a5415c</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>6af8258c-cc02-456c-be37-07db6a2bc81b</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>5eea1229-a2ce-47f9-be56-13d7502dde38</Id>
<PartnerID>c8e7d87f-25c4-4c1e-8340-ffcbd886f36a</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>7f1a7eab-998e-4c79-8643-57e19ef73a36</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-17T16:32:54.6616452+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>627b007d-1128-4b76-b5ec-21691651328f</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>6d8f545b-9d60-4ab1-b205-f49c08ef8cec</Id>
<PartnerID>76f1bd7f-d93e-4017-83ae-39f163281bb0</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>046bcd80-d4b9-4c99-bca8-a9f4514e7a8c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b0ce765e-5ca6-46bb-a0f9-1e31223a497e</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5c1ded52-369c-483a-ace9-986e59eb3f18</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-17T16:32:54.6616452+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-17T16:32:54.6616452+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c259eb46-7984-4618-b737-d9bd56caaea2</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>8869c5c8-8726-4129-823b-4e3d24adda04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-17T16:32:54.6616452+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>a44410d3-2a31-4a15-96f2-579653fd2300</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-17T16:32:54.6616452+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>55144b21-4e8c-40c1-b5d7-c680d89e6329</d3p1:ServiceID>
<d3p1:ServiceTypeID>b0b03bf1-f696-4cfc-bcd9-7ccb90142550</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>71127dd6-ecad-45a5-afd5-80a5a7094f55</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-17T16:32:54.6616452+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>627b007d-1128-4b76-b5ec-21691651328f</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>6d8f545b-9d60-4ab1-b205-f49c08ef8cec</Id>
<PartnerID>76f1bd7f-d93e-4017-83ae-39f163281bb0</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>046bcd80-d4b9-4c99-bca8-a9f4514e7a8c</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>b0ce765e-5ca6-46bb-a0f9-1e31223a497e</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>77681d51-7b67-4568-8333-f18bf7f47577</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>5c1ded52-369c-483a-ace9-986e59eb3f18</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-17T16:32:54.6616452+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-17T16:32:54.6616452+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>c259eb46-7984-4618-b737-d9bd56caaea2</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>8869c5c8-8726-4129-823b-4e3d24adda04</d3p1:PrevVehicleID>
<d3p1:ReportedByID>a31a05ec-d8c7-4b7f-9e2a-0c016aac3fd4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-17T16:32:54.6616452+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>a44410d3-2a31-4a15-96f2-579653fd2300</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-17T16:32:54.6616452+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>55144b21-4e8c-40c1-b5d7-c680d89e6329</d3p1:ServiceID>
<d3p1:ServiceTypeID>b0b03bf1-f696-4cfc-bcd9-7ccb90142550</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>71127dd6-ecad-45a5-afd5-80a5a7094f55</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-17T16:32:54.6616452+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>73b46067-0c1e-4b74-83b5-01b700ddca73</d3p1:guid>
<d3p1:guid>2fbb6408-e001-433c-ac28-cdaf69fbe230</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-17T16:32:54.6616452+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-17T16:32:54.6616452+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>c9286a40-9282-442f-baea-7cd7f89effd0</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-17T16:32:54.6616452+04:00</CreatedOn>
<Id>aaee1827-6c05-4795-a47b-fca850505d8c</Id>
<PartnerID>16eede08-d1ba-40b5-8cc5-e2eba8fdde7d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>bbefa873-e59c-45ce-922a-b6e09c0ec4f3</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>f6be55e4-5b5a-4dfd-ac2d-43e6c27a75e4</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>7a6daa6d-475d-4a48-81f4-bb138189934a</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>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6303d24d-38b1-4aee-b6ce-5b11e999c5c0</d3p1:guid>
<d3p1:guid>fdc4b00d-5f91-4148-8ff1-73f1a01bfc92</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6aa5e7d0-921c-4a03-8d48-fdae72a5415c</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>1bbcbd9d-1a8b-4d02-aa30-c6694f1317cf</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>88b88bd8-f01e-4aec-b491-e4880d67997c</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>64d82d53-9911-4f28-8585-871b1dc10a3a</PartnerID>
<VehicleID>8d54d1a1-b57c-4585-97a2-2f2949329162</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>