GET Api/Service?vehicleService={vehicleService}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleService | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "b404a1b5-5dad-4ef1-87a9-f31f599f5c68",
"ServiceType": {
"ServiceTypeId": "c7b07bf9-949c-401e-931a-dbb092b0066d",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "3c1033e8-e9f2-412a-959a-b60fa4e1a7a6",
"UserName": "sample string 8",
"UserID": "9a4f0df4-9758-4d62-8c03-0056de1d8cfe",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "f518d9cf-d9b5-4156-aa42-24b0fb7f5c86",
"ClientName": "sample string 13",
"PartnerID": "e953416a-71fc-4199-be00-63c6cebb11cb",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"Vehicles": [
{
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
{
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
}
],
"VehicleGroupIds": [
"2118a8fe-afff-4382-be22-c7ab737bb8ff",
"e9c66a24-4cf1-4761-b8f1-00c1dd2976ae"
],
"ServiceDoneOn": "2026-05-09T16:46:06.2664752+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": "31c9d7d8-1ddc-4ae8-8bd9-821cfee8e564",
"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:46:06.2664752+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"IssueID": "36624023-14f8-41d4-bef0-b4b95e96ab11",
"ReportedDate": "2026-05-09T16:46:06.2664752+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4fc2b9e9-d04f-4b84-a714-b0005ecacb2b",
"ReportedByName": "sample string 6",
"AssignedToID": "2a8edd14-c6cf-4b87-ab81-4e0715dbab73",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"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": "c1b1e1a6-64f3-4669-ae46-aadb309d58ae",
"ServiceTypeID": "8e8d4a49-eb57-4b2a-b0be-19a1181c61f5",
"WorkOrderOn": "2026-05-09T16:46:06.2664752+04:00",
"WorkOrderID": "42e2cac5-15b3-404d-9ded-4ce7e1e96194",
"InspectionOn": "2026-05-09T16:46:06.2664752+04:00",
"InspectionItemID": "3ddee1bd-6cba-4796-aa26-c86bbc7dfe20"
},
"PrevVehicleID": "22e6f656-ccb6-43e8-8996-95498fdc2189",
"CloseBy": "93e55166-3050-4340-add1-84a0eb8470fa",
"CloseOn": "2026-05-09T16:46:06.2664752+04:00",
"CriticalLevel": 0,
"Id": "68a1c6f9-f55f-4e38-9014-3410b6eed526",
"UserName": "sample string 17",
"UserID": "92625803-9380-4b78-a0b7-cb3fbf435318",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "71a742cb-74b3-41f8-8ec5-42cf54dfc7f4",
"ClientName": "sample string 22",
"PartnerID": "6372fa0c-3885-4ee3-aa54-1a721d7fa4d5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"IssueID": "36624023-14f8-41d4-bef0-b4b95e96ab11",
"ReportedDate": "2026-05-09T16:46:06.2664752+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4fc2b9e9-d04f-4b84-a714-b0005ecacb2b",
"ReportedByName": "sample string 6",
"AssignedToID": "2a8edd14-c6cf-4b87-ab81-4e0715dbab73",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"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": "c1b1e1a6-64f3-4669-ae46-aadb309d58ae",
"ServiceTypeID": "8e8d4a49-eb57-4b2a-b0be-19a1181c61f5",
"WorkOrderOn": "2026-05-09T16:46:06.2664752+04:00",
"WorkOrderID": "42e2cac5-15b3-404d-9ded-4ce7e1e96194",
"InspectionOn": "2026-05-09T16:46:06.2664752+04:00",
"InspectionItemID": "3ddee1bd-6cba-4796-aa26-c86bbc7dfe20"
},
"PrevVehicleID": "22e6f656-ccb6-43e8-8996-95498fdc2189",
"CloseBy": "93e55166-3050-4340-add1-84a0eb8470fa",
"CloseOn": "2026-05-09T16:46:06.2664752+04:00",
"CriticalLevel": 0,
"Id": "68a1c6f9-f55f-4e38-9014-3410b6eed526",
"UserName": "sample string 17",
"UserID": "92625803-9380-4b78-a0b7-cb3fbf435318",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "71a742cb-74b3-41f8-8ec5-42cf54dfc7f4",
"ClientName": "sample string 22",
"PartnerID": "6372fa0c-3885-4ee3-aa54-1a721d7fa4d5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d27f8d0c-5fb0-43fc-9975-80b2bfd119a8",
"29888bb3-2df8-4a80-a205-e7b5efb3deb2"
],
"Id": "c57aad18-3f62-421b-86dd-7cbbe54d9928",
"UserName": "sample string 15",
"UserID": "81eec735-de8e-45d1-b78c-cc7d9a19bc19",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "6e22db2d-3cad-478d-a1c6-33fff258beaf",
"ClientName": "sample string 20",
"PartnerID": "eb140133-848e-4d78-81b3-dfa355906737",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "b404a1b5-5dad-4ef1-87a9-f31f599f5c68",
"ServiceType": {
"ServiceTypeId": "c7b07bf9-949c-401e-931a-dbb092b0066d",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "3c1033e8-e9f2-412a-959a-b60fa4e1a7a6",
"UserName": "sample string 8",
"UserID": "9a4f0df4-9758-4d62-8c03-0056de1d8cfe",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "f518d9cf-d9b5-4156-aa42-24b0fb7f5c86",
"ClientName": "sample string 13",
"PartnerID": "e953416a-71fc-4199-be00-63c6cebb11cb",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"Vehicles": [
{
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
{
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
}
],
"VehicleGroupIds": [
"2118a8fe-afff-4382-be22-c7ab737bb8ff",
"e9c66a24-4cf1-4761-b8f1-00c1dd2976ae"
],
"ServiceDoneOn": "2026-05-09T16:46:06.2664752+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": "31c9d7d8-1ddc-4ae8-8bd9-821cfee8e564",
"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:46:06.2664752+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"IssueID": "36624023-14f8-41d4-bef0-b4b95e96ab11",
"ReportedDate": "2026-05-09T16:46:06.2664752+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4fc2b9e9-d04f-4b84-a714-b0005ecacb2b",
"ReportedByName": "sample string 6",
"AssignedToID": "2a8edd14-c6cf-4b87-ab81-4e0715dbab73",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"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": "c1b1e1a6-64f3-4669-ae46-aadb309d58ae",
"ServiceTypeID": "8e8d4a49-eb57-4b2a-b0be-19a1181c61f5",
"WorkOrderOn": "2026-05-09T16:46:06.2664752+04:00",
"WorkOrderID": "42e2cac5-15b3-404d-9ded-4ce7e1e96194",
"InspectionOn": "2026-05-09T16:46:06.2664752+04:00",
"InspectionItemID": "3ddee1bd-6cba-4796-aa26-c86bbc7dfe20"
},
"PrevVehicleID": "22e6f656-ccb6-43e8-8996-95498fdc2189",
"CloseBy": "93e55166-3050-4340-add1-84a0eb8470fa",
"CloseOn": "2026-05-09T16:46:06.2664752+04:00",
"CriticalLevel": 0,
"Id": "68a1c6f9-f55f-4e38-9014-3410b6eed526",
"UserName": "sample string 17",
"UserID": "92625803-9380-4b78-a0b7-cb3fbf435318",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "71a742cb-74b3-41f8-8ec5-42cf54dfc7f4",
"ClientName": "sample string 22",
"PartnerID": "6372fa0c-3885-4ee3-aa54-1a721d7fa4d5",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "7824c0eb-81fb-4756-8296-cd8ff8ec6557",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9a23580-3607-4c71-a82f-88afc2285752",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0362621f-ec5f-4211-92b4-07126f64e877",
"PartnerID": "7f1c0f89-d49c-4f85-b173-4448c6c854e6"
},
"IssueID": "36624023-14f8-41d4-bef0-b4b95e96ab11",
"ReportedDate": "2026-05-09T16:46:06.2664752+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4fc2b9e9-d04f-4b84-a714-b0005ecacb2b",
"ReportedByName": "sample string 6",
"AssignedToID": "2a8edd14-c6cf-4b87-ab81-4e0715dbab73",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:46:06.2664752+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "97254c1d-1774-42c2-bfcf-2e76b77dfc50",
"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": "c1b1e1a6-64f3-4669-ae46-aadb309d58ae",
"ServiceTypeID": "8e8d4a49-eb57-4b2a-b0be-19a1181c61f5",
"WorkOrderOn": "2026-05-09T16:46:06.2664752+04:00",
"WorkOrderID": "42e2cac5-15b3-404d-9ded-4ce7e1e96194",
"InspectionOn": "2026-05-09T16:46:06.2664752+04:00",
"InspectionItemID": "3ddee1bd-6cba-4796-aa26-c86bbc7dfe20"
},
"PrevVehicleID": "22e6f656-ccb6-43e8-8996-95498fdc2189",
"CloseBy": "93e55166-3050-4340-add1-84a0eb8470fa",
"CloseOn": "2026-05-09T16:46:06.2664752+04:00",
"CriticalLevel": 0,
"Id": "68a1c6f9-f55f-4e38-9014-3410b6eed526",
"UserName": "sample string 17",
"UserID": "92625803-9380-4b78-a0b7-cb3fbf435318",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "71a742cb-74b3-41f8-8ec5-42cf54dfc7f4",
"ClientName": "sample string 22",
"PartnerID": "6372fa0c-3885-4ee3-aa54-1a721d7fa4d5",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"d27f8d0c-5fb0-43fc-9975-80b2bfd119a8",
"29888bb3-2df8-4a80-a205-e7b5efb3deb2"
],
"Id": "c57aad18-3f62-421b-86dd-7cbbe54d9928",
"UserName": "sample string 15",
"UserID": "81eec735-de8e-45d1-b78c-cc7d9a19bc19",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-05-09T16:46:06.2664752+04:00",
"ClientID": "6e22db2d-3cad-478d-a1c6-33fff258beaf",
"ClientName": "sample string 20",
"PartnerID": "eb140133-848e-4d78-81b3-dfa355906737",
"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>6e22db2d-3cad-478d-a1c6-33fff258beaf</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>c57aad18-3f62-421b-86dd-7cbbe54d9928</Id>
<PartnerID>eb140133-848e-4d78-81b3-dfa355906737</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>81eec735-de8e-45d1-b78c-cc7d9a19bc19</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:46:06.2664752+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>71a742cb-74b3-41f8-8ec5-42cf54dfc7f4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>68a1c6f9-f55f-4e38-9014-3410b6eed526</Id>
<PartnerID>6372fa0c-3885-4ee3-aa54-1a721d7fa4d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>92625803-9380-4b78-a0b7-cb3fbf435318</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2a8edd14-c6cf-4b87-ab81-4e0715dbab73</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>93e55166-3050-4340-add1-84a0eb8470fa</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:06.2664752+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:06.2664752+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36624023-14f8-41d4-bef0-b4b95e96ab11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>22e6f656-ccb6-43e8-8996-95498fdc2189</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4fc2b9e9-d04f-4b84-a714-b0005ecacb2b</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:06.2664752+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3ddee1bd-6cba-4796-aa26-c86bbc7dfe20</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:06.2664752+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1b1e1a6-64f3-4669-ae46-aadb309d58ae</d3p1:ServiceID>
<d3p1:ServiceTypeID>8e8d4a49-eb57-4b2a-b0be-19a1181c61f5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>42e2cac5-15b3-404d-9ded-4ce7e1e96194</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:06.2664752+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>71a742cb-74b3-41f8-8ec5-42cf54dfc7f4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>68a1c6f9-f55f-4e38-9014-3410b6eed526</Id>
<PartnerID>6372fa0c-3885-4ee3-aa54-1a721d7fa4d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>92625803-9380-4b78-a0b7-cb3fbf435318</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2a8edd14-c6cf-4b87-ab81-4e0715dbab73</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>93e55166-3050-4340-add1-84a0eb8470fa</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:06.2664752+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:06.2664752+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36624023-14f8-41d4-bef0-b4b95e96ab11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>22e6f656-ccb6-43e8-8996-95498fdc2189</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4fc2b9e9-d04f-4b84-a714-b0005ecacb2b</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:06.2664752+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3ddee1bd-6cba-4796-aa26-c86bbc7dfe20</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:06.2664752+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1b1e1a6-64f3-4669-ae46-aadb309d58ae</d3p1:ServiceID>
<d3p1:ServiceTypeID>8e8d4a49-eb57-4b2a-b0be-19a1181c61f5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>42e2cac5-15b3-404d-9ded-4ce7e1e96194</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:06.2664752+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d27f8d0c-5fb0-43fc-9975-80b2bfd119a8</d3p1:guid>
<d3p1:guid>29888bb3-2df8-4a80-a205-e7b5efb3deb2</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:46:06.2664752+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:46:06.2664752+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f518d9cf-d9b5-4156-aa42-24b0fb7f5c86</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>3c1033e8-e9f2-412a-959a-b60fa4e1a7a6</Id>
<PartnerID>e953416a-71fc-4199-be00-63c6cebb11cb</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9a4f0df4-9758-4d62-8c03-0056de1d8cfe</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>c7b07bf9-949c-401e-931a-dbb092b0066d</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>31c9d7d8-1ddc-4ae8-8bd9-821cfee8e564</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>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2118a8fe-afff-4382-be22-c7ab737bb8ff</d3p1:guid>
<d3p1:guid>e9c66a24-4cf1-4761-b8f1-00c1dd2976ae</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>b404a1b5-5dad-4ef1-87a9-f31f599f5c68</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>6e22db2d-3cad-478d-a1c6-33fff258beaf</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>c57aad18-3f62-421b-86dd-7cbbe54d9928</Id>
<PartnerID>eb140133-848e-4d78-81b3-dfa355906737</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>81eec735-de8e-45d1-b78c-cc7d9a19bc19</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-05-09T16:46:06.2664752+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>71a742cb-74b3-41f8-8ec5-42cf54dfc7f4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>68a1c6f9-f55f-4e38-9014-3410b6eed526</Id>
<PartnerID>6372fa0c-3885-4ee3-aa54-1a721d7fa4d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>92625803-9380-4b78-a0b7-cb3fbf435318</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2a8edd14-c6cf-4b87-ab81-4e0715dbab73</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>93e55166-3050-4340-add1-84a0eb8470fa</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:06.2664752+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:06.2664752+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36624023-14f8-41d4-bef0-b4b95e96ab11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>22e6f656-ccb6-43e8-8996-95498fdc2189</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4fc2b9e9-d04f-4b84-a714-b0005ecacb2b</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:06.2664752+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3ddee1bd-6cba-4796-aa26-c86bbc7dfe20</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:06.2664752+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1b1e1a6-64f3-4669-ae46-aadb309d58ae</d3p1:ServiceID>
<d3p1:ServiceTypeID>8e8d4a49-eb57-4b2a-b0be-19a1181c61f5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>42e2cac5-15b3-404d-9ded-4ce7e1e96194</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:06.2664752+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>71a742cb-74b3-41f8-8ec5-42cf54dfc7f4</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>68a1c6f9-f55f-4e38-9014-3410b6eed526</Id>
<PartnerID>6372fa0c-3885-4ee3-aa54-1a721d7fa4d5</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>92625803-9380-4b78-a0b7-cb3fbf435318</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>2a8edd14-c6cf-4b87-ab81-4e0715dbab73</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>97254c1d-1774-42c2-bfcf-2e76b77dfc50</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>93e55166-3050-4340-add1-84a0eb8470fa</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-05-09T16:46:06.2664752+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-05-09T16:46:06.2664752+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>36624023-14f8-41d4-bef0-b4b95e96ab11</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>22e6f656-ccb6-43e8-8996-95498fdc2189</d3p1:PrevVehicleID>
<d3p1:ReportedByID>4fc2b9e9-d04f-4b84-a714-b0005ecacb2b</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-05-09T16:46:06.2664752+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3ddee1bd-6cba-4796-aa26-c86bbc7dfe20</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-05-09T16:46:06.2664752+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>c1b1e1a6-64f3-4669-ae46-aadb309d58ae</d3p1:ServiceID>
<d3p1:ServiceTypeID>8e8d4a49-eb57-4b2a-b0be-19a1181c61f5</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>42e2cac5-15b3-404d-9ded-4ce7e1e96194</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-05-09T16:46:06.2664752+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d27f8d0c-5fb0-43fc-9975-80b2bfd119a8</d3p1:guid>
<d3p1:guid>29888bb3-2df8-4a80-a205-e7b5efb3deb2</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-05-09T16:46:06.2664752+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-05-09T16:46:06.2664752+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f518d9cf-d9b5-4156-aa42-24b0fb7f5c86</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:46:06.2664752+04:00</CreatedOn>
<Id>3c1033e8-e9f2-412a-959a-b60fa4e1a7a6</Id>
<PartnerID>e953416a-71fc-4199-be00-63c6cebb11cb</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9a4f0df4-9758-4d62-8c03-0056de1d8cfe</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>c7b07bf9-949c-401e-931a-dbb092b0066d</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>31c9d7d8-1ddc-4ae8-8bd9-821cfee8e564</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>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2118a8fe-afff-4382-be22-c7ab737bb8ff</d3p1:guid>
<d3p1:guid>e9c66a24-4cf1-4761-b8f1-00c1dd2976ae</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>b404a1b5-5dad-4ef1-87a9-f31f599f5c68</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0362621f-ec5f-4211-92b4-07126f64e877</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>c9a23580-3607-4c71-a82f-88afc2285752</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>7f1c0f89-d49c-4f85-b173-4448c6c854e6</PartnerID>
<VehicleID>7824c0eb-81fb-4756-8296-cd8ff8ec6557</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>