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": "59144374-7339-4fb0-8db3-d06e5df903fc",
"ServiceType": {
"ServiceTypeId": "59965827-240c-47c3-b452-c6ca60f3c5ef",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "29a64d23-9c08-42e8-9f7d-35cba7311aec",
"UserName": "sample string 8",
"UserID": "672903c1-bda0-45fd-b747-ba738260ee1c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "f0f2443c-9b5d-4f2e-ab3e-391e11428b1c",
"ClientName": "sample string 13",
"PartnerID": "348e7f59-8d97-406c-8ff0-299ec24d7a76",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"Vehicles": [
{
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
{
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
}
],
"VehicleGroupIds": [
"64605453-f0b3-4428-959f-e2c064750f4b",
"801eaad7-d52c-4c2e-8eee-2bab53d85122"
],
"ServiceDoneOn": "2026-02-14T23:11:16.4717671+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": "de24d2ee-ef0f-4754-8bf5-a268ce3e3946",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-02-14T23:11:16.4717671+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"IssueID": "b9ff1ab5-56c0-465c-a114-b991ef14a90f",
"ReportedDate": "2026-02-14T23:11:16.4717671+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2",
"ReportedByName": "sample string 6",
"AssignedToID": "d3a44337-aea8-4262-93f4-06628c5e6800",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"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": "794495ed-3867-4961-814c-772b91e59f30",
"ServiceTypeID": "f53d7be1-6917-4828-9b38-896916aa6099",
"WorkOrderOn": "2026-02-14T23:11:16.4717671+04:00",
"WorkOrderID": "bd690968-5e6d-482a-9771-e77272f7db56",
"InspectionOn": "2026-02-14T23:11:16.4717671+04:00",
"InspectionItemID": "f1f9a1a1-1244-4271-bd0e-32d359eabc39"
},
"PrevVehicleID": "84ca6c05-9967-4581-ae0e-c7a568b84821",
"CloseBy": "c20091df-3fa2-405f-bc19-9a41c46531d7",
"CloseOn": "2026-02-14T23:11:16.4717671+04:00",
"CriticalLevel": 0,
"Id": "194cb5ce-aa26-4a44-b144-3c0319249532",
"UserName": "sample string 17",
"UserID": "2e620077-99fa-4272-987d-b8dc4a889d71",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "b930586e-586d-4163-92d4-2b38c1399402",
"ClientName": "sample string 22",
"PartnerID": "56e7c2e7-efdd-485d-b15e-ce3d04eab400",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"IssueID": "b9ff1ab5-56c0-465c-a114-b991ef14a90f",
"ReportedDate": "2026-02-14T23:11:16.4717671+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2",
"ReportedByName": "sample string 6",
"AssignedToID": "d3a44337-aea8-4262-93f4-06628c5e6800",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"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": "794495ed-3867-4961-814c-772b91e59f30",
"ServiceTypeID": "f53d7be1-6917-4828-9b38-896916aa6099",
"WorkOrderOn": "2026-02-14T23:11:16.4717671+04:00",
"WorkOrderID": "bd690968-5e6d-482a-9771-e77272f7db56",
"InspectionOn": "2026-02-14T23:11:16.4717671+04:00",
"InspectionItemID": "f1f9a1a1-1244-4271-bd0e-32d359eabc39"
},
"PrevVehicleID": "84ca6c05-9967-4581-ae0e-c7a568b84821",
"CloseBy": "c20091df-3fa2-405f-bc19-9a41c46531d7",
"CloseOn": "2026-02-14T23:11:16.4717671+04:00",
"CriticalLevel": 0,
"Id": "194cb5ce-aa26-4a44-b144-3c0319249532",
"UserName": "sample string 17",
"UserID": "2e620077-99fa-4272-987d-b8dc4a889d71",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "b930586e-586d-4163-92d4-2b38c1399402",
"ClientName": "sample string 22",
"PartnerID": "56e7c2e7-efdd-485d-b15e-ce3d04eab400",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d8cc2e82-3e38-44cc-a2b5-9a728d5d7191",
"fae564e0-0724-4b9d-ad77-315d68616cd8"
],
"Id": "14bd0e74-71b1-485d-9bb5-80b4ac59631d",
"UserName": "sample string 15",
"UserID": "e22f5c13-3865-42cf-874f-954a03dd0c92",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "7b8cb7fd-7e8d-4603-8759-d03543da8b11",
"ClientName": "sample string 20",
"PartnerID": "3be88da0-de56-4499-b8de-33e124705fdc",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "59144374-7339-4fb0-8db3-d06e5df903fc",
"ServiceType": {
"ServiceTypeId": "59965827-240c-47c3-b452-c6ca60f3c5ef",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "29a64d23-9c08-42e8-9f7d-35cba7311aec",
"UserName": "sample string 8",
"UserID": "672903c1-bda0-45fd-b747-ba738260ee1c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "f0f2443c-9b5d-4f2e-ab3e-391e11428b1c",
"ClientName": "sample string 13",
"PartnerID": "348e7f59-8d97-406c-8ff0-299ec24d7a76",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"Vehicles": [
{
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
{
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
}
],
"VehicleGroupIds": [
"64605453-f0b3-4428-959f-e2c064750f4b",
"801eaad7-d52c-4c2e-8eee-2bab53d85122"
],
"ServiceDoneOn": "2026-02-14T23:11:16.4717671+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": "de24d2ee-ef0f-4754-8bf5-a268ce3e3946",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-02-14T23:11:16.4717671+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"IssueID": "b9ff1ab5-56c0-465c-a114-b991ef14a90f",
"ReportedDate": "2026-02-14T23:11:16.4717671+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2",
"ReportedByName": "sample string 6",
"AssignedToID": "d3a44337-aea8-4262-93f4-06628c5e6800",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"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": "794495ed-3867-4961-814c-772b91e59f30",
"ServiceTypeID": "f53d7be1-6917-4828-9b38-896916aa6099",
"WorkOrderOn": "2026-02-14T23:11:16.4717671+04:00",
"WorkOrderID": "bd690968-5e6d-482a-9771-e77272f7db56",
"InspectionOn": "2026-02-14T23:11:16.4717671+04:00",
"InspectionItemID": "f1f9a1a1-1244-4271-bd0e-32d359eabc39"
},
"PrevVehicleID": "84ca6c05-9967-4581-ae0e-c7a568b84821",
"CloseBy": "c20091df-3fa2-405f-bc19-9a41c46531d7",
"CloseOn": "2026-02-14T23:11:16.4717671+04:00",
"CriticalLevel": 0,
"Id": "194cb5ce-aa26-4a44-b144-3c0319249532",
"UserName": "sample string 17",
"UserID": "2e620077-99fa-4272-987d-b8dc4a889d71",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "b930586e-586d-4163-92d4-2b38c1399402",
"ClientName": "sample string 22",
"PartnerID": "56e7c2e7-efdd-485d-b15e-ce3d04eab400",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "9392ead8-6867-42be-a055-9f539897f28e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cda02745-cbaf-4543-a30d-840b8e3183c5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "32f3daf4-514a-4a95-a90d-d4b39870f49b",
"PartnerID": "e8271ee3-86b5-46f0-aa83-c56588c7b342"
},
"IssueID": "b9ff1ab5-56c0-465c-a114-b991ef14a90f",
"ReportedDate": "2026-02-14T23:11:16.4717671+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2",
"ReportedByName": "sample string 6",
"AssignedToID": "d3a44337-aea8-4262-93f4-06628c5e6800",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:16.4717671+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e704930-1431-4cc0-80c7-c79e725d5c25",
"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": "794495ed-3867-4961-814c-772b91e59f30",
"ServiceTypeID": "f53d7be1-6917-4828-9b38-896916aa6099",
"WorkOrderOn": "2026-02-14T23:11:16.4717671+04:00",
"WorkOrderID": "bd690968-5e6d-482a-9771-e77272f7db56",
"InspectionOn": "2026-02-14T23:11:16.4717671+04:00",
"InspectionItemID": "f1f9a1a1-1244-4271-bd0e-32d359eabc39"
},
"PrevVehicleID": "84ca6c05-9967-4581-ae0e-c7a568b84821",
"CloseBy": "c20091df-3fa2-405f-bc19-9a41c46531d7",
"CloseOn": "2026-02-14T23:11:16.4717671+04:00",
"CriticalLevel": 0,
"Id": "194cb5ce-aa26-4a44-b144-3c0319249532",
"UserName": "sample string 17",
"UserID": "2e620077-99fa-4272-987d-b8dc4a889d71",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "b930586e-586d-4163-92d4-2b38c1399402",
"ClientName": "sample string 22",
"PartnerID": "56e7c2e7-efdd-485d-b15e-ce3d04eab400",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d8cc2e82-3e38-44cc-a2b5-9a728d5d7191",
"fae564e0-0724-4b9d-ad77-315d68616cd8"
],
"Id": "14bd0e74-71b1-485d-9bb5-80b4ac59631d",
"UserName": "sample string 15",
"UserID": "e22f5c13-3865-42cf-874f-954a03dd0c92",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-14T23:11:16.4717671+04:00",
"ClientID": "7b8cb7fd-7e8d-4603-8759-d03543da8b11",
"ClientName": "sample string 20",
"PartnerID": "3be88da0-de56-4499-b8de-33e124705fdc",
"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>7b8cb7fd-7e8d-4603-8759-d03543da8b11</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>14bd0e74-71b1-485d-9bb5-80b4ac59631d</Id>
<PartnerID>3be88da0-de56-4499-b8de-33e124705fdc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e22f5c13-3865-42cf-874f-954a03dd0c92</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-14T23:11:16.4717671+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>b930586e-586d-4163-92d4-2b38c1399402</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>194cb5ce-aa26-4a44-b144-3c0319249532</Id>
<PartnerID>56e7c2e7-efdd-485d-b15e-ce3d04eab400</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2e620077-99fa-4272-987d-b8dc4a889d71</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d3a44337-aea8-4262-93f4-06628c5e6800</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c20091df-3fa2-405f-bc19-9a41c46531d7</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-14T23:11:16.4717671+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-14T23:11:16.4717671+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9ff1ab5-56c0-465c-a114-b991ef14a90f</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>84ca6c05-9967-4581-ae0e-c7a568b84821</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-14T23:11:16.4717671+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f1f9a1a1-1244-4271-bd0e-32d359eabc39</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-14T23:11:16.4717671+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>794495ed-3867-4961-814c-772b91e59f30</d3p1:ServiceID>
<d3p1:ServiceTypeID>f53d7be1-6917-4828-9b38-896916aa6099</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>bd690968-5e6d-482a-9771-e77272f7db56</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-14T23:11:16.4717671+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>b930586e-586d-4163-92d4-2b38c1399402</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>194cb5ce-aa26-4a44-b144-3c0319249532</Id>
<PartnerID>56e7c2e7-efdd-485d-b15e-ce3d04eab400</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2e620077-99fa-4272-987d-b8dc4a889d71</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d3a44337-aea8-4262-93f4-06628c5e6800</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c20091df-3fa2-405f-bc19-9a41c46531d7</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-14T23:11:16.4717671+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-14T23:11:16.4717671+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9ff1ab5-56c0-465c-a114-b991ef14a90f</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>84ca6c05-9967-4581-ae0e-c7a568b84821</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-14T23:11:16.4717671+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f1f9a1a1-1244-4271-bd0e-32d359eabc39</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-14T23:11:16.4717671+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>794495ed-3867-4961-814c-772b91e59f30</d3p1:ServiceID>
<d3p1:ServiceTypeID>f53d7be1-6917-4828-9b38-896916aa6099</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>bd690968-5e6d-482a-9771-e77272f7db56</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-14T23:11:16.4717671+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d8cc2e82-3e38-44cc-a2b5-9a728d5d7191</d3p1:guid>
<d3p1:guid>fae564e0-0724-4b9d-ad77-315d68616cd8</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-14T23:11:16.4717671+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-14T23:11:16.4717671+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f0f2443c-9b5d-4f2e-ab3e-391e11428b1c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>29a64d23-9c08-42e8-9f7d-35cba7311aec</Id>
<PartnerID>348e7f59-8d97-406c-8ff0-299ec24d7a76</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>672903c1-bda0-45fd-b747-ba738260ee1c</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>59965827-240c-47c3-b452-c6ca60f3c5ef</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>de24d2ee-ef0f-4754-8bf5-a268ce3e3946</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>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>64605453-f0b3-4428-959f-e2c064750f4b</d3p1:guid>
<d3p1:guid>801eaad7-d52c-4c2e-8eee-2bab53d85122</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>59144374-7339-4fb0-8db3-d06e5df903fc</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>7b8cb7fd-7e8d-4603-8759-d03543da8b11</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>14bd0e74-71b1-485d-9bb5-80b4ac59631d</Id>
<PartnerID>3be88da0-de56-4499-b8de-33e124705fdc</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e22f5c13-3865-42cf-874f-954a03dd0c92</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-14T23:11:16.4717671+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>b930586e-586d-4163-92d4-2b38c1399402</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>194cb5ce-aa26-4a44-b144-3c0319249532</Id>
<PartnerID>56e7c2e7-efdd-485d-b15e-ce3d04eab400</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2e620077-99fa-4272-987d-b8dc4a889d71</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d3a44337-aea8-4262-93f4-06628c5e6800</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c20091df-3fa2-405f-bc19-9a41c46531d7</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-14T23:11:16.4717671+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-14T23:11:16.4717671+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9ff1ab5-56c0-465c-a114-b991ef14a90f</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>84ca6c05-9967-4581-ae0e-c7a568b84821</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-14T23:11:16.4717671+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f1f9a1a1-1244-4271-bd0e-32d359eabc39</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-14T23:11:16.4717671+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>794495ed-3867-4961-814c-772b91e59f30</d3p1:ServiceID>
<d3p1:ServiceTypeID>f53d7be1-6917-4828-9b38-896916aa6099</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>bd690968-5e6d-482a-9771-e77272f7db56</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-14T23:11:16.4717671+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>b930586e-586d-4163-92d4-2b38c1399402</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>194cb5ce-aa26-4a44-b144-3c0319249532</Id>
<PartnerID>56e7c2e7-efdd-485d-b15e-ce3d04eab400</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2e620077-99fa-4272-987d-b8dc4a889d71</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d3a44337-aea8-4262-93f4-06628c5e6800</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>9e704930-1431-4cc0-80c7-c79e725d5c25</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>c20091df-3fa2-405f-bc19-9a41c46531d7</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-14T23:11:16.4717671+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-14T23:11:16.4717671+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>b9ff1ab5-56c0-465c-a114-b991ef14a90f</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>84ca6c05-9967-4581-ae0e-c7a568b84821</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d756f39-cd74-41e9-8eca-f7b7fc0d8bf2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-14T23:11:16.4717671+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>f1f9a1a1-1244-4271-bd0e-32d359eabc39</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-14T23:11:16.4717671+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>794495ed-3867-4961-814c-772b91e59f30</d3p1:ServiceID>
<d3p1:ServiceTypeID>f53d7be1-6917-4828-9b38-896916aa6099</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>bd690968-5e6d-482a-9771-e77272f7db56</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-14T23:11:16.4717671+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d8cc2e82-3e38-44cc-a2b5-9a728d5d7191</d3p1:guid>
<d3p1:guid>fae564e0-0724-4b9d-ad77-315d68616cd8</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-14T23:11:16.4717671+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-14T23:11:16.4717671+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f0f2443c-9b5d-4f2e-ab3e-391e11428b1c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-14T23:11:16.4717671+04:00</CreatedOn>
<Id>29a64d23-9c08-42e8-9f7d-35cba7311aec</Id>
<PartnerID>348e7f59-8d97-406c-8ff0-299ec24d7a76</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>672903c1-bda0-45fd-b747-ba738260ee1c</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>59965827-240c-47c3-b452-c6ca60f3c5ef</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>de24d2ee-ef0f-4754-8bf5-a268ce3e3946</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>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>64605453-f0b3-4428-959f-e2c064750f4b</d3p1:guid>
<d3p1:guid>801eaad7-d52c-4c2e-8eee-2bab53d85122</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>59144374-7339-4fb0-8db3-d06e5df903fc</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>32f3daf4-514a-4a95-a90d-d4b39870f49b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>cda02745-cbaf-4543-a30d-840b8e3183c5</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>e8271ee3-86b5-46f0-aa83-c56588c7b342</PartnerID>
<VehicleID>9392ead8-6867-42be-a055-9f539897f28e</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>