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": "72449b8c-c899-4a5f-a6cf-c69d7047262d",
"ServiceType": {
"ServiceTypeId": "a33c0898-94ec-4eb9-84d3-0cef581870b8",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "48918423-43bc-479a-b5ed-52ba7e54a913",
"UserName": "sample string 8",
"UserID": "743fd4c7-90d0-436f-88e9-d9747916ce65",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "01be111a-b5cc-467f-815c-1ddf0232d166",
"ClientName": "sample string 13",
"PartnerID": "5d2d93fc-1ae0-4695-a44a-fe717f32c5fe",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"Vehicles": [
{
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
{
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
}
],
"VehicleGroupIds": [
"14e3536b-e59c-414c-b478-fabb70055f18",
"d96eccaf-187c-4608-b894-d5b02c265f99"
],
"ServiceDoneOn": "2026-05-09T16:44:34.6367466+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": "1c8d8b7e-29cc-49c2-b2e7-0097cad4acdf",
"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-05-09T16:44:34.6367466+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"IssueID": "d218c30d-1f73-4edb-b50b-4aaa25ca3592",
"ReportedDate": "2026-05-09T16:44:34.6367466+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5e11b58c-6627-4912-b6b2-f6ce09e66020",
"ReportedByName": "sample string 6",
"AssignedToID": "a63d399b-afcd-4c50-a7a2-7abcca7fc53a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"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": "a275ec23-96b0-419f-aaba-ad8e70500b50",
"ServiceTypeID": "fdfb7429-706f-4f25-a8e9-ebfce2768d08",
"WorkOrderOn": "2026-05-09T16:44:34.6367466+04:00",
"WorkOrderID": "9d55e3bc-14f9-4e92-8525-90825c087bc5",
"InspectionOn": "2026-05-09T16:44:34.6367466+04:00",
"InspectionItemID": "1fcafae9-2455-4f58-9c58-b976a919265d"
},
"PrevVehicleID": "18c4a723-37bb-4ad6-ab6d-200ec1bc846a",
"CloseBy": "3940967e-22b3-4fea-80be-226855aaf828",
"CloseOn": "2026-05-09T16:44:34.6367466+04:00",
"CriticalLevel": 0,
"Id": "32ecf805-3eed-43a0-9726-8ba806e98894",
"UserName": "sample string 17",
"UserID": "9da5a7c1-d7d6-4084-89ff-06873f9ef3ba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "a13e8aa8-b4d8-49be-804d-25c489a43707",
"ClientName": "sample string 22",
"PartnerID": "44d9b82f-1f1c-466d-ac43-58da3fc5ca08",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"IssueID": "d218c30d-1f73-4edb-b50b-4aaa25ca3592",
"ReportedDate": "2026-05-09T16:44:34.6367466+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5e11b58c-6627-4912-b6b2-f6ce09e66020",
"ReportedByName": "sample string 6",
"AssignedToID": "a63d399b-afcd-4c50-a7a2-7abcca7fc53a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"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": "a275ec23-96b0-419f-aaba-ad8e70500b50",
"ServiceTypeID": "fdfb7429-706f-4f25-a8e9-ebfce2768d08",
"WorkOrderOn": "2026-05-09T16:44:34.6367466+04:00",
"WorkOrderID": "9d55e3bc-14f9-4e92-8525-90825c087bc5",
"InspectionOn": "2026-05-09T16:44:34.6367466+04:00",
"InspectionItemID": "1fcafae9-2455-4f58-9c58-b976a919265d"
},
"PrevVehicleID": "18c4a723-37bb-4ad6-ab6d-200ec1bc846a",
"CloseBy": "3940967e-22b3-4fea-80be-226855aaf828",
"CloseOn": "2026-05-09T16:44:34.6367466+04:00",
"CriticalLevel": 0,
"Id": "32ecf805-3eed-43a0-9726-8ba806e98894",
"UserName": "sample string 17",
"UserID": "9da5a7c1-d7d6-4084-89ff-06873f9ef3ba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "a13e8aa8-b4d8-49be-804d-25c489a43707",
"ClientName": "sample string 22",
"PartnerID": "44d9b82f-1f1c-466d-ac43-58da3fc5ca08",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a9c77a47-c750-46c6-a596-04ce738ad33b",
"9ddf504b-77cf-4a28-a08c-0462ed433982"
],
"Id": "da2511b4-b7c4-4a8d-a2c2-3502c0d47714",
"UserName": "sample string 15",
"UserID": "dbe37333-f1a7-4e9c-b577-3545bf9e9e3c",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "20690fbc-e0f0-4368-837c-8c33e72de221",
"ClientName": "sample string 20",
"PartnerID": "e1f951b5-3ee0-425b-938f-90c776315f4e",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "72449b8c-c899-4a5f-a6cf-c69d7047262d",
"ServiceType": {
"ServiceTypeId": "a33c0898-94ec-4eb9-84d3-0cef581870b8",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "48918423-43bc-479a-b5ed-52ba7e54a913",
"UserName": "sample string 8",
"UserID": "743fd4c7-90d0-436f-88e9-d9747916ce65",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "01be111a-b5cc-467f-815c-1ddf0232d166",
"ClientName": "sample string 13",
"PartnerID": "5d2d93fc-1ae0-4695-a44a-fe717f32c5fe",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"Vehicles": [
{
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
{
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
}
],
"VehicleGroupIds": [
"14e3536b-e59c-414c-b478-fabb70055f18",
"d96eccaf-187c-4608-b894-d5b02c265f99"
],
"ServiceDoneOn": "2026-05-09T16:44:34.6367466+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": "1c8d8b7e-29cc-49c2-b2e7-0097cad4acdf",
"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-05-09T16:44:34.6367466+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"IssueID": "d218c30d-1f73-4edb-b50b-4aaa25ca3592",
"ReportedDate": "2026-05-09T16:44:34.6367466+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5e11b58c-6627-4912-b6b2-f6ce09e66020",
"ReportedByName": "sample string 6",
"AssignedToID": "a63d399b-afcd-4c50-a7a2-7abcca7fc53a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"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": "a275ec23-96b0-419f-aaba-ad8e70500b50",
"ServiceTypeID": "fdfb7429-706f-4f25-a8e9-ebfce2768d08",
"WorkOrderOn": "2026-05-09T16:44:34.6367466+04:00",
"WorkOrderID": "9d55e3bc-14f9-4e92-8525-90825c087bc5",
"InspectionOn": "2026-05-09T16:44:34.6367466+04:00",
"InspectionItemID": "1fcafae9-2455-4f58-9c58-b976a919265d"
},
"PrevVehicleID": "18c4a723-37bb-4ad6-ab6d-200ec1bc846a",
"CloseBy": "3940967e-22b3-4fea-80be-226855aaf828",
"CloseOn": "2026-05-09T16:44:34.6367466+04:00",
"CriticalLevel": 0,
"Id": "32ecf805-3eed-43a0-9726-8ba806e98894",
"UserName": "sample string 17",
"UserID": "9da5a7c1-d7d6-4084-89ff-06873f9ef3ba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "a13e8aa8-b4d8-49be-804d-25c489a43707",
"ClientName": "sample string 22",
"PartnerID": "44d9b82f-1f1c-466d-ac43-58da3fc5ca08",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ba71b51e-4442-4c8b-bc8a-f929952b4150",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4d9a8c52-5bf8-4165-ab24-a870e94bfd32",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "427fcd0a-f490-440d-ba86-034a3df0b0bc",
"PartnerID": "d18c2de5-280b-4e2d-941d-d8da525f6efa"
},
"IssueID": "d218c30d-1f73-4edb-b50b-4aaa25ca3592",
"ReportedDate": "2026-05-09T16:44:34.6367466+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5e11b58c-6627-4912-b6b2-f6ce09e66020",
"ReportedByName": "sample string 6",
"AssignedToID": "a63d399b-afcd-4c50-a7a2-7abcca7fc53a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:44:34.6367466+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "acbaa0a8-2ea2-42fa-a27d-5c253fed7dad",
"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": "a275ec23-96b0-419f-aaba-ad8e70500b50",
"ServiceTypeID": "fdfb7429-706f-4f25-a8e9-ebfce2768d08",
"WorkOrderOn": "2026-05-09T16:44:34.6367466+04:00",
"WorkOrderID": "9d55e3bc-14f9-4e92-8525-90825c087bc5",
"InspectionOn": "2026-05-09T16:44:34.6367466+04:00",
"InspectionItemID": "1fcafae9-2455-4f58-9c58-b976a919265d"
},
"PrevVehicleID": "18c4a723-37bb-4ad6-ab6d-200ec1bc846a",
"CloseBy": "3940967e-22b3-4fea-80be-226855aaf828",
"CloseOn": "2026-05-09T16:44:34.6367466+04:00",
"CriticalLevel": 0,
"Id": "32ecf805-3eed-43a0-9726-8ba806e98894",
"UserName": "sample string 17",
"UserID": "9da5a7c1-d7d6-4084-89ff-06873f9ef3ba",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "a13e8aa8-b4d8-49be-804d-25c489a43707",
"ClientName": "sample string 22",
"PartnerID": "44d9b82f-1f1c-466d-ac43-58da3fc5ca08",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"a9c77a47-c750-46c6-a596-04ce738ad33b",
"9ddf504b-77cf-4a28-a08c-0462ed433982"
],
"Id": "da2511b4-b7c4-4a8d-a2c2-3502c0d47714",
"UserName": "sample string 15",
"UserID": "dbe37333-f1a7-4e9c-b577-3545bf9e9e3c",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:44:34.6367466+04:00",
"ClientID": "20690fbc-e0f0-4368-837c-8c33e72de221",
"ClientName": "sample string 20",
"PartnerID": "e1f951b5-3ee0-425b-938f-90c776315f4e",
"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>20690fbc-e0f0-4368-837c-8c33e72de221</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>da2511b4-b7c4-4a8d-a2c2-3502c0d47714</Id>
<PartnerID>e1f951b5-3ee0-425b-938f-90c776315f4e</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>dbe37333-f1a7-4e9c-b577-3545bf9e9e3c</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:44:34.6367466+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>a13e8aa8-b4d8-49be-804d-25c489a43707</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>32ecf805-3eed-43a0-9726-8ba806e98894</Id>
<PartnerID>44d9b82f-1f1c-466d-ac43-58da3fc5ca08</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9da5a7c1-d7d6-4084-89ff-06873f9ef3ba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>a63d399b-afcd-4c50-a7a2-7abcca7fc53a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>3940967e-22b3-4fea-80be-226855aaf828</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:44:34.6367466+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:44:34.6367466+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d218c30d-1f73-4edb-b50b-4aaa25ca3592</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>18c4a723-37bb-4ad6-ab6d-200ec1bc846a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5e11b58c-6627-4912-b6b2-f6ce09e66020</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:44:34.6367466+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1fcafae9-2455-4f58-9c58-b976a919265d</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:44:34.6367466+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a275ec23-96b0-419f-aaba-ad8e70500b50</d3p1:ServiceID>
<d3p1:ServiceTypeID>fdfb7429-706f-4f25-a8e9-ebfce2768d08</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>9d55e3bc-14f9-4e92-8525-90825c087bc5</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:44:34.6367466+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>a13e8aa8-b4d8-49be-804d-25c489a43707</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>32ecf805-3eed-43a0-9726-8ba806e98894</Id>
<PartnerID>44d9b82f-1f1c-466d-ac43-58da3fc5ca08</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9da5a7c1-d7d6-4084-89ff-06873f9ef3ba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>a63d399b-afcd-4c50-a7a2-7abcca7fc53a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>3940967e-22b3-4fea-80be-226855aaf828</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:44:34.6367466+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:44:34.6367466+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d218c30d-1f73-4edb-b50b-4aaa25ca3592</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>18c4a723-37bb-4ad6-ab6d-200ec1bc846a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5e11b58c-6627-4912-b6b2-f6ce09e66020</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:44:34.6367466+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1fcafae9-2455-4f58-9c58-b976a919265d</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:44:34.6367466+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a275ec23-96b0-419f-aaba-ad8e70500b50</d3p1:ServiceID>
<d3p1:ServiceTypeID>fdfb7429-706f-4f25-a8e9-ebfce2768d08</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>9d55e3bc-14f9-4e92-8525-90825c087bc5</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:44:34.6367466+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a9c77a47-c750-46c6-a596-04ce738ad33b</d3p1:guid>
<d3p1:guid>9ddf504b-77cf-4a28-a08c-0462ed433982</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:44:34.6367466+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:44:34.6367466+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>01be111a-b5cc-467f-815c-1ddf0232d166</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>48918423-43bc-479a-b5ed-52ba7e54a913</Id>
<PartnerID>5d2d93fc-1ae0-4695-a44a-fe717f32c5fe</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>743fd4c7-90d0-436f-88e9-d9747916ce65</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>a33c0898-94ec-4eb9-84d3-0cef581870b8</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1c8d8b7e-29cc-49c2-b2e7-0097cad4acdf</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>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>14e3536b-e59c-414c-b478-fabb70055f18</d3p1:guid>
<d3p1:guid>d96eccaf-187c-4608-b894-d5b02c265f99</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>72449b8c-c899-4a5f-a6cf-c69d7047262d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>20690fbc-e0f0-4368-837c-8c33e72de221</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>da2511b4-b7c4-4a8d-a2c2-3502c0d47714</Id>
<PartnerID>e1f951b5-3ee0-425b-938f-90c776315f4e</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>dbe37333-f1a7-4e9c-b577-3545bf9e9e3c</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:44:34.6367466+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>a13e8aa8-b4d8-49be-804d-25c489a43707</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>32ecf805-3eed-43a0-9726-8ba806e98894</Id>
<PartnerID>44d9b82f-1f1c-466d-ac43-58da3fc5ca08</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9da5a7c1-d7d6-4084-89ff-06873f9ef3ba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>a63d399b-afcd-4c50-a7a2-7abcca7fc53a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>3940967e-22b3-4fea-80be-226855aaf828</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:44:34.6367466+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:44:34.6367466+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d218c30d-1f73-4edb-b50b-4aaa25ca3592</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>18c4a723-37bb-4ad6-ab6d-200ec1bc846a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5e11b58c-6627-4912-b6b2-f6ce09e66020</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:44:34.6367466+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1fcafae9-2455-4f58-9c58-b976a919265d</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:44:34.6367466+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a275ec23-96b0-419f-aaba-ad8e70500b50</d3p1:ServiceID>
<d3p1:ServiceTypeID>fdfb7429-706f-4f25-a8e9-ebfce2768d08</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>9d55e3bc-14f9-4e92-8525-90825c087bc5</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:44:34.6367466+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>a13e8aa8-b4d8-49be-804d-25c489a43707</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>32ecf805-3eed-43a0-9726-8ba806e98894</Id>
<PartnerID>44d9b82f-1f1c-466d-ac43-58da3fc5ca08</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9da5a7c1-d7d6-4084-89ff-06873f9ef3ba</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>a63d399b-afcd-4c50-a7a2-7abcca7fc53a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>acbaa0a8-2ea2-42fa-a27d-5c253fed7dad</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>3940967e-22b3-4fea-80be-226855aaf828</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:44:34.6367466+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:44:34.6367466+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d218c30d-1f73-4edb-b50b-4aaa25ca3592</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>18c4a723-37bb-4ad6-ab6d-200ec1bc846a</d3p1:PrevVehicleID>
<d3p1:ReportedByID>5e11b58c-6627-4912-b6b2-f6ce09e66020</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:44:34.6367466+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>1fcafae9-2455-4f58-9c58-b976a919265d</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:44:34.6367466+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>a275ec23-96b0-419f-aaba-ad8e70500b50</d3p1:ServiceID>
<d3p1:ServiceTypeID>fdfb7429-706f-4f25-a8e9-ebfce2768d08</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>9d55e3bc-14f9-4e92-8525-90825c087bc5</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:44:34.6367466+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a9c77a47-c750-46c6-a596-04ce738ad33b</d3p1:guid>
<d3p1:guid>9ddf504b-77cf-4a28-a08c-0462ed433982</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:44:34.6367466+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:44:34.6367466+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>01be111a-b5cc-467f-815c-1ddf0232d166</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:44:34.6367466+04:00</CreatedOn>
<Id>48918423-43bc-479a-b5ed-52ba7e54a913</Id>
<PartnerID>5d2d93fc-1ae0-4695-a44a-fe717f32c5fe</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>743fd4c7-90d0-436f-88e9-d9747916ce65</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>a33c0898-94ec-4eb9-84d3-0cef581870b8</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>1c8d8b7e-29cc-49c2-b2e7-0097cad4acdf</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>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>14e3536b-e59c-414c-b478-fabb70055f18</d3p1:guid>
<d3p1:guid>d96eccaf-187c-4608-b894-d5b02c265f99</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>72449b8c-c899-4a5f-a6cf-c69d7047262d</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>427fcd0a-f490-440d-ba86-034a3df0b0bc</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4d9a8c52-5bf8-4165-ab24-a870e94bfd32</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>d18c2de5-280b-4e2d-941d-d8da525f6efa</PartnerID>
<VehicleID>ba71b51e-4442-4c8b-bc8a-f929952b4150</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>