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": "4144b0d7-3503-4761-8576-e4b478ccb0d3",
"ServiceType": {
"ServiceTypeId": "2b79858e-ba84-4211-bf46-9cde4c45ba17",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "db6d3272-a2cb-41a3-a43b-38cf88e5c97c",
"UserName": "sample string 8",
"UserID": "fa0dfbda-2b93-4705-910b-4af05df4bd3d",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "f674cacd-14bf-41e3-a048-71888d97b2c6",
"ClientName": "sample string 13",
"PartnerID": "313e9f6b-0dd6-45f1-b19c-f8287380990d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"Vehicles": [
{
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
{
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
}
],
"VehicleGroupIds": [
"b4cb33c8-6b14-4de6-bc2c-cbc35bd0b35f",
"67232e52-fe63-4d73-95ce-c368bf428fcc"
],
"ServiceDoneOn": "2025-12-15T10:22:59.0635338+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": "68bcf572-6ce8-4074-84a3-3f2afb2ee635",
"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": "2025-12-15T10:22:59.0635338+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"IssueID": "ffaf4212-2575-4683-8354-f5c80bc5d608",
"ReportedDate": "2025-12-15T10:22:59.0635338+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b2a321f0-3506-4ff2-8e23-9f7831e51eb2",
"ReportedByName": "sample string 6",
"AssignedToID": "d4ee435d-d4bd-42df-b581-eedecfb2648f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"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": "428125bd-498d-4782-a9bb-3a5a4bb63634",
"ServiceTypeID": "ed9a0e46-c7fa-45ab-8996-9c454c99c369",
"WorkOrderOn": "2025-12-15T10:22:59.0635338+04:00",
"WorkOrderID": "56b4a6fc-e6ef-4c40-8a26-ac58a40daf23",
"InspectionOn": "2025-12-15T10:22:59.0635338+04:00",
"InspectionItemID": "ba955aff-0716-451d-8276-d8650b201183"
},
"PrevVehicleID": "f39afb6c-877f-4016-bd00-846f95fdbe4f",
"CloseBy": "8572a3a6-b444-4f38-ad0b-d7019db1898e",
"CloseOn": "2025-12-15T10:22:59.0635338+04:00",
"CriticalLevel": 0,
"Id": "541f52fc-db70-4dff-95ce-85ee71b68b49",
"UserName": "sample string 17",
"UserID": "5d23e11e-db0c-4772-9ddf-5d22f8cd2f22",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "8dea49ec-622c-4639-877b-6e967bcf05bd",
"ClientName": "sample string 22",
"PartnerID": "092eb9fe-9cfb-40e6-93de-a8c6730c8a14",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"IssueID": "ffaf4212-2575-4683-8354-f5c80bc5d608",
"ReportedDate": "2025-12-15T10:22:59.0635338+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b2a321f0-3506-4ff2-8e23-9f7831e51eb2",
"ReportedByName": "sample string 6",
"AssignedToID": "d4ee435d-d4bd-42df-b581-eedecfb2648f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"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": "428125bd-498d-4782-a9bb-3a5a4bb63634",
"ServiceTypeID": "ed9a0e46-c7fa-45ab-8996-9c454c99c369",
"WorkOrderOn": "2025-12-15T10:22:59.0635338+04:00",
"WorkOrderID": "56b4a6fc-e6ef-4c40-8a26-ac58a40daf23",
"InspectionOn": "2025-12-15T10:22:59.0635338+04:00",
"InspectionItemID": "ba955aff-0716-451d-8276-d8650b201183"
},
"PrevVehicleID": "f39afb6c-877f-4016-bd00-846f95fdbe4f",
"CloseBy": "8572a3a6-b444-4f38-ad0b-d7019db1898e",
"CloseOn": "2025-12-15T10:22:59.0635338+04:00",
"CriticalLevel": 0,
"Id": "541f52fc-db70-4dff-95ce-85ee71b68b49",
"UserName": "sample string 17",
"UserID": "5d23e11e-db0c-4772-9ddf-5d22f8cd2f22",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "8dea49ec-622c-4639-877b-6e967bcf05bd",
"ClientName": "sample string 22",
"PartnerID": "092eb9fe-9cfb-40e6-93de-a8c6730c8a14",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"92fc8ad7-49b8-4614-8210-eda0d3cc99c5",
"5bae3ef5-a7dc-4429-a42f-1aa92bd227e1"
],
"Id": "376cee69-ceb6-40bf-b858-c3dc2316ac79",
"UserName": "sample string 15",
"UserID": "e24a87c6-b54b-42b1-b6de-4cadab9b497d",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "589225b7-8035-4857-bdd9-fb92976fe368",
"ClientName": "sample string 20",
"PartnerID": "d6a62d5c-398b-4bbc-a290-e4dc22300220",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "4144b0d7-3503-4761-8576-e4b478ccb0d3",
"ServiceType": {
"ServiceTypeId": "2b79858e-ba84-4211-bf46-9cde4c45ba17",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "db6d3272-a2cb-41a3-a43b-38cf88e5c97c",
"UserName": "sample string 8",
"UserID": "fa0dfbda-2b93-4705-910b-4af05df4bd3d",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "f674cacd-14bf-41e3-a048-71888d97b2c6",
"ClientName": "sample string 13",
"PartnerID": "313e9f6b-0dd6-45f1-b19c-f8287380990d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"Vehicles": [
{
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
{
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
}
],
"VehicleGroupIds": [
"b4cb33c8-6b14-4de6-bc2c-cbc35bd0b35f",
"67232e52-fe63-4d73-95ce-c368bf428fcc"
],
"ServiceDoneOn": "2025-12-15T10:22:59.0635338+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": "68bcf572-6ce8-4074-84a3-3f2afb2ee635",
"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": "2025-12-15T10:22:59.0635338+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"IssueID": "ffaf4212-2575-4683-8354-f5c80bc5d608",
"ReportedDate": "2025-12-15T10:22:59.0635338+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b2a321f0-3506-4ff2-8e23-9f7831e51eb2",
"ReportedByName": "sample string 6",
"AssignedToID": "d4ee435d-d4bd-42df-b581-eedecfb2648f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"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": "428125bd-498d-4782-a9bb-3a5a4bb63634",
"ServiceTypeID": "ed9a0e46-c7fa-45ab-8996-9c454c99c369",
"WorkOrderOn": "2025-12-15T10:22:59.0635338+04:00",
"WorkOrderID": "56b4a6fc-e6ef-4c40-8a26-ac58a40daf23",
"InspectionOn": "2025-12-15T10:22:59.0635338+04:00",
"InspectionItemID": "ba955aff-0716-451d-8276-d8650b201183"
},
"PrevVehicleID": "f39afb6c-877f-4016-bd00-846f95fdbe4f",
"CloseBy": "8572a3a6-b444-4f38-ad0b-d7019db1898e",
"CloseOn": "2025-12-15T10:22:59.0635338+04:00",
"CriticalLevel": 0,
"Id": "541f52fc-db70-4dff-95ce-85ee71b68b49",
"UserName": "sample string 17",
"UserID": "5d23e11e-db0c-4772-9ddf-5d22f8cd2f22",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "8dea49ec-622c-4639-877b-6e967bcf05bd",
"ClientName": "sample string 22",
"PartnerID": "092eb9fe-9cfb-40e6-93de-a8c6730c8a14",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "cee77ec7-24ee-4605-ac12-876a9f12000a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2cad4f2d-12b3-4a4d-b4de-508baed0836a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ffeac50b-7352-47ae-98b2-0a358ee18486",
"PartnerID": "5c4296e6-488e-4b5a-8d78-c87abded701c"
},
"IssueID": "ffaf4212-2575-4683-8354-f5c80bc5d608",
"ReportedDate": "2025-12-15T10:22:59.0635338+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b2a321f0-3506-4ff2-8e23-9f7831e51eb2",
"ReportedByName": "sample string 6",
"AssignedToID": "d4ee435d-d4bd-42df-b581-eedecfb2648f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:22:59.0635338+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "75050c80-0d58-4910-b9d1-df4b633837ec",
"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": "428125bd-498d-4782-a9bb-3a5a4bb63634",
"ServiceTypeID": "ed9a0e46-c7fa-45ab-8996-9c454c99c369",
"WorkOrderOn": "2025-12-15T10:22:59.0635338+04:00",
"WorkOrderID": "56b4a6fc-e6ef-4c40-8a26-ac58a40daf23",
"InspectionOn": "2025-12-15T10:22:59.0635338+04:00",
"InspectionItemID": "ba955aff-0716-451d-8276-d8650b201183"
},
"PrevVehicleID": "f39afb6c-877f-4016-bd00-846f95fdbe4f",
"CloseBy": "8572a3a6-b444-4f38-ad0b-d7019db1898e",
"CloseOn": "2025-12-15T10:22:59.0635338+04:00",
"CriticalLevel": 0,
"Id": "541f52fc-db70-4dff-95ce-85ee71b68b49",
"UserName": "sample string 17",
"UserID": "5d23e11e-db0c-4772-9ddf-5d22f8cd2f22",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "8dea49ec-622c-4639-877b-6e967bcf05bd",
"ClientName": "sample string 22",
"PartnerID": "092eb9fe-9cfb-40e6-93de-a8c6730c8a14",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"92fc8ad7-49b8-4614-8210-eda0d3cc99c5",
"5bae3ef5-a7dc-4429-a42f-1aa92bd227e1"
],
"Id": "376cee69-ceb6-40bf-b858-c3dc2316ac79",
"UserName": "sample string 15",
"UserID": "e24a87c6-b54b-42b1-b6de-4cadab9b497d",
"CreatedBy": "sample string 17",
"CreatedOn": "2025-12-15T10:22:59.0635338+04:00",
"ClientID": "589225b7-8035-4857-bdd9-fb92976fe368",
"ClientName": "sample string 20",
"PartnerID": "d6a62d5c-398b-4bbc-a290-e4dc22300220",
"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>589225b7-8035-4857-bdd9-fb92976fe368</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>376cee69-ceb6-40bf-b858-c3dc2316ac79</Id>
<PartnerID>d6a62d5c-398b-4bbc-a290-e4dc22300220</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e24a87c6-b54b-42b1-b6de-4cadab9b497d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:22:59.0635338+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>8dea49ec-622c-4639-877b-6e967bcf05bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>541f52fc-db70-4dff-95ce-85ee71b68b49</Id>
<PartnerID>092eb9fe-9cfb-40e6-93de-a8c6730c8a14</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d23e11e-db0c-4772-9ddf-5d22f8cd2f22</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d4ee435d-d4bd-42df-b581-eedecfb2648f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>8572a3a6-b444-4f38-ad0b-d7019db1898e</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:22:59.0635338+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:22:59.0635338+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ffaf4212-2575-4683-8354-f5c80bc5d608</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f39afb6c-877f-4016-bd00-846f95fdbe4f</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b2a321f0-3506-4ff2-8e23-9f7831e51eb2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:22:59.0635338+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ba955aff-0716-451d-8276-d8650b201183</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:22:59.0635338+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>428125bd-498d-4782-a9bb-3a5a4bb63634</d3p1:ServiceID>
<d3p1:ServiceTypeID>ed9a0e46-c7fa-45ab-8996-9c454c99c369</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>56b4a6fc-e6ef-4c40-8a26-ac58a40daf23</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:22:59.0635338+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>8dea49ec-622c-4639-877b-6e967bcf05bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>541f52fc-db70-4dff-95ce-85ee71b68b49</Id>
<PartnerID>092eb9fe-9cfb-40e6-93de-a8c6730c8a14</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d23e11e-db0c-4772-9ddf-5d22f8cd2f22</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d4ee435d-d4bd-42df-b581-eedecfb2648f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>8572a3a6-b444-4f38-ad0b-d7019db1898e</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:22:59.0635338+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:22:59.0635338+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ffaf4212-2575-4683-8354-f5c80bc5d608</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f39afb6c-877f-4016-bd00-846f95fdbe4f</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b2a321f0-3506-4ff2-8e23-9f7831e51eb2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:22:59.0635338+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ba955aff-0716-451d-8276-d8650b201183</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:22:59.0635338+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>428125bd-498d-4782-a9bb-3a5a4bb63634</d3p1:ServiceID>
<d3p1:ServiceTypeID>ed9a0e46-c7fa-45ab-8996-9c454c99c369</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>56b4a6fc-e6ef-4c40-8a26-ac58a40daf23</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:22:59.0635338+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>92fc8ad7-49b8-4614-8210-eda0d3cc99c5</d3p1:guid>
<d3p1:guid>5bae3ef5-a7dc-4429-a42f-1aa92bd227e1</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:22:59.0635338+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:22:59.0635338+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f674cacd-14bf-41e3-a048-71888d97b2c6</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>db6d3272-a2cb-41a3-a43b-38cf88e5c97c</Id>
<PartnerID>313e9f6b-0dd6-45f1-b19c-f8287380990d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fa0dfbda-2b93-4705-910b-4af05df4bd3d</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>2b79858e-ba84-4211-bf46-9cde4c45ba17</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>68bcf572-6ce8-4074-84a3-3f2afb2ee635</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>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b4cb33c8-6b14-4de6-bc2c-cbc35bd0b35f</d3p1:guid>
<d3p1:guid>67232e52-fe63-4d73-95ce-c368bf428fcc</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4144b0d7-3503-4761-8576-e4b478ccb0d3</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>589225b7-8035-4857-bdd9-fb92976fe368</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>376cee69-ceb6-40bf-b858-c3dc2316ac79</Id>
<PartnerID>d6a62d5c-398b-4bbc-a290-e4dc22300220</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e24a87c6-b54b-42b1-b6de-4cadab9b497d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2025-12-15T10:22:59.0635338+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>8dea49ec-622c-4639-877b-6e967bcf05bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>541f52fc-db70-4dff-95ce-85ee71b68b49</Id>
<PartnerID>092eb9fe-9cfb-40e6-93de-a8c6730c8a14</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d23e11e-db0c-4772-9ddf-5d22f8cd2f22</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d4ee435d-d4bd-42df-b581-eedecfb2648f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>8572a3a6-b444-4f38-ad0b-d7019db1898e</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:22:59.0635338+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:22:59.0635338+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ffaf4212-2575-4683-8354-f5c80bc5d608</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f39afb6c-877f-4016-bd00-846f95fdbe4f</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b2a321f0-3506-4ff2-8e23-9f7831e51eb2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:22:59.0635338+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ba955aff-0716-451d-8276-d8650b201183</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:22:59.0635338+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>428125bd-498d-4782-a9bb-3a5a4bb63634</d3p1:ServiceID>
<d3p1:ServiceTypeID>ed9a0e46-c7fa-45ab-8996-9c454c99c369</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>56b4a6fc-e6ef-4c40-8a26-ac58a40daf23</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:22:59.0635338+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>8dea49ec-622c-4639-877b-6e967bcf05bd</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>541f52fc-db70-4dff-95ce-85ee71b68b49</Id>
<PartnerID>092eb9fe-9cfb-40e6-93de-a8c6730c8a14</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5d23e11e-db0c-4772-9ddf-5d22f8cd2f22</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>d4ee435d-d4bd-42df-b581-eedecfb2648f</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>75050c80-0d58-4910-b9d1-df4b633837ec</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>8572a3a6-b444-4f38-ad0b-d7019db1898e</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2025-12-15T10:22:59.0635338+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2025-12-15T10:22:59.0635338+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>ffaf4212-2575-4683-8354-f5c80bc5d608</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>f39afb6c-877f-4016-bd00-846f95fdbe4f</d3p1:PrevVehicleID>
<d3p1:ReportedByID>b2a321f0-3506-4ff2-8e23-9f7831e51eb2</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2025-12-15T10:22:59.0635338+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>ba955aff-0716-451d-8276-d8650b201183</d3p1:InspectionItemID>
<d3p1:InspectionOn>2025-12-15T10:22:59.0635338+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>428125bd-498d-4782-a9bb-3a5a4bb63634</d3p1:ServiceID>
<d3p1:ServiceTypeID>ed9a0e46-c7fa-45ab-8996-9c454c99c369</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>56b4a6fc-e6ef-4c40-8a26-ac58a40daf23</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2025-12-15T10:22:59.0635338+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>92fc8ad7-49b8-4614-8210-eda0d3cc99c5</d3p1:guid>
<d3p1:guid>5bae3ef5-a7dc-4429-a42f-1aa92bd227e1</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2025-12-15T10:22:59.0635338+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2025-12-15T10:22:59.0635338+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f674cacd-14bf-41e3-a048-71888d97b2c6</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:22:59.0635338+04:00</CreatedOn>
<Id>db6d3272-a2cb-41a3-a43b-38cf88e5c97c</Id>
<PartnerID>313e9f6b-0dd6-45f1-b19c-f8287380990d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>fa0dfbda-2b93-4705-910b-4af05df4bd3d</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>2b79858e-ba84-4211-bf46-9cde4c45ba17</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>68bcf572-6ce8-4074-84a3-3f2afb2ee635</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>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b4cb33c8-6b14-4de6-bc2c-cbc35bd0b35f</d3p1:guid>
<d3p1:guid>67232e52-fe63-4d73-95ce-c368bf428fcc</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>4144b0d7-3503-4761-8576-e4b478ccb0d3</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>ffeac50b-7352-47ae-98b2-0a358ee18486</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>2cad4f2d-12b3-4a4d-b4de-508baed0836a</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>5c4296e6-488e-4b5a-8d78-c87abded701c</PartnerID>
<VehicleID>cee77ec7-24ee-4605-ac12-876a9f12000a</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>