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": "08f721c4-7940-4936-93fd-a0d37f7f9e17",
"ServiceType": {
"ServiceTypeId": "dee07e9b-57f1-4e13-9805-c48bb7d1e94a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4cc8eac0-aff2-4f80-88b9-7d7030786f15",
"UserName": "sample string 8",
"UserID": "d9c34f8d-12db-4a46-a24d-64568c18ac8b",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "f30660f9-a629-45ba-b448-14bd58a61a41",
"ClientName": "sample string 13",
"PartnerID": "d8155d2c-a403-4d6f-a83a-c3c108afeaa6",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"Vehicles": [
{
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
{
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
}
],
"VehicleGroupIds": [
"a939f28f-ca8c-46f5-bdef-6d8258bff945",
"a607b197-0298-4b5b-8636-008a29607541"
],
"ServiceDoneOn": "2026-02-04T07:07:05.2308238+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": "21049176-5eee-40a5-90e0-7c74f0f85a40",
"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-02-04T07:07:05.2308238+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"IssueID": "1341823f-71f1-465a-b139-758c8f2c82b3",
"ReportedDate": "2026-02-04T07:07:05.2308238+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eea4fa89-8905-44ee-84bb-c9b4c7d2427e",
"ReportedByName": "sample string 6",
"AssignedToID": "3c5de298-929b-4122-8899-b51da021ab7c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"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": "6ae90fee-52d2-4f39-8db7-3a9d5467eee2",
"ServiceTypeID": "9848d10a-ef21-4124-9306-38bcaa6f6e57",
"WorkOrderOn": "2026-02-04T07:07:05.2308238+04:00",
"WorkOrderID": "7895162d-f5c3-43d2-ab9c-3243ddac659b",
"InspectionOn": "2026-02-04T07:07:05.2308238+04:00",
"InspectionItemID": "d880d98f-7122-4843-936f-12679a909cf6"
},
"PrevVehicleID": "317037fc-6efe-43b8-9153-62e6f6a1d28c",
"CloseBy": "edd8e5ae-775a-4589-a36d-0044a74dfd66",
"CloseOn": "2026-02-04T07:07:05.2308238+04:00",
"CriticalLevel": 0,
"Id": "c4f6ced4-a9f9-4b21-ad48-074790a7cd0f",
"UserName": "sample string 17",
"UserID": "9a03ff0e-4244-4cfe-98b9-c87e51d346b5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "c75a4b71-8cc5-4d6f-a852-0c208dc0e499",
"ClientName": "sample string 22",
"PartnerID": "bb85fb4d-67a9-4b68-8b2e-af603ad82723",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"IssueID": "1341823f-71f1-465a-b139-758c8f2c82b3",
"ReportedDate": "2026-02-04T07:07:05.2308238+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eea4fa89-8905-44ee-84bb-c9b4c7d2427e",
"ReportedByName": "sample string 6",
"AssignedToID": "3c5de298-929b-4122-8899-b51da021ab7c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"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": "6ae90fee-52d2-4f39-8db7-3a9d5467eee2",
"ServiceTypeID": "9848d10a-ef21-4124-9306-38bcaa6f6e57",
"WorkOrderOn": "2026-02-04T07:07:05.2308238+04:00",
"WorkOrderID": "7895162d-f5c3-43d2-ab9c-3243ddac659b",
"InspectionOn": "2026-02-04T07:07:05.2308238+04:00",
"InspectionItemID": "d880d98f-7122-4843-936f-12679a909cf6"
},
"PrevVehicleID": "317037fc-6efe-43b8-9153-62e6f6a1d28c",
"CloseBy": "edd8e5ae-775a-4589-a36d-0044a74dfd66",
"CloseOn": "2026-02-04T07:07:05.2308238+04:00",
"CriticalLevel": 0,
"Id": "c4f6ced4-a9f9-4b21-ad48-074790a7cd0f",
"UserName": "sample string 17",
"UserID": "9a03ff0e-4244-4cfe-98b9-c87e51d346b5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "c75a4b71-8cc5-4d6f-a852-0c208dc0e499",
"ClientName": "sample string 22",
"PartnerID": "bb85fb4d-67a9-4b68-8b2e-af603ad82723",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"03b6ac3d-64c1-479e-b1d0-60f92dad54cd",
"6e1ef930-2b61-4038-958b-328e431856fc"
],
"Id": "d93e68bb-8a3f-4ca6-9ecb-47844e62845d",
"UserName": "sample string 15",
"UserID": "fb1c45df-4d7d-429a-b4be-d89cdf795632",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "5373002e-8c1a-414b-ad88-095317f2070e",
"ClientName": "sample string 20",
"PartnerID": "519e2947-4754-4355-b254-aa9721562062",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "08f721c4-7940-4936-93fd-a0d37f7f9e17",
"ServiceType": {
"ServiceTypeId": "dee07e9b-57f1-4e13-9805-c48bb7d1e94a",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "4cc8eac0-aff2-4f80-88b9-7d7030786f15",
"UserName": "sample string 8",
"UserID": "d9c34f8d-12db-4a46-a24d-64568c18ac8b",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "f30660f9-a629-45ba-b448-14bd58a61a41",
"ClientName": "sample string 13",
"PartnerID": "d8155d2c-a403-4d6f-a83a-c3c108afeaa6",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"Vehicles": [
{
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
{
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
}
],
"VehicleGroupIds": [
"a939f28f-ca8c-46f5-bdef-6d8258bff945",
"a607b197-0298-4b5b-8636-008a29607541"
],
"ServiceDoneOn": "2026-02-04T07:07:05.2308238+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": "21049176-5eee-40a5-90e0-7c74f0f85a40",
"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-02-04T07:07:05.2308238+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"IssueID": "1341823f-71f1-465a-b139-758c8f2c82b3",
"ReportedDate": "2026-02-04T07:07:05.2308238+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eea4fa89-8905-44ee-84bb-c9b4c7d2427e",
"ReportedByName": "sample string 6",
"AssignedToID": "3c5de298-929b-4122-8899-b51da021ab7c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"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": "6ae90fee-52d2-4f39-8db7-3a9d5467eee2",
"ServiceTypeID": "9848d10a-ef21-4124-9306-38bcaa6f6e57",
"WorkOrderOn": "2026-02-04T07:07:05.2308238+04:00",
"WorkOrderID": "7895162d-f5c3-43d2-ab9c-3243ddac659b",
"InspectionOn": "2026-02-04T07:07:05.2308238+04:00",
"InspectionItemID": "d880d98f-7122-4843-936f-12679a909cf6"
},
"PrevVehicleID": "317037fc-6efe-43b8-9153-62e6f6a1d28c",
"CloseBy": "edd8e5ae-775a-4589-a36d-0044a74dfd66",
"CloseOn": "2026-02-04T07:07:05.2308238+04:00",
"CriticalLevel": 0,
"Id": "c4f6ced4-a9f9-4b21-ad48-074790a7cd0f",
"UserName": "sample string 17",
"UserID": "9a03ff0e-4244-4cfe-98b9-c87e51d346b5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "c75a4b71-8cc5-4d6f-a852-0c208dc0e499",
"ClientName": "sample string 22",
"PartnerID": "bb85fb4d-67a9-4b68-8b2e-af603ad82723",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "8bc24a94-05a2-4e92-a2d7-95c7935973cc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36",
"PartnerID": "433c05e1-5882-4203-abfd-a743cdd37d81"
},
"IssueID": "1341823f-71f1-465a-b139-758c8f2c82b3",
"ReportedDate": "2026-02-04T07:07:05.2308238+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "eea4fa89-8905-44ee-84bb-c9b4c7d2427e",
"ReportedByName": "sample string 6",
"AssignedToID": "3c5de298-929b-4122-8899-b51da021ab7c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:07:05.2308238+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "64d4e57a-5f92-491f-afd6-f68f5b714799",
"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": "6ae90fee-52d2-4f39-8db7-3a9d5467eee2",
"ServiceTypeID": "9848d10a-ef21-4124-9306-38bcaa6f6e57",
"WorkOrderOn": "2026-02-04T07:07:05.2308238+04:00",
"WorkOrderID": "7895162d-f5c3-43d2-ab9c-3243ddac659b",
"InspectionOn": "2026-02-04T07:07:05.2308238+04:00",
"InspectionItemID": "d880d98f-7122-4843-936f-12679a909cf6"
},
"PrevVehicleID": "317037fc-6efe-43b8-9153-62e6f6a1d28c",
"CloseBy": "edd8e5ae-775a-4589-a36d-0044a74dfd66",
"CloseOn": "2026-02-04T07:07:05.2308238+04:00",
"CriticalLevel": 0,
"Id": "c4f6ced4-a9f9-4b21-ad48-074790a7cd0f",
"UserName": "sample string 17",
"UserID": "9a03ff0e-4244-4cfe-98b9-c87e51d346b5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "c75a4b71-8cc5-4d6f-a852-0c208dc0e499",
"ClientName": "sample string 22",
"PartnerID": "bb85fb4d-67a9-4b68-8b2e-af603ad82723",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"03b6ac3d-64c1-479e-b1d0-60f92dad54cd",
"6e1ef930-2b61-4038-958b-328e431856fc"
],
"Id": "d93e68bb-8a3f-4ca6-9ecb-47844e62845d",
"UserName": "sample string 15",
"UserID": "fb1c45df-4d7d-429a-b4be-d89cdf795632",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-02-04T07:07:05.2308238+04:00",
"ClientID": "5373002e-8c1a-414b-ad88-095317f2070e",
"ClientName": "sample string 20",
"PartnerID": "519e2947-4754-4355-b254-aa9721562062",
"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>5373002e-8c1a-414b-ad88-095317f2070e</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>d93e68bb-8a3f-4ca6-9ecb-47844e62845d</Id>
<PartnerID>519e2947-4754-4355-b254-aa9721562062</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>fb1c45df-4d7d-429a-b4be-d89cdf795632</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-04T07:07:05.2308238+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>c75a4b71-8cc5-4d6f-a852-0c208dc0e499</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>c4f6ced4-a9f9-4b21-ad48-074790a7cd0f</Id>
<PartnerID>bb85fb4d-67a9-4b68-8b2e-af603ad82723</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9a03ff0e-4244-4cfe-98b9-c87e51d346b5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3c5de298-929b-4122-8899-b51da021ab7c</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>edd8e5ae-775a-4589-a36d-0044a74dfd66</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-04T07:07:05.2308238+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-04T07:07:05.2308238+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1341823f-71f1-465a-b139-758c8f2c82b3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>317037fc-6efe-43b8-9153-62e6f6a1d28c</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eea4fa89-8905-44ee-84bb-c9b4c7d2427e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-04T07:07:05.2308238+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>d880d98f-7122-4843-936f-12679a909cf6</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-04T07:07:05.2308238+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>6ae90fee-52d2-4f39-8db7-3a9d5467eee2</d3p1:ServiceID>
<d3p1:ServiceTypeID>9848d10a-ef21-4124-9306-38bcaa6f6e57</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>7895162d-f5c3-43d2-ab9c-3243ddac659b</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-04T07:07:05.2308238+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c75a4b71-8cc5-4d6f-a852-0c208dc0e499</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>c4f6ced4-a9f9-4b21-ad48-074790a7cd0f</Id>
<PartnerID>bb85fb4d-67a9-4b68-8b2e-af603ad82723</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9a03ff0e-4244-4cfe-98b9-c87e51d346b5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3c5de298-929b-4122-8899-b51da021ab7c</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>edd8e5ae-775a-4589-a36d-0044a74dfd66</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-04T07:07:05.2308238+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-04T07:07:05.2308238+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1341823f-71f1-465a-b139-758c8f2c82b3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>317037fc-6efe-43b8-9153-62e6f6a1d28c</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eea4fa89-8905-44ee-84bb-c9b4c7d2427e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-04T07:07:05.2308238+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>d880d98f-7122-4843-936f-12679a909cf6</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-04T07:07:05.2308238+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>6ae90fee-52d2-4f39-8db7-3a9d5467eee2</d3p1:ServiceID>
<d3p1:ServiceTypeID>9848d10a-ef21-4124-9306-38bcaa6f6e57</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>7895162d-f5c3-43d2-ab9c-3243ddac659b</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-04T07:07:05.2308238+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>03b6ac3d-64c1-479e-b1d0-60f92dad54cd</d3p1:guid>
<d3p1:guid>6e1ef930-2b61-4038-958b-328e431856fc</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-04T07:07:05.2308238+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-04T07:07:05.2308238+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f30660f9-a629-45ba-b448-14bd58a61a41</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>4cc8eac0-aff2-4f80-88b9-7d7030786f15</Id>
<PartnerID>d8155d2c-a403-4d6f-a83a-c3c108afeaa6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>d9c34f8d-12db-4a46-a24d-64568c18ac8b</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>dee07e9b-57f1-4e13-9805-c48bb7d1e94a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>21049176-5eee-40a5-90e0-7c74f0f85a40</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>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a939f28f-ca8c-46f5-bdef-6d8258bff945</d3p1:guid>
<d3p1:guid>a607b197-0298-4b5b-8636-008a29607541</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>08f721c4-7940-4936-93fd-a0d37f7f9e17</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>5373002e-8c1a-414b-ad88-095317f2070e</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>d93e68bb-8a3f-4ca6-9ecb-47844e62845d</Id>
<PartnerID>519e2947-4754-4355-b254-aa9721562062</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>fb1c45df-4d7d-429a-b4be-d89cdf795632</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-02-04T07:07:05.2308238+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>c75a4b71-8cc5-4d6f-a852-0c208dc0e499</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>c4f6ced4-a9f9-4b21-ad48-074790a7cd0f</Id>
<PartnerID>bb85fb4d-67a9-4b68-8b2e-af603ad82723</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9a03ff0e-4244-4cfe-98b9-c87e51d346b5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3c5de298-929b-4122-8899-b51da021ab7c</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>edd8e5ae-775a-4589-a36d-0044a74dfd66</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-04T07:07:05.2308238+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-04T07:07:05.2308238+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1341823f-71f1-465a-b139-758c8f2c82b3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>317037fc-6efe-43b8-9153-62e6f6a1d28c</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eea4fa89-8905-44ee-84bb-c9b4c7d2427e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-04T07:07:05.2308238+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>d880d98f-7122-4843-936f-12679a909cf6</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-04T07:07:05.2308238+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>6ae90fee-52d2-4f39-8db7-3a9d5467eee2</d3p1:ServiceID>
<d3p1:ServiceTypeID>9848d10a-ef21-4124-9306-38bcaa6f6e57</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>7895162d-f5c3-43d2-ab9c-3243ddac659b</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-04T07:07:05.2308238+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>c75a4b71-8cc5-4d6f-a852-0c208dc0e499</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>c4f6ced4-a9f9-4b21-ad48-074790a7cd0f</Id>
<PartnerID>bb85fb4d-67a9-4b68-8b2e-af603ad82723</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>9a03ff0e-4244-4cfe-98b9-c87e51d346b5</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>3c5de298-929b-4122-8899-b51da021ab7c</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>64d4e57a-5f92-491f-afd6-f68f5b714799</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>edd8e5ae-775a-4589-a36d-0044a74dfd66</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-02-04T07:07:05.2308238+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-02-04T07:07:05.2308238+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>1341823f-71f1-465a-b139-758c8f2c82b3</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>317037fc-6efe-43b8-9153-62e6f6a1d28c</d3p1:PrevVehicleID>
<d3p1:ReportedByID>eea4fa89-8905-44ee-84bb-c9b4c7d2427e</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-02-04T07:07:05.2308238+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>d880d98f-7122-4843-936f-12679a909cf6</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-02-04T07:07:05.2308238+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>6ae90fee-52d2-4f39-8db7-3a9d5467eee2</d3p1:ServiceID>
<d3p1:ServiceTypeID>9848d10a-ef21-4124-9306-38bcaa6f6e57</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>7895162d-f5c3-43d2-ab9c-3243ddac659b</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-02-04T07:07:05.2308238+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>03b6ac3d-64c1-479e-b1d0-60f92dad54cd</d3p1:guid>
<d3p1:guid>6e1ef930-2b61-4038-958b-328e431856fc</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-02-04T07:07:05.2308238+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-02-04T07:07:05.2308238+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>f30660f9-a629-45ba-b448-14bd58a61a41</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-04T07:07:05.2308238+04:00</CreatedOn>
<Id>4cc8eac0-aff2-4f80-88b9-7d7030786f15</Id>
<PartnerID>d8155d2c-a403-4d6f-a83a-c3c108afeaa6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>d9c34f8d-12db-4a46-a24d-64568c18ac8b</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>dee07e9b-57f1-4e13-9805-c48bb7d1e94a</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>21049176-5eee-40a5-90e0-7c74f0f85a40</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>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a939f28f-ca8c-46f5-bdef-6d8258bff945</d3p1:guid>
<d3p1:guid>a607b197-0298-4b5b-8636-008a29607541</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>08f721c4-7940-4936-93fd-a0d37f7f9e17</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>d2d8c22c-8722-4eb7-95fb-0dd18cfe9d36</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>4287cfc8-0a93-4d1e-9de2-74ae3ca2ff14</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>433c05e1-5882-4203-abfd-a743cdd37d81</PartnerID>
<VehicleID>8bc24a94-05a2-4e92-a2d7-95c7935973cc</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>