GET Api/Service/GetServiceHistory?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": "d62ee479-618c-48bf-9916-8a2c6f039ca7",
"ServiceType": {
"ServiceTypeId": "316a3e56-5c6d-4b34-a61e-d284c945f2e3",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "1861ccb7-befc-4c6d-9139-c2ea02309568",
"UserName": "sample string 8",
"UserID": "142d4e0a-9864-4a11-80ea-bd20579c02d9",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f135bbee-c9f8-4079-831f-1bcbbd99e303",
"ClientName": "sample string 13",
"PartnerID": "24ae3881-6bf6-48b7-afcc-bebede77c383",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"Vehicles": [
{
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
{
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
}
],
"VehicleGroupIds": [
"67939293-77cd-4fd0-b819-62426267db61",
"f4c1ae4e-58b6-40cc-a68f-c8984d4600c6"
],
"ServiceDoneOn": "2026-03-25T01:27:56.2125883+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": "07071cc7-ae2d-4783-82d9-dc5a5887e4a1",
"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-03-25T01:27:56.2125883+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"IssueID": "4ead4aa7-9a57-4c52-9d0a-5b365371a0f1",
"ReportedDate": "2026-03-25T01:27:56.2125883+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db800e95-bc72-4653-9e22-e3b74d2131e3",
"ReportedByName": "sample string 6",
"AssignedToID": "df0f1c19-4260-4bca-9d77-09c713e623d8",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"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": "cbbfaa6d-bae7-415a-bc42-e5128dc65464",
"ServiceTypeID": "fb24cec6-5afd-4a8d-a9df-c5462adba33a",
"WorkOrderOn": "2026-03-25T01:27:56.2125883+04:00",
"WorkOrderID": "22450312-3c6d-4e35-ad66-1fe96b8d3e08",
"InspectionOn": "2026-03-25T01:27:56.2125883+04:00",
"InspectionItemID": "175d679c-fb13-4bc1-8b27-488bf9bb1e50"
},
"PrevVehicleID": "fae31cb6-8f90-49eb-bbd1-11a73932e651",
"CloseBy": "14df6e9f-c73f-4d34-a333-43ebd9ed7fd0",
"CloseOn": "2026-03-25T01:27:56.2125883+04:00",
"CriticalLevel": 0,
"Id": "e959ce02-7c21-4494-93cc-e11f0a9c22bb",
"UserName": "sample string 17",
"UserID": "0ceefd33-5277-487b-9791-f677e43f6dba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f964d864-9ad3-4442-99a1-a4882227f6d5",
"ClientName": "sample string 22",
"PartnerID": "748def33-4308-42bc-98d6-ec800a9a9203",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"IssueID": "4ead4aa7-9a57-4c52-9d0a-5b365371a0f1",
"ReportedDate": "2026-03-25T01:27:56.2125883+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db800e95-bc72-4653-9e22-e3b74d2131e3",
"ReportedByName": "sample string 6",
"AssignedToID": "df0f1c19-4260-4bca-9d77-09c713e623d8",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"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": "cbbfaa6d-bae7-415a-bc42-e5128dc65464",
"ServiceTypeID": "fb24cec6-5afd-4a8d-a9df-c5462adba33a",
"WorkOrderOn": "2026-03-25T01:27:56.2125883+04:00",
"WorkOrderID": "22450312-3c6d-4e35-ad66-1fe96b8d3e08",
"InspectionOn": "2026-03-25T01:27:56.2125883+04:00",
"InspectionItemID": "175d679c-fb13-4bc1-8b27-488bf9bb1e50"
},
"PrevVehicleID": "fae31cb6-8f90-49eb-bbd1-11a73932e651",
"CloseBy": "14df6e9f-c73f-4d34-a333-43ebd9ed7fd0",
"CloseOn": "2026-03-25T01:27:56.2125883+04:00",
"CriticalLevel": 0,
"Id": "e959ce02-7c21-4494-93cc-e11f0a9c22bb",
"UserName": "sample string 17",
"UserID": "0ceefd33-5277-487b-9791-f677e43f6dba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f964d864-9ad3-4442-99a1-a4882227f6d5",
"ClientName": "sample string 22",
"PartnerID": "748def33-4308-42bc-98d6-ec800a9a9203",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"95a6263d-23bd-4eb2-980a-564660419ee8",
"9df33dc4-8fc5-41f8-9299-4eeb19315651"
],
"Id": "d05d5423-5a28-4314-946c-5fd6fe64ce19",
"UserName": "sample string 15",
"UserID": "e0ca53f9-4633-49b9-bc71-b7ac71d81685",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "30c2c771-7a9c-46ae-b52c-2861b5e22797",
"ClientName": "sample string 20",
"PartnerID": "1f9f4c14-987c-428d-8b3c-80c7fc68c901",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "d62ee479-618c-48bf-9916-8a2c6f039ca7",
"ServiceType": {
"ServiceTypeId": "316a3e56-5c6d-4b34-a61e-d284c945f2e3",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "1861ccb7-befc-4c6d-9139-c2ea02309568",
"UserName": "sample string 8",
"UserID": "142d4e0a-9864-4a11-80ea-bd20579c02d9",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f135bbee-c9f8-4079-831f-1bcbbd99e303",
"ClientName": "sample string 13",
"PartnerID": "24ae3881-6bf6-48b7-afcc-bebede77c383",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"Vehicles": [
{
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
{
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
}
],
"VehicleGroupIds": [
"67939293-77cd-4fd0-b819-62426267db61",
"f4c1ae4e-58b6-40cc-a68f-c8984d4600c6"
],
"ServiceDoneOn": "2026-03-25T01:27:56.2125883+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": "07071cc7-ae2d-4783-82d9-dc5a5887e4a1",
"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-03-25T01:27:56.2125883+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"IssueID": "4ead4aa7-9a57-4c52-9d0a-5b365371a0f1",
"ReportedDate": "2026-03-25T01:27:56.2125883+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db800e95-bc72-4653-9e22-e3b74d2131e3",
"ReportedByName": "sample string 6",
"AssignedToID": "df0f1c19-4260-4bca-9d77-09c713e623d8",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"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": "cbbfaa6d-bae7-415a-bc42-e5128dc65464",
"ServiceTypeID": "fb24cec6-5afd-4a8d-a9df-c5462adba33a",
"WorkOrderOn": "2026-03-25T01:27:56.2125883+04:00",
"WorkOrderID": "22450312-3c6d-4e35-ad66-1fe96b8d3e08",
"InspectionOn": "2026-03-25T01:27:56.2125883+04:00",
"InspectionItemID": "175d679c-fb13-4bc1-8b27-488bf9bb1e50"
},
"PrevVehicleID": "fae31cb6-8f90-49eb-bbd1-11a73932e651",
"CloseBy": "14df6e9f-c73f-4d34-a333-43ebd9ed7fd0",
"CloseOn": "2026-03-25T01:27:56.2125883+04:00",
"CriticalLevel": 0,
"Id": "e959ce02-7c21-4494-93cc-e11f0a9c22bb",
"UserName": "sample string 17",
"UserID": "0ceefd33-5277-487b-9791-f677e43f6dba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f964d864-9ad3-4442-99a1-a4882227f6d5",
"ClientName": "sample string 22",
"PartnerID": "748def33-4308-42bc-98d6-ec800a9a9203",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "bf41e876-f054-4b59-856b-9a2070b9f7b5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1ba57224-cf39-45bb-a981-54096690e8fa",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b32f57c6-a3c5-4363-a890-56bed48128a6",
"PartnerID": "d951d88a-b340-4bc8-a1d4-ab1663fb7e8d"
},
"IssueID": "4ead4aa7-9a57-4c52-9d0a-5b365371a0f1",
"ReportedDate": "2026-03-25T01:27:56.2125883+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db800e95-bc72-4653-9e22-e3b74d2131e3",
"ReportedByName": "sample string 6",
"AssignedToID": "df0f1c19-4260-4bca-9d77-09c713e623d8",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:27:56.2125883+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a",
"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": "cbbfaa6d-bae7-415a-bc42-e5128dc65464",
"ServiceTypeID": "fb24cec6-5afd-4a8d-a9df-c5462adba33a",
"WorkOrderOn": "2026-03-25T01:27:56.2125883+04:00",
"WorkOrderID": "22450312-3c6d-4e35-ad66-1fe96b8d3e08",
"InspectionOn": "2026-03-25T01:27:56.2125883+04:00",
"InspectionItemID": "175d679c-fb13-4bc1-8b27-488bf9bb1e50"
},
"PrevVehicleID": "fae31cb6-8f90-49eb-bbd1-11a73932e651",
"CloseBy": "14df6e9f-c73f-4d34-a333-43ebd9ed7fd0",
"CloseOn": "2026-03-25T01:27:56.2125883+04:00",
"CriticalLevel": 0,
"Id": "e959ce02-7c21-4494-93cc-e11f0a9c22bb",
"UserName": "sample string 17",
"UserID": "0ceefd33-5277-487b-9791-f677e43f6dba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "f964d864-9ad3-4442-99a1-a4882227f6d5",
"ClientName": "sample string 22",
"PartnerID": "748def33-4308-42bc-98d6-ec800a9a9203",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"95a6263d-23bd-4eb2-980a-564660419ee8",
"9df33dc4-8fc5-41f8-9299-4eeb19315651"
],
"Id": "d05d5423-5a28-4314-946c-5fd6fe64ce19",
"UserName": "sample string 15",
"UserID": "e0ca53f9-4633-49b9-bc71-b7ac71d81685",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-25T01:27:56.2125883+04:00",
"ClientID": "30c2c771-7a9c-46ae-b52c-2861b5e22797",
"ClientName": "sample string 20",
"PartnerID": "1f9f4c14-987c-428d-8b3c-80c7fc68c901",
"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>30c2c771-7a9c-46ae-b52c-2861b5e22797</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>d05d5423-5a28-4314-946c-5fd6fe64ce19</Id>
<PartnerID>1f9f4c14-987c-428d-8b3c-80c7fc68c901</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e0ca53f9-4633-49b9-bc71-b7ac71d81685</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:27:56.2125883+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>f964d864-9ad3-4442-99a1-a4882227f6d5</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>e959ce02-7c21-4494-93cc-e11f0a9c22bb</Id>
<PartnerID>748def33-4308-42bc-98d6-ec800a9a9203</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0ceefd33-5277-487b-9791-f677e43f6dba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>df0f1c19-4260-4bca-9d77-09c713e623d8</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>14df6e9f-c73f-4d34-a333-43ebd9ed7fd0</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.2125883+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.2125883+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ead4aa7-9a57-4c52-9d0a-5b365371a0f1</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fae31cb6-8f90-49eb-bbd1-11a73932e651</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db800e95-bc72-4653-9e22-e3b74d2131e3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.2125883+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>175d679c-fb13-4bc1-8b27-488bf9bb1e50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.2125883+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>cbbfaa6d-bae7-415a-bc42-e5128dc65464</d3p1:ServiceID>
<d3p1:ServiceTypeID>fb24cec6-5afd-4a8d-a9df-c5462adba33a</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>22450312-3c6d-4e35-ad66-1fe96b8d3e08</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.2125883+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>f964d864-9ad3-4442-99a1-a4882227f6d5</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>e959ce02-7c21-4494-93cc-e11f0a9c22bb</Id>
<PartnerID>748def33-4308-42bc-98d6-ec800a9a9203</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0ceefd33-5277-487b-9791-f677e43f6dba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>df0f1c19-4260-4bca-9d77-09c713e623d8</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>14df6e9f-c73f-4d34-a333-43ebd9ed7fd0</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.2125883+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.2125883+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ead4aa7-9a57-4c52-9d0a-5b365371a0f1</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fae31cb6-8f90-49eb-bbd1-11a73932e651</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db800e95-bc72-4653-9e22-e3b74d2131e3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.2125883+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>175d679c-fb13-4bc1-8b27-488bf9bb1e50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.2125883+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>cbbfaa6d-bae7-415a-bc42-e5128dc65464</d3p1:ServiceID>
<d3p1:ServiceTypeID>fb24cec6-5afd-4a8d-a9df-c5462adba33a</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>22450312-3c6d-4e35-ad66-1fe96b8d3e08</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.2125883+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>95a6263d-23bd-4eb2-980a-564660419ee8</d3p1:guid>
<d3p1:guid>9df33dc4-8fc5-41f8-9299-4eeb19315651</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:27:56.2125883+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:27:56.2125883+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f135bbee-c9f8-4079-831f-1bcbbd99e303</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>1861ccb7-befc-4c6d-9139-c2ea02309568</Id>
<PartnerID>24ae3881-6bf6-48b7-afcc-bebede77c383</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>142d4e0a-9864-4a11-80ea-bd20579c02d9</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>316a3e56-5c6d-4b34-a61e-d284c945f2e3</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>07071cc7-ae2d-4783-82d9-dc5a5887e4a1</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>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>67939293-77cd-4fd0-b819-62426267db61</d3p1:guid>
<d3p1:guid>f4c1ae4e-58b6-40cc-a68f-c8984d4600c6</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d62ee479-618c-48bf-9916-8a2c6f039ca7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>30c2c771-7a9c-46ae-b52c-2861b5e22797</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>d05d5423-5a28-4314-946c-5fd6fe64ce19</Id>
<PartnerID>1f9f4c14-987c-428d-8b3c-80c7fc68c901</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>e0ca53f9-4633-49b9-bc71-b7ac71d81685</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-25T01:27:56.2125883+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>f964d864-9ad3-4442-99a1-a4882227f6d5</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>e959ce02-7c21-4494-93cc-e11f0a9c22bb</Id>
<PartnerID>748def33-4308-42bc-98d6-ec800a9a9203</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0ceefd33-5277-487b-9791-f677e43f6dba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>df0f1c19-4260-4bca-9d77-09c713e623d8</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>14df6e9f-c73f-4d34-a333-43ebd9ed7fd0</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.2125883+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.2125883+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ead4aa7-9a57-4c52-9d0a-5b365371a0f1</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fae31cb6-8f90-49eb-bbd1-11a73932e651</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db800e95-bc72-4653-9e22-e3b74d2131e3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.2125883+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>175d679c-fb13-4bc1-8b27-488bf9bb1e50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.2125883+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>cbbfaa6d-bae7-415a-bc42-e5128dc65464</d3p1:ServiceID>
<d3p1:ServiceTypeID>fb24cec6-5afd-4a8d-a9df-c5462adba33a</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>22450312-3c6d-4e35-ad66-1fe96b8d3e08</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.2125883+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>f964d864-9ad3-4442-99a1-a4882227f6d5</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>e959ce02-7c21-4494-93cc-e11f0a9c22bb</Id>
<PartnerID>748def33-4308-42bc-98d6-ec800a9a9203</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>0ceefd33-5277-487b-9791-f677e43f6dba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>df0f1c19-4260-4bca-9d77-09c713e623d8</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>f6a9ae93-63c4-4bc3-8888-b8bd61f74d1a</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>14df6e9f-c73f-4d34-a333-43ebd9ed7fd0</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-25T01:27:56.2125883+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-25T01:27:56.2125883+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4ead4aa7-9a57-4c52-9d0a-5b365371a0f1</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>fae31cb6-8f90-49eb-bbd1-11a73932e651</d3p1:PrevVehicleID>
<d3p1:ReportedByID>db800e95-bc72-4653-9e22-e3b74d2131e3</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-25T01:27:56.2125883+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>175d679c-fb13-4bc1-8b27-488bf9bb1e50</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-25T01:27:56.2125883+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>cbbfaa6d-bae7-415a-bc42-e5128dc65464</d3p1:ServiceID>
<d3p1:ServiceTypeID>fb24cec6-5afd-4a8d-a9df-c5462adba33a</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>22450312-3c6d-4e35-ad66-1fe96b8d3e08</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-25T01:27:56.2125883+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>95a6263d-23bd-4eb2-980a-564660419ee8</d3p1:guid>
<d3p1:guid>9df33dc4-8fc5-41f8-9299-4eeb19315651</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-25T01:27:56.2125883+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-25T01:27:56.2125883+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f135bbee-c9f8-4079-831f-1bcbbd99e303</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-25T01:27:56.2125883+04:00</CreatedOn>
<Id>1861ccb7-befc-4c6d-9139-c2ea02309568</Id>
<PartnerID>24ae3881-6bf6-48b7-afcc-bebede77c383</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>142d4e0a-9864-4a11-80ea-bd20579c02d9</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>316a3e56-5c6d-4b34-a61e-d284c945f2e3</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>07071cc7-ae2d-4783-82d9-dc5a5887e4a1</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>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>67939293-77cd-4fd0-b819-62426267db61</d3p1:guid>
<d3p1:guid>f4c1ae4e-58b6-40cc-a68f-c8984d4600c6</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>d62ee479-618c-48bf-9916-8a2c6f039ca7</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>b32f57c6-a3c5-4363-a890-56bed48128a6</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>1ba57224-cf39-45bb-a981-54096690e8fa</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>d951d88a-b340-4bc8-a1d4-ab1663fb7e8d</PartnerID>
<VehicleID>bf41e876-f054-4b59-856b-9a2070b9f7b5</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>