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": "ae8baf85-7114-42ce-ad41-e7e015a244ad",
"ServiceType": {
"ServiceTypeId": "668d6b7a-6390-4843-bd47-3dfaa86eb903",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "fe04eac8-775d-4bbb-aa11-a7c4b3ae3196",
"UserName": "sample string 8",
"UserID": "5d82b2c2-0fe8-407f-8584-d592f14db43d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "ba6c64f9-17bf-459a-ba31-546ced2cf407",
"ClientName": "sample string 13",
"PartnerID": "838c978e-fc28-4618-9ada-2e0703c1d88a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"Vehicles": [
{
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
{
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
}
],
"VehicleGroupIds": [
"263179ac-fef8-4577-bf64-852ec28cd8bf",
"7827a91f-724e-473a-a0e3-466f8a42f454"
],
"ServiceDoneOn": "2026-09-16T23:42:30.7088689+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": "ef264f10-84ad-4206-85bb-d145a180ce0a",
"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-16T23:42:30.7088689+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"IssueID": "ed66f85a-d86c-4d77-9b66-4e6e77647503",
"ReportedDate": "2026-09-16T23:42:30.7088689+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1",
"ReportedByName": "sample string 6",
"AssignedToID": "c94d23bc-5012-4c07-9763-c938deb4f369",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"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": "d7f6bcae-683b-4658-aecc-51508d27f8ca",
"ServiceTypeID": "1ab69051-3c96-4458-9a2a-b9412df46461",
"WorkOrderOn": "2026-09-16T23:42:30.7088689+04:00",
"WorkOrderID": "b13e1807-a983-43e3-8b18-0947934b3bfd",
"InspectionOn": "2026-09-16T23:42:30.7088689+04:00",
"InspectionItemID": "00f4f06f-c088-4ce6-8f1d-6f78e05c74ee"
},
"PrevVehicleID": "503cf855-d0a4-432a-ac5a-4689f1ff9b87",
"CloseBy": "d6d9149c-e4cf-421e-b8fb-4c39f9357d99",
"CloseOn": "2026-09-16T23:42:30.7088689+04:00",
"CriticalLevel": 0,
"Id": "4b26cc74-251b-405e-9f87-7fca0a60427a",
"UserName": "sample string 17",
"UserID": "5e8ce08b-d138-4909-b127-e8a1c5535e6b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "668e729b-0792-410a-af7c-838e6b1958bd",
"ClientName": "sample string 22",
"PartnerID": "ea156280-cbdc-4718-bd3c-313a3f1f7f68",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"IssueID": "ed66f85a-d86c-4d77-9b66-4e6e77647503",
"ReportedDate": "2026-09-16T23:42:30.7088689+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1",
"ReportedByName": "sample string 6",
"AssignedToID": "c94d23bc-5012-4c07-9763-c938deb4f369",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"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": "d7f6bcae-683b-4658-aecc-51508d27f8ca",
"ServiceTypeID": "1ab69051-3c96-4458-9a2a-b9412df46461",
"WorkOrderOn": "2026-09-16T23:42:30.7088689+04:00",
"WorkOrderID": "b13e1807-a983-43e3-8b18-0947934b3bfd",
"InspectionOn": "2026-09-16T23:42:30.7088689+04:00",
"InspectionItemID": "00f4f06f-c088-4ce6-8f1d-6f78e05c74ee"
},
"PrevVehicleID": "503cf855-d0a4-432a-ac5a-4689f1ff9b87",
"CloseBy": "d6d9149c-e4cf-421e-b8fb-4c39f9357d99",
"CloseOn": "2026-09-16T23:42:30.7088689+04:00",
"CriticalLevel": 0,
"Id": "4b26cc74-251b-405e-9f87-7fca0a60427a",
"UserName": "sample string 17",
"UserID": "5e8ce08b-d138-4909-b127-e8a1c5535e6b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "668e729b-0792-410a-af7c-838e6b1958bd",
"ClientName": "sample string 22",
"PartnerID": "ea156280-cbdc-4718-bd3c-313a3f1f7f68",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7aca05ad-f86b-4010-b200-ae0653aa86aa",
"4503f504-c3de-44ea-b660-fe00c69592d5"
],
"Id": "d110cab2-383d-43f9-91ec-240bab7c545c",
"UserName": "sample string 15",
"UserID": "01835615-aa0e-4200-80f9-376d6559a5bb",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "d8edab60-bd59-41c9-8a08-439bab960ff1",
"ClientName": "sample string 20",
"PartnerID": "596f82bd-6e89-45d8-91de-4d7b886a2137",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "ae8baf85-7114-42ce-ad41-e7e015a244ad",
"ServiceType": {
"ServiceTypeId": "668d6b7a-6390-4843-bd47-3dfaa86eb903",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "fe04eac8-775d-4bbb-aa11-a7c4b3ae3196",
"UserName": "sample string 8",
"UserID": "5d82b2c2-0fe8-407f-8584-d592f14db43d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "ba6c64f9-17bf-459a-ba31-546ced2cf407",
"ClientName": "sample string 13",
"PartnerID": "838c978e-fc28-4618-9ada-2e0703c1d88a",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"Vehicles": [
{
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
{
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
}
],
"VehicleGroupIds": [
"263179ac-fef8-4577-bf64-852ec28cd8bf",
"7827a91f-724e-473a-a0e3-466f8a42f454"
],
"ServiceDoneOn": "2026-09-16T23:42:30.7088689+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": "ef264f10-84ad-4206-85bb-d145a180ce0a",
"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-16T23:42:30.7088689+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"IssueID": "ed66f85a-d86c-4d77-9b66-4e6e77647503",
"ReportedDate": "2026-09-16T23:42:30.7088689+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1",
"ReportedByName": "sample string 6",
"AssignedToID": "c94d23bc-5012-4c07-9763-c938deb4f369",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"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": "d7f6bcae-683b-4658-aecc-51508d27f8ca",
"ServiceTypeID": "1ab69051-3c96-4458-9a2a-b9412df46461",
"WorkOrderOn": "2026-09-16T23:42:30.7088689+04:00",
"WorkOrderID": "b13e1807-a983-43e3-8b18-0947934b3bfd",
"InspectionOn": "2026-09-16T23:42:30.7088689+04:00",
"InspectionItemID": "00f4f06f-c088-4ce6-8f1d-6f78e05c74ee"
},
"PrevVehicleID": "503cf855-d0a4-432a-ac5a-4689f1ff9b87",
"CloseBy": "d6d9149c-e4cf-421e-b8fb-4c39f9357d99",
"CloseOn": "2026-09-16T23:42:30.7088689+04:00",
"CriticalLevel": 0,
"Id": "4b26cc74-251b-405e-9f87-7fca0a60427a",
"UserName": "sample string 17",
"UserID": "5e8ce08b-d138-4909-b127-e8a1c5535e6b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "668e729b-0792-410a-af7c-838e6b1958bd",
"ClientName": "sample string 22",
"PartnerID": "ea156280-cbdc-4718-bd3c-313a3f1f7f68",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "be0fb365-b59a-48a5-b446-0fc6844008ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f",
"PartnerID": "51519fc5-2cc0-415e-848d-da2c207dadf9"
},
"IssueID": "ed66f85a-d86c-4d77-9b66-4e6e77647503",
"ReportedDate": "2026-09-16T23:42:30.7088689+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1",
"ReportedByName": "sample string 6",
"AssignedToID": "c94d23bc-5012-4c07-9763-c938deb4f369",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-16T23:42:30.7088689+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "46f93e24-ea68-40a6-b4ea-3e4ef8734adf",
"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": "d7f6bcae-683b-4658-aecc-51508d27f8ca",
"ServiceTypeID": "1ab69051-3c96-4458-9a2a-b9412df46461",
"WorkOrderOn": "2026-09-16T23:42:30.7088689+04:00",
"WorkOrderID": "b13e1807-a983-43e3-8b18-0947934b3bfd",
"InspectionOn": "2026-09-16T23:42:30.7088689+04:00",
"InspectionItemID": "00f4f06f-c088-4ce6-8f1d-6f78e05c74ee"
},
"PrevVehicleID": "503cf855-d0a4-432a-ac5a-4689f1ff9b87",
"CloseBy": "d6d9149c-e4cf-421e-b8fb-4c39f9357d99",
"CloseOn": "2026-09-16T23:42:30.7088689+04:00",
"CriticalLevel": 0,
"Id": "4b26cc74-251b-405e-9f87-7fca0a60427a",
"UserName": "sample string 17",
"UserID": "5e8ce08b-d138-4909-b127-e8a1c5535e6b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "668e729b-0792-410a-af7c-838e6b1958bd",
"ClientName": "sample string 22",
"PartnerID": "ea156280-cbdc-4718-bd3c-313a3f1f7f68",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"7aca05ad-f86b-4010-b200-ae0653aa86aa",
"4503f504-c3de-44ea-b660-fe00c69592d5"
],
"Id": "d110cab2-383d-43f9-91ec-240bab7c545c",
"UserName": "sample string 15",
"UserID": "01835615-aa0e-4200-80f9-376d6559a5bb",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-09-16T23:42:30.7088689+04:00",
"ClientID": "d8edab60-bd59-41c9-8a08-439bab960ff1",
"ClientName": "sample string 20",
"PartnerID": "596f82bd-6e89-45d8-91de-4d7b886a2137",
"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>d8edab60-bd59-41c9-8a08-439bab960ff1</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>d110cab2-383d-43f9-91ec-240bab7c545c</Id>
<PartnerID>596f82bd-6e89-45d8-91de-4d7b886a2137</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>01835615-aa0e-4200-80f9-376d6559a5bb</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-16T23:42:30.7088689+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>668e729b-0792-410a-af7c-838e6b1958bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>4b26cc74-251b-405e-9f87-7fca0a60427a</Id>
<PartnerID>ea156280-cbdc-4718-bd3c-313a3f1f7f68</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5e8ce08b-d138-4909-b127-e8a1c5535e6b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>c94d23bc-5012-4c07-9763-c938deb4f369</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>d6d9149c-e4cf-421e-b8fb-4c39f9357d99</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-16T23:42:30.7088689+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-16T23:42:30.7088689+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ed66f85a-d86c-4d77-9b66-4e6e77647503</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>503cf855-d0a4-432a-ac5a-4689f1ff9b87</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-16T23:42:30.7088689+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00f4f06f-c088-4ce6-8f1d-6f78e05c74ee</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-16T23:42:30.7088689+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>d7f6bcae-683b-4658-aecc-51508d27f8ca</d3p1:ServiceID>
<d3p1:ServiceTypeID>1ab69051-3c96-4458-9a2a-b9412df46461</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b13e1807-a983-43e3-8b18-0947934b3bfd</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-16T23:42:30.7088689+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>668e729b-0792-410a-af7c-838e6b1958bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>4b26cc74-251b-405e-9f87-7fca0a60427a</Id>
<PartnerID>ea156280-cbdc-4718-bd3c-313a3f1f7f68</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5e8ce08b-d138-4909-b127-e8a1c5535e6b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>c94d23bc-5012-4c07-9763-c938deb4f369</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>d6d9149c-e4cf-421e-b8fb-4c39f9357d99</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-16T23:42:30.7088689+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-16T23:42:30.7088689+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ed66f85a-d86c-4d77-9b66-4e6e77647503</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>503cf855-d0a4-432a-ac5a-4689f1ff9b87</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-16T23:42:30.7088689+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00f4f06f-c088-4ce6-8f1d-6f78e05c74ee</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-16T23:42:30.7088689+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>d7f6bcae-683b-4658-aecc-51508d27f8ca</d3p1:ServiceID>
<d3p1:ServiceTypeID>1ab69051-3c96-4458-9a2a-b9412df46461</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b13e1807-a983-43e3-8b18-0947934b3bfd</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-16T23:42:30.7088689+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7aca05ad-f86b-4010-b200-ae0653aa86aa</d3p1:guid>
<d3p1:guid>4503f504-c3de-44ea-b660-fe00c69592d5</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-16T23:42:30.7088689+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-16T23:42:30.7088689+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ba6c64f9-17bf-459a-ba31-546ced2cf407</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>fe04eac8-775d-4bbb-aa11-a7c4b3ae3196</Id>
<PartnerID>838c978e-fc28-4618-9ada-2e0703c1d88a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>5d82b2c2-0fe8-407f-8584-d592f14db43d</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>668d6b7a-6390-4843-bd47-3dfaa86eb903</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>ef264f10-84ad-4206-85bb-d145a180ce0a</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>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>263179ac-fef8-4577-bf64-852ec28cd8bf</d3p1:guid>
<d3p1:guid>7827a91f-724e-473a-a0e3-466f8a42f454</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>ae8baf85-7114-42ce-ad41-e7e015a244ad</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>d8edab60-bd59-41c9-8a08-439bab960ff1</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>d110cab2-383d-43f9-91ec-240bab7c545c</Id>
<PartnerID>596f82bd-6e89-45d8-91de-4d7b886a2137</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>01835615-aa0e-4200-80f9-376d6559a5bb</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-09-16T23:42:30.7088689+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>668e729b-0792-410a-af7c-838e6b1958bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>4b26cc74-251b-405e-9f87-7fca0a60427a</Id>
<PartnerID>ea156280-cbdc-4718-bd3c-313a3f1f7f68</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5e8ce08b-d138-4909-b127-e8a1c5535e6b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>c94d23bc-5012-4c07-9763-c938deb4f369</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>d6d9149c-e4cf-421e-b8fb-4c39f9357d99</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-16T23:42:30.7088689+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-16T23:42:30.7088689+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ed66f85a-d86c-4d77-9b66-4e6e77647503</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>503cf855-d0a4-432a-ac5a-4689f1ff9b87</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-16T23:42:30.7088689+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00f4f06f-c088-4ce6-8f1d-6f78e05c74ee</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-16T23:42:30.7088689+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>d7f6bcae-683b-4658-aecc-51508d27f8ca</d3p1:ServiceID>
<d3p1:ServiceTypeID>1ab69051-3c96-4458-9a2a-b9412df46461</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b13e1807-a983-43e3-8b18-0947934b3bfd</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-16T23:42:30.7088689+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>668e729b-0792-410a-af7c-838e6b1958bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>4b26cc74-251b-405e-9f87-7fca0a60427a</Id>
<PartnerID>ea156280-cbdc-4718-bd3c-313a3f1f7f68</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5e8ce08b-d138-4909-b127-e8a1c5535e6b</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>c94d23bc-5012-4c07-9763-c938deb4f369</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>46f93e24-ea68-40a6-b4ea-3e4ef8734adf</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>d6d9149c-e4cf-421e-b8fb-4c39f9357d99</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-09-16T23:42:30.7088689+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-09-16T23:42:30.7088689+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ed66f85a-d86c-4d77-9b66-4e6e77647503</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>503cf855-d0a4-432a-ac5a-4689f1ff9b87</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eaa74f85-cbeb-4d6e-bc10-f2bbb9a718a1</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-09-16T23:42:30.7088689+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>00f4f06f-c088-4ce6-8f1d-6f78e05c74ee</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-09-16T23:42:30.7088689+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>d7f6bcae-683b-4658-aecc-51508d27f8ca</d3p1:ServiceID>
<d3p1:ServiceTypeID>1ab69051-3c96-4458-9a2a-b9412df46461</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>b13e1807-a983-43e3-8b18-0947934b3bfd</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-09-16T23:42:30.7088689+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7aca05ad-f86b-4010-b200-ae0653aa86aa</d3p1:guid>
<d3p1:guid>4503f504-c3de-44ea-b660-fe00c69592d5</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-09-16T23:42:30.7088689+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-09-16T23:42:30.7088689+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>ba6c64f9-17bf-459a-ba31-546ced2cf407</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-16T23:42:30.7088689+04:00</CreatedOn>
<Id>fe04eac8-775d-4bbb-aa11-a7c4b3ae3196</Id>
<PartnerID>838c978e-fc28-4618-9ada-2e0703c1d88a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>5d82b2c2-0fe8-407f-8584-d592f14db43d</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>668d6b7a-6390-4843-bd47-3dfaa86eb903</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>ef264f10-84ad-4206-85bb-d145a180ce0a</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>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>263179ac-fef8-4577-bf64-852ec28cd8bf</d3p1:guid>
<d3p1:guid>7827a91f-724e-473a-a0e3-466f8a42f454</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>ae8baf85-7114-42ce-ad41-e7e015a244ad</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>a6e6d312-50da-4ea7-b2bd-3c0b79e64a6f</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>f4ecb71a-a456-4d0a-9559-9ca5d8a8e3fa</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>51519fc5-2cc0-415e-848d-da2c207dadf9</PartnerID>
<VehicleID>be0fb365-b59a-48a5-b446-0fc6844008ab</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>