GET Api/Service/GetServiceHistory?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "6fde542a-2e1c-402b-a270-d6d0e93b3913",
"ServiceType": {
"ServiceTypeId": "61423bf5-94fd-4ae5-950e-af9f47d7c545",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "c6fa1bd7-ae35-48a9-bf95-aea733560391",
"UserName": "sample string 8",
"UserID": "93f36229-60ab-49d0-8f96-9dbe0c904a67",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "76e75ccd-66f9-4bc0-93c1-904c60602bf5",
"ClientName": "sample string 13",
"PartnerID": "7b104238-7cb9-4208-b995-36304c213811",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"Vehicles": [
{
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
{
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
}
],
"VehicleGroupIds": [
"ff3c8915-2094-461a-8b8e-56a5afc7891d",
"3c13cad0-e5d0-45f0-94ae-5afb67afcc65"
],
"ServiceDoneOn": "2026-08-27T20:42:48.9767598+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": "b51ac18a-9cce-4762-b5ed-11faf25175a8",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-08-27T20:42:48.9767598+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"IssueID": "4c89f984-6b6c-401b-9297-733d4d994c4d",
"ReportedDate": "2026-08-27T20:42:48.9767598+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "84a9e979-2c39-4eac-8931-f8f5a4cec071",
"ReportedByName": "sample string 6",
"AssignedToID": "356054a7-5f78-4542-9dcb-4d24fd723f8a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"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": "5b6aea3d-eaca-4a6e-8192-7c16277dc20a",
"ServiceTypeID": "9ef8af39-1b00-47e3-b86b-09194e959a52",
"WorkOrderOn": "2026-08-27T20:42:48.9767598+04:00",
"WorkOrderID": "e894a6b7-510d-4a28-936d-9bc03384c07d",
"InspectionOn": "2026-08-27T20:42:48.9767598+04:00",
"InspectionItemID": "3255eeb8-bfd1-443a-a23b-23e8840278a9"
},
"PrevVehicleID": "79404ed5-6737-433e-8e6c-9a2b7c1348ea",
"CloseBy": "4ca3b074-7c4b-4a2b-843f-6c42a1ff755a",
"CloseOn": "2026-08-27T20:42:48.9767598+04:00",
"CriticalLevel": 0,
"Id": "287cfc36-e94c-41bc-8a91-f3b87002ab1b",
"UserName": "sample string 17",
"UserID": "2a5fcacd-a97b-47b5-a95f-299f2fb0528a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "7f2867c7-6679-4586-be59-035ae8b6cc5a",
"ClientName": "sample string 22",
"PartnerID": "902a4044-44a2-49ca-8df9-c2e6888d4fdf",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"IssueID": "4c89f984-6b6c-401b-9297-733d4d994c4d",
"ReportedDate": "2026-08-27T20:42:48.9767598+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "84a9e979-2c39-4eac-8931-f8f5a4cec071",
"ReportedByName": "sample string 6",
"AssignedToID": "356054a7-5f78-4542-9dcb-4d24fd723f8a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"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": "5b6aea3d-eaca-4a6e-8192-7c16277dc20a",
"ServiceTypeID": "9ef8af39-1b00-47e3-b86b-09194e959a52",
"WorkOrderOn": "2026-08-27T20:42:48.9767598+04:00",
"WorkOrderID": "e894a6b7-510d-4a28-936d-9bc03384c07d",
"InspectionOn": "2026-08-27T20:42:48.9767598+04:00",
"InspectionItemID": "3255eeb8-bfd1-443a-a23b-23e8840278a9"
},
"PrevVehicleID": "79404ed5-6737-433e-8e6c-9a2b7c1348ea",
"CloseBy": "4ca3b074-7c4b-4a2b-843f-6c42a1ff755a",
"CloseOn": "2026-08-27T20:42:48.9767598+04:00",
"CriticalLevel": 0,
"Id": "287cfc36-e94c-41bc-8a91-f3b87002ab1b",
"UserName": "sample string 17",
"UserID": "2a5fcacd-a97b-47b5-a95f-299f2fb0528a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "7f2867c7-6679-4586-be59-035ae8b6cc5a",
"ClientName": "sample string 22",
"PartnerID": "902a4044-44a2-49ca-8df9-c2e6888d4fdf",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"c72c80c9-73be-4496-b995-834ffbe7187a",
"caed79ff-a783-4fbb-8bd1-94a7c75191cc"
],
"Id": "c77b0941-f686-45cd-beeb-714b783a8f37",
"UserName": "sample string 15",
"UserID": "f8efc4f8-42a1-431d-be45-36b6ab794af3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "d4c22e6a-ad44-4938-82eb-2c334f6abac3",
"ClientName": "sample string 20",
"PartnerID": "31452630-b6c9-451f-9f6b-50a9457ec735",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "6fde542a-2e1c-402b-a270-d6d0e93b3913",
"ServiceType": {
"ServiceTypeId": "61423bf5-94fd-4ae5-950e-af9f47d7c545",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "c6fa1bd7-ae35-48a9-bf95-aea733560391",
"UserName": "sample string 8",
"UserID": "93f36229-60ab-49d0-8f96-9dbe0c904a67",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "76e75ccd-66f9-4bc0-93c1-904c60602bf5",
"ClientName": "sample string 13",
"PartnerID": "7b104238-7cb9-4208-b995-36304c213811",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"Vehicles": [
{
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
{
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
}
],
"VehicleGroupIds": [
"ff3c8915-2094-461a-8b8e-56a5afc7891d",
"3c13cad0-e5d0-45f0-94ae-5afb67afcc65"
],
"ServiceDoneOn": "2026-08-27T20:42:48.9767598+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": "b51ac18a-9cce-4762-b5ed-11faf25175a8",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"ReminderBeforeDays": 6,
"ReminderBeforeKms": 7,
"ReminderBeforeEngineHrs": 8,
"LastServiceDoneOn": "2026-08-27T20:42:48.9767598+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"IssueID": "4c89f984-6b6c-401b-9297-733d4d994c4d",
"ReportedDate": "2026-08-27T20:42:48.9767598+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "84a9e979-2c39-4eac-8931-f8f5a4cec071",
"ReportedByName": "sample string 6",
"AssignedToID": "356054a7-5f78-4542-9dcb-4d24fd723f8a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"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": "5b6aea3d-eaca-4a6e-8192-7c16277dc20a",
"ServiceTypeID": "9ef8af39-1b00-47e3-b86b-09194e959a52",
"WorkOrderOn": "2026-08-27T20:42:48.9767598+04:00",
"WorkOrderID": "e894a6b7-510d-4a28-936d-9bc03384c07d",
"InspectionOn": "2026-08-27T20:42:48.9767598+04:00",
"InspectionItemID": "3255eeb8-bfd1-443a-a23b-23e8840278a9"
},
"PrevVehicleID": "79404ed5-6737-433e-8e6c-9a2b7c1348ea",
"CloseBy": "4ca3b074-7c4b-4a2b-843f-6c42a1ff755a",
"CloseOn": "2026-08-27T20:42:48.9767598+04:00",
"CriticalLevel": 0,
"Id": "287cfc36-e94c-41bc-8a91-f3b87002ab1b",
"UserName": "sample string 17",
"UserID": "2a5fcacd-a97b-47b5-a95f-299f2fb0528a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "7f2867c7-6679-4586-be59-035ae8b6cc5a",
"ClientName": "sample string 22",
"PartnerID": "902a4044-44a2-49ca-8df9-c2e6888d4fdf",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "540e85fe-c783-498d-ae59-8247a1e9e7b6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df0efb49-f263-46ce-9963-bf1be6329366",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4e70ecd8-11e2-415a-896d-2b3685c0b683",
"PartnerID": "00209c66-be48-445f-a400-39c7ee63a6b1"
},
"IssueID": "4c89f984-6b6c-401b-9297-733d4d994c4d",
"ReportedDate": "2026-08-27T20:42:48.9767598+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "84a9e979-2c39-4eac-8931-f8f5a4cec071",
"ReportedByName": "sample string 6",
"AssignedToID": "356054a7-5f78-4542-9dcb-4d24fd723f8a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-27T20:42:48.9767598+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b8ebf882-94f0-45ac-83bb-f928b503f160",
"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": "5b6aea3d-eaca-4a6e-8192-7c16277dc20a",
"ServiceTypeID": "9ef8af39-1b00-47e3-b86b-09194e959a52",
"WorkOrderOn": "2026-08-27T20:42:48.9767598+04:00",
"WorkOrderID": "e894a6b7-510d-4a28-936d-9bc03384c07d",
"InspectionOn": "2026-08-27T20:42:48.9767598+04:00",
"InspectionItemID": "3255eeb8-bfd1-443a-a23b-23e8840278a9"
},
"PrevVehicleID": "79404ed5-6737-433e-8e6c-9a2b7c1348ea",
"CloseBy": "4ca3b074-7c4b-4a2b-843f-6c42a1ff755a",
"CloseOn": "2026-08-27T20:42:48.9767598+04:00",
"CriticalLevel": 0,
"Id": "287cfc36-e94c-41bc-8a91-f3b87002ab1b",
"UserName": "sample string 17",
"UserID": "2a5fcacd-a97b-47b5-a95f-299f2fb0528a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "7f2867c7-6679-4586-be59-035ae8b6cc5a",
"ClientName": "sample string 22",
"PartnerID": "902a4044-44a2-49ca-8df9-c2e6888d4fdf",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"c72c80c9-73be-4496-b995-834ffbe7187a",
"caed79ff-a783-4fbb-8bd1-94a7c75191cc"
],
"Id": "c77b0941-f686-45cd-beeb-714b783a8f37",
"UserName": "sample string 15",
"UserID": "f8efc4f8-42a1-431d-be45-36b6ab794af3",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-27T20:42:48.9767598+04:00",
"ClientID": "d4c22e6a-ad44-4938-82eb-2c334f6abac3",
"ClientName": "sample string 20",
"PartnerID": "31452630-b6c9-451f-9f6b-50a9457ec735",
"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>d4c22e6a-ad44-4938-82eb-2c334f6abac3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>c77b0941-f686-45cd-beeb-714b783a8f37</Id>
<PartnerID>31452630-b6c9-451f-9f6b-50a9457ec735</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>f8efc4f8-42a1-431d-be45-36b6ab794af3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-27T20:42:48.9767598+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>7f2867c7-6679-4586-be59-035ae8b6cc5a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>287cfc36-e94c-41bc-8a91-f3b87002ab1b</Id>
<PartnerID>902a4044-44a2-49ca-8df9-c2e6888d4fdf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2a5fcacd-a97b-47b5-a95f-299f2fb0528a</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>356054a7-5f78-4542-9dcb-4d24fd723f8a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ca3b074-7c4b-4a2b-843f-6c42a1ff755a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-27T20:42:48.9767598+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-27T20:42:48.9767598+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4c89f984-6b6c-401b-9297-733d4d994c4d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>79404ed5-6737-433e-8e6c-9a2b7c1348ea</d3p1:PrevVehicleID>
<d3p1:ReportedByID>84a9e979-2c39-4eac-8931-f8f5a4cec071</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-27T20:42:48.9767598+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3255eeb8-bfd1-443a-a23b-23e8840278a9</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-27T20:42:48.9767598+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5b6aea3d-eaca-4a6e-8192-7c16277dc20a</d3p1:ServiceID>
<d3p1:ServiceTypeID>9ef8af39-1b00-47e3-b86b-09194e959a52</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e894a6b7-510d-4a28-936d-9bc03384c07d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-27T20:42:48.9767598+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>7f2867c7-6679-4586-be59-035ae8b6cc5a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>287cfc36-e94c-41bc-8a91-f3b87002ab1b</Id>
<PartnerID>902a4044-44a2-49ca-8df9-c2e6888d4fdf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2a5fcacd-a97b-47b5-a95f-299f2fb0528a</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>356054a7-5f78-4542-9dcb-4d24fd723f8a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ca3b074-7c4b-4a2b-843f-6c42a1ff755a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-27T20:42:48.9767598+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-27T20:42:48.9767598+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4c89f984-6b6c-401b-9297-733d4d994c4d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>79404ed5-6737-433e-8e6c-9a2b7c1348ea</d3p1:PrevVehicleID>
<d3p1:ReportedByID>84a9e979-2c39-4eac-8931-f8f5a4cec071</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-27T20:42:48.9767598+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3255eeb8-bfd1-443a-a23b-23e8840278a9</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-27T20:42:48.9767598+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5b6aea3d-eaca-4a6e-8192-7c16277dc20a</d3p1:ServiceID>
<d3p1:ServiceTypeID>9ef8af39-1b00-47e3-b86b-09194e959a52</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e894a6b7-510d-4a28-936d-9bc03384c07d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-27T20:42:48.9767598+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c72c80c9-73be-4496-b995-834ffbe7187a</d3p1:guid>
<d3p1:guid>caed79ff-a783-4fbb-8bd1-94a7c75191cc</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-27T20:42:48.9767598+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-27T20:42:48.9767598+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>76e75ccd-66f9-4bc0-93c1-904c60602bf5</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>c6fa1bd7-ae35-48a9-bf95-aea733560391</Id>
<PartnerID>7b104238-7cb9-4208-b995-36304c213811</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>93f36229-60ab-49d0-8f96-9dbe0c904a67</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>61423bf5-94fd-4ae5-950e-af9f47d7c545</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>b51ac18a-9cce-4762-b5ed-11faf25175a8</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>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ff3c8915-2094-461a-8b8e-56a5afc7891d</d3p1:guid>
<d3p1:guid>3c13cad0-e5d0-45f0-94ae-5afb67afcc65</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6fde542a-2e1c-402b-a270-d6d0e93b3913</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>d4c22e6a-ad44-4938-82eb-2c334f6abac3</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>c77b0941-f686-45cd-beeb-714b783a8f37</Id>
<PartnerID>31452630-b6c9-451f-9f6b-50a9457ec735</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>f8efc4f8-42a1-431d-be45-36b6ab794af3</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-27T20:42:48.9767598+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>7f2867c7-6679-4586-be59-035ae8b6cc5a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>287cfc36-e94c-41bc-8a91-f3b87002ab1b</Id>
<PartnerID>902a4044-44a2-49ca-8df9-c2e6888d4fdf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2a5fcacd-a97b-47b5-a95f-299f2fb0528a</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>356054a7-5f78-4542-9dcb-4d24fd723f8a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ca3b074-7c4b-4a2b-843f-6c42a1ff755a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-27T20:42:48.9767598+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-27T20:42:48.9767598+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4c89f984-6b6c-401b-9297-733d4d994c4d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>79404ed5-6737-433e-8e6c-9a2b7c1348ea</d3p1:PrevVehicleID>
<d3p1:ReportedByID>84a9e979-2c39-4eac-8931-f8f5a4cec071</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-27T20:42:48.9767598+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3255eeb8-bfd1-443a-a23b-23e8840278a9</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-27T20:42:48.9767598+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5b6aea3d-eaca-4a6e-8192-7c16277dc20a</d3p1:ServiceID>
<d3p1:ServiceTypeID>9ef8af39-1b00-47e3-b86b-09194e959a52</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e894a6b7-510d-4a28-936d-9bc03384c07d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-27T20:42:48.9767598+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>7f2867c7-6679-4586-be59-035ae8b6cc5a</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>287cfc36-e94c-41bc-8a91-f3b87002ab1b</Id>
<PartnerID>902a4044-44a2-49ca-8df9-c2e6888d4fdf</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2a5fcacd-a97b-47b5-a95f-299f2fb0528a</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>356054a7-5f78-4542-9dcb-4d24fd723f8a</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>b8ebf882-94f0-45ac-83bb-f928b503f160</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>4ca3b074-7c4b-4a2b-843f-6c42a1ff755a</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-27T20:42:48.9767598+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-27T20:42:48.9767598+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>4c89f984-6b6c-401b-9297-733d4d994c4d</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>79404ed5-6737-433e-8e6c-9a2b7c1348ea</d3p1:PrevVehicleID>
<d3p1:ReportedByID>84a9e979-2c39-4eac-8931-f8f5a4cec071</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-27T20:42:48.9767598+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>3255eeb8-bfd1-443a-a23b-23e8840278a9</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-27T20:42:48.9767598+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>5b6aea3d-eaca-4a6e-8192-7c16277dc20a</d3p1:ServiceID>
<d3p1:ServiceTypeID>9ef8af39-1b00-47e3-b86b-09194e959a52</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e894a6b7-510d-4a28-936d-9bc03384c07d</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-27T20:42:48.9767598+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c72c80c9-73be-4496-b995-834ffbe7187a</d3p1:guid>
<d3p1:guid>caed79ff-a783-4fbb-8bd1-94a7c75191cc</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-27T20:42:48.9767598+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-27T20:42:48.9767598+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>76e75ccd-66f9-4bc0-93c1-904c60602bf5</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-27T20:42:48.9767598+04:00</CreatedOn>
<Id>c6fa1bd7-ae35-48a9-bf95-aea733560391</Id>
<PartnerID>7b104238-7cb9-4208-b995-36304c213811</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>93f36229-60ab-49d0-8f96-9dbe0c904a67</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>61423bf5-94fd-4ae5-950e-af9f47d7c545</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>b51ac18a-9cce-4762-b5ed-11faf25175a8</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>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ff3c8915-2094-461a-8b8e-56a5afc7891d</d3p1:guid>
<d3p1:guid>3c13cad0-e5d0-45f0-94ae-5afb67afcc65</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>6fde542a-2e1c-402b-a270-d6d0e93b3913</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>4e70ecd8-11e2-415a-896d-2b3685c0b683</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df0efb49-f263-46ce-9963-bf1be6329366</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>00209c66-be48-445f-a400-39c7ee63a6b1</PartnerID>
<VehicleID>540e85fe-c783-498d-ae59-8247a1e9e7b6</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>