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": "85374974-cf41-4e83-9d54-d7849f7e2c13",
"ServiceType": {
"ServiceTypeId": "9cbe8916-3bdb-41bc-afc8-fb5b16a1f428",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "5c2d8b4a-f616-46e6-b657-aaf2323f3458",
"UserName": "sample string 8",
"UserID": "2884dde0-c4ba-4b7f-bbec-fae46a4b8d78",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "fc927a0c-c5a3-4506-86f0-081546d13d40",
"ClientName": "sample string 13",
"PartnerID": "63d62d9f-7377-49fc-b73b-1578ac6d2b9d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"Vehicles": [
{
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
{
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
}
],
"VehicleGroupIds": [
"59caa113-be5f-4c69-8b72-c1210b270fd0",
"4301e964-6a74-4357-aeca-d0502384b462"
],
"ServiceDoneOn": "2026-08-21T10:45:38.8643533+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": "1254aa60-57b9-4c9c-ad18-835de1e8b1b6",
"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-08-21T10:45:38.8643533+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"IssueID": "a897d382-1bae-4486-95aa-e336a66c22f7",
"ReportedDate": "2026-08-21T10:45:38.8643533+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d7ef991-5f17-4690-a29a-3182f15d8aa4",
"ReportedByName": "sample string 6",
"AssignedToID": "ee44a6ba-46fd-4471-b740-e97d1f2046cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"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": "c1d03163-92c7-4c99-9b17-2e4aedab83f7",
"ServiceTypeID": "f7adb24a-6ad3-42ca-b08e-06cae8e086dd",
"WorkOrderOn": "2026-08-21T10:45:38.8643533+04:00",
"WorkOrderID": "e7b51e3a-26ad-41d0-8872-5a663bebe484",
"InspectionOn": "2026-08-21T10:45:38.8643533+04:00",
"InspectionItemID": "bb8457fe-d5dd-4aef-a220-110e4cfa95b7"
},
"PrevVehicleID": "5bd24437-3e66-4b03-9df1-f1e687edef82",
"CloseBy": "0dd93af9-e5e4-4a74-8b6d-11449e912a9f",
"CloseOn": "2026-08-21T10:45:38.8643533+04:00",
"CriticalLevel": 0,
"Id": "aeecca6a-ca00-45f3-a2e1-656245a978f7",
"UserName": "sample string 17",
"UserID": "5b49705e-ca75-41c1-97fd-0a5efe7fec91",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "134cf909-aefb-4c6d-9803-ad14ddcf0d65",
"ClientName": "sample string 22",
"PartnerID": "1dc82588-1375-4999-9666-beedc63476bb",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"IssueID": "a897d382-1bae-4486-95aa-e336a66c22f7",
"ReportedDate": "2026-08-21T10:45:38.8643533+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d7ef991-5f17-4690-a29a-3182f15d8aa4",
"ReportedByName": "sample string 6",
"AssignedToID": "ee44a6ba-46fd-4471-b740-e97d1f2046cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"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": "c1d03163-92c7-4c99-9b17-2e4aedab83f7",
"ServiceTypeID": "f7adb24a-6ad3-42ca-b08e-06cae8e086dd",
"WorkOrderOn": "2026-08-21T10:45:38.8643533+04:00",
"WorkOrderID": "e7b51e3a-26ad-41d0-8872-5a663bebe484",
"InspectionOn": "2026-08-21T10:45:38.8643533+04:00",
"InspectionItemID": "bb8457fe-d5dd-4aef-a220-110e4cfa95b7"
},
"PrevVehicleID": "5bd24437-3e66-4b03-9df1-f1e687edef82",
"CloseBy": "0dd93af9-e5e4-4a74-8b6d-11449e912a9f",
"CloseOn": "2026-08-21T10:45:38.8643533+04:00",
"CriticalLevel": 0,
"Id": "aeecca6a-ca00-45f3-a2e1-656245a978f7",
"UserName": "sample string 17",
"UserID": "5b49705e-ca75-41c1-97fd-0a5efe7fec91",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "134cf909-aefb-4c6d-9803-ad14ddcf0d65",
"ClientName": "sample string 22",
"PartnerID": "1dc82588-1375-4999-9666-beedc63476bb",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"6c207ed1-b5c2-4903-a63d-96c1e1c68679",
"71053de8-1c75-42c9-9312-d24d8278b357"
],
"Id": "d53a4b94-6c16-4127-84bf-f7b23090a6fa",
"UserName": "sample string 15",
"UserID": "0ec2aa31-17a3-46c8-b294-031bff1ab667",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "55ba9aff-df14-48ed-b065-2a1b59e551ae",
"ClientName": "sample string 20",
"PartnerID": "a14c52b1-91ef-4873-9aa4-18c08c6f15a9",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "85374974-cf41-4e83-9d54-d7849f7e2c13",
"ServiceType": {
"ServiceTypeId": "9cbe8916-3bdb-41bc-afc8-fb5b16a1f428",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "5c2d8b4a-f616-46e6-b657-aaf2323f3458",
"UserName": "sample string 8",
"UserID": "2884dde0-c4ba-4b7f-bbec-fae46a4b8d78",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "fc927a0c-c5a3-4506-86f0-081546d13d40",
"ClientName": "sample string 13",
"PartnerID": "63d62d9f-7377-49fc-b73b-1578ac6d2b9d",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"Vehicles": [
{
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
{
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
}
],
"VehicleGroupIds": [
"59caa113-be5f-4c69-8b72-c1210b270fd0",
"4301e964-6a74-4357-aeca-d0502384b462"
],
"ServiceDoneOn": "2026-08-21T10:45:38.8643533+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": "1254aa60-57b9-4c9c-ad18-835de1e8b1b6",
"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-08-21T10:45:38.8643533+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"IssueID": "a897d382-1bae-4486-95aa-e336a66c22f7",
"ReportedDate": "2026-08-21T10:45:38.8643533+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d7ef991-5f17-4690-a29a-3182f15d8aa4",
"ReportedByName": "sample string 6",
"AssignedToID": "ee44a6ba-46fd-4471-b740-e97d1f2046cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"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": "c1d03163-92c7-4c99-9b17-2e4aedab83f7",
"ServiceTypeID": "f7adb24a-6ad3-42ca-b08e-06cae8e086dd",
"WorkOrderOn": "2026-08-21T10:45:38.8643533+04:00",
"WorkOrderID": "e7b51e3a-26ad-41d0-8872-5a663bebe484",
"InspectionOn": "2026-08-21T10:45:38.8643533+04:00",
"InspectionItemID": "bb8457fe-d5dd-4aef-a220-110e4cfa95b7"
},
"PrevVehicleID": "5bd24437-3e66-4b03-9df1-f1e687edef82",
"CloseBy": "0dd93af9-e5e4-4a74-8b6d-11449e912a9f",
"CloseOn": "2026-08-21T10:45:38.8643533+04:00",
"CriticalLevel": 0,
"Id": "aeecca6a-ca00-45f3-a2e1-656245a978f7",
"UserName": "sample string 17",
"UserID": "5b49705e-ca75-41c1-97fd-0a5efe7fec91",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "134cf909-aefb-4c6d-9803-ad14ddcf0d65",
"ClientName": "sample string 22",
"PartnerID": "1dc82588-1375-4999-9666-beedc63476bb",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ad25253d-bc8f-4239-ba70-f6c85513e5c2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47b9b032-e4ca-49ae-b5b0-f7e53188e00f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d42e00d3-673b-40be-b3d2-6efe760ae647",
"PartnerID": "1ea04871-8a28-46f5-b384-d97c8bca0656"
},
"IssueID": "a897d382-1bae-4486-95aa-e336a66c22f7",
"ReportedDate": "2026-08-21T10:45:38.8643533+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0d7ef991-5f17-4690-a29a-3182f15d8aa4",
"ReportedByName": "sample string 6",
"AssignedToID": "ee44a6ba-46fd-4471-b740-e97d1f2046cf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:45:38.8643533+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "1a7ac219-d6ff-4651-b69b-780ba8bdac7d",
"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": "c1d03163-92c7-4c99-9b17-2e4aedab83f7",
"ServiceTypeID": "f7adb24a-6ad3-42ca-b08e-06cae8e086dd",
"WorkOrderOn": "2026-08-21T10:45:38.8643533+04:00",
"WorkOrderID": "e7b51e3a-26ad-41d0-8872-5a663bebe484",
"InspectionOn": "2026-08-21T10:45:38.8643533+04:00",
"InspectionItemID": "bb8457fe-d5dd-4aef-a220-110e4cfa95b7"
},
"PrevVehicleID": "5bd24437-3e66-4b03-9df1-f1e687edef82",
"CloseBy": "0dd93af9-e5e4-4a74-8b6d-11449e912a9f",
"CloseOn": "2026-08-21T10:45:38.8643533+04:00",
"CriticalLevel": 0,
"Id": "aeecca6a-ca00-45f3-a2e1-656245a978f7",
"UserName": "sample string 17",
"UserID": "5b49705e-ca75-41c1-97fd-0a5efe7fec91",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "134cf909-aefb-4c6d-9803-ad14ddcf0d65",
"ClientName": "sample string 22",
"PartnerID": "1dc82588-1375-4999-9666-beedc63476bb",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"6c207ed1-b5c2-4903-a63d-96c1e1c68679",
"71053de8-1c75-42c9-9312-d24d8278b357"
],
"Id": "d53a4b94-6c16-4127-84bf-f7b23090a6fa",
"UserName": "sample string 15",
"UserID": "0ec2aa31-17a3-46c8-b294-031bff1ab667",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-21T10:45:38.8643533+04:00",
"ClientID": "55ba9aff-df14-48ed-b065-2a1b59e551ae",
"ClientName": "sample string 20",
"PartnerID": "a14c52b1-91ef-4873-9aa4-18c08c6f15a9",
"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>55ba9aff-df14-48ed-b065-2a1b59e551ae</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>d53a4b94-6c16-4127-84bf-f7b23090a6fa</Id>
<PartnerID>a14c52b1-91ef-4873-9aa4-18c08c6f15a9</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>0ec2aa31-17a3-46c8-b294-031bff1ab667</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-21T10:45:38.8643533+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>134cf909-aefb-4c6d-9803-ad14ddcf0d65</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>aeecca6a-ca00-45f3-a2e1-656245a978f7</Id>
<PartnerID>1dc82588-1375-4999-9666-beedc63476bb</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5b49705e-ca75-41c1-97fd-0a5efe7fec91</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ee44a6ba-46fd-4471-b740-e97d1f2046cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0dd93af9-e5e4-4a74-8b6d-11449e912a9f</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:45:38.8643533+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:45:38.8643533+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a897d382-1bae-4486-95aa-e336a66c22f7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5bd24437-3e66-4b03-9df1-f1e687edef82</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d7ef991-5f17-4690-a29a-3182f15d8aa4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:45:38.8643533+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>bb8457fe-d5dd-4aef-a220-110e4cfa95b7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:45:38.8643533+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1d03163-92c7-4c99-9b17-2e4aedab83f7</d3p1:ServiceID>
<d3p1:ServiceTypeID>f7adb24a-6ad3-42ca-b08e-06cae8e086dd</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e7b51e3a-26ad-41d0-8872-5a663bebe484</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:45:38.8643533+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>134cf909-aefb-4c6d-9803-ad14ddcf0d65</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>aeecca6a-ca00-45f3-a2e1-656245a978f7</Id>
<PartnerID>1dc82588-1375-4999-9666-beedc63476bb</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5b49705e-ca75-41c1-97fd-0a5efe7fec91</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ee44a6ba-46fd-4471-b740-e97d1f2046cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0dd93af9-e5e4-4a74-8b6d-11449e912a9f</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:45:38.8643533+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:45:38.8643533+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a897d382-1bae-4486-95aa-e336a66c22f7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5bd24437-3e66-4b03-9df1-f1e687edef82</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d7ef991-5f17-4690-a29a-3182f15d8aa4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:45:38.8643533+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>bb8457fe-d5dd-4aef-a220-110e4cfa95b7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:45:38.8643533+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1d03163-92c7-4c99-9b17-2e4aedab83f7</d3p1:ServiceID>
<d3p1:ServiceTypeID>f7adb24a-6ad3-42ca-b08e-06cae8e086dd</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e7b51e3a-26ad-41d0-8872-5a663bebe484</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:45:38.8643533+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6c207ed1-b5c2-4903-a63d-96c1e1c68679</d3p1:guid>
<d3p1:guid>71053de8-1c75-42c9-9312-d24d8278b357</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-21T10:45:38.8643533+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-21T10:45:38.8643533+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>fc927a0c-c5a3-4506-86f0-081546d13d40</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>5c2d8b4a-f616-46e6-b657-aaf2323f3458</Id>
<PartnerID>63d62d9f-7377-49fc-b73b-1578ac6d2b9d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>2884dde0-c4ba-4b7f-bbec-fae46a4b8d78</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>9cbe8916-3bdb-41bc-afc8-fb5b16a1f428</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1254aa60-57b9-4c9c-ad18-835de1e8b1b6</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>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>59caa113-be5f-4c69-8b72-c1210b270fd0</d3p1:guid>
<d3p1:guid>4301e964-6a74-4357-aeca-d0502384b462</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>85374974-cf41-4e83-9d54-d7849f7e2c13</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>55ba9aff-df14-48ed-b065-2a1b59e551ae</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>d53a4b94-6c16-4127-84bf-f7b23090a6fa</Id>
<PartnerID>a14c52b1-91ef-4873-9aa4-18c08c6f15a9</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>0ec2aa31-17a3-46c8-b294-031bff1ab667</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-21T10:45:38.8643533+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>134cf909-aefb-4c6d-9803-ad14ddcf0d65</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>aeecca6a-ca00-45f3-a2e1-656245a978f7</Id>
<PartnerID>1dc82588-1375-4999-9666-beedc63476bb</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5b49705e-ca75-41c1-97fd-0a5efe7fec91</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ee44a6ba-46fd-4471-b740-e97d1f2046cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0dd93af9-e5e4-4a74-8b6d-11449e912a9f</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:45:38.8643533+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:45:38.8643533+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a897d382-1bae-4486-95aa-e336a66c22f7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5bd24437-3e66-4b03-9df1-f1e687edef82</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d7ef991-5f17-4690-a29a-3182f15d8aa4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:45:38.8643533+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>bb8457fe-d5dd-4aef-a220-110e4cfa95b7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:45:38.8643533+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1d03163-92c7-4c99-9b17-2e4aedab83f7</d3p1:ServiceID>
<d3p1:ServiceTypeID>f7adb24a-6ad3-42ca-b08e-06cae8e086dd</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e7b51e3a-26ad-41d0-8872-5a663bebe484</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:45:38.8643533+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>134cf909-aefb-4c6d-9803-ad14ddcf0d65</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>aeecca6a-ca00-45f3-a2e1-656245a978f7</Id>
<PartnerID>1dc82588-1375-4999-9666-beedc63476bb</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>5b49705e-ca75-41c1-97fd-0a5efe7fec91</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>ee44a6ba-46fd-4471-b740-e97d1f2046cf</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1a7ac219-d6ff-4651-b69b-780ba8bdac7d</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>0dd93af9-e5e4-4a74-8b6d-11449e912a9f</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-21T10:45:38.8643533+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-21T10:45:38.8643533+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>a897d382-1bae-4486-95aa-e336a66c22f7</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>5bd24437-3e66-4b03-9df1-f1e687edef82</d3p1:PrevVehicleID>
<d3p1:ReportedByID>0d7ef991-5f17-4690-a29a-3182f15d8aa4</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-21T10:45:38.8643533+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>bb8457fe-d5dd-4aef-a220-110e4cfa95b7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-21T10:45:38.8643533+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1d03163-92c7-4c99-9b17-2e4aedab83f7</d3p1:ServiceID>
<d3p1:ServiceTypeID>f7adb24a-6ad3-42ca-b08e-06cae8e086dd</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e7b51e3a-26ad-41d0-8872-5a663bebe484</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-21T10:45:38.8643533+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6c207ed1-b5c2-4903-a63d-96c1e1c68679</d3p1:guid>
<d3p1:guid>71053de8-1c75-42c9-9312-d24d8278b357</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-21T10:45:38.8643533+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-21T10:45:38.8643533+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>fc927a0c-c5a3-4506-86f0-081546d13d40</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:45:38.8643533+04:00</CreatedOn>
<Id>5c2d8b4a-f616-46e6-b657-aaf2323f3458</Id>
<PartnerID>63d62d9f-7377-49fc-b73b-1578ac6d2b9d</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>2884dde0-c4ba-4b7f-bbec-fae46a4b8d78</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>9cbe8916-3bdb-41bc-afc8-fb5b16a1f428</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1254aa60-57b9-4c9c-ad18-835de1e8b1b6</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>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>59caa113-be5f-4c69-8b72-c1210b270fd0</d3p1:guid>
<d3p1:guid>4301e964-6a74-4357-aeca-d0502384b462</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>85374974-cf41-4e83-9d54-d7849f7e2c13</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d42e00d3-673b-40be-b3d2-6efe760ae647</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>47b9b032-e4ca-49ae-b5b0-f7e53188e00f</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>1ea04871-8a28-46f5-b384-d97c8bca0656</PartnerID>
<VehicleID>ad25253d-bc8f-4239-ba70-f6c85513e5c2</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>