GET Api/Service?t={t}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| t | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleService| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleServiceID | globally unique identifier |
None. |
|
| ServiceType | ServiceType |
None. |
|
| DueKms | integer |
None. |
|
| DueDate | date |
None. |
|
| EngineHours | integer |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| Vehicles | Collection of VehicleBase |
None. |
|
| VehicleGroupIds | Collection of globally unique identifier |
None. |
|
| ServiceDoneOn | date |
None. |
|
| ServiceDoneOnKms | integer |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| ReminderBeforeKms | integer |
None. |
|
| ReminderBeforeEngineHrs | integer |
None. |
|
| LastServiceDoneOn | date |
None. |
|
| LastServiceDoneKms | integer |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Issue | Collection of Issue |
None. |
|
| IssueList | Collection of globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleServiceID": "014af4bf-d64e-4674-bebb-3eb9044ca822",
"ServiceType": {
"ServiceTypeId": "f755c2a9-9e5b-4ace-b520-e5051b8d92d7",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9de918b2-27c1-4414-9c7e-7bd6c9ec3665",
"UserName": "sample string 8",
"UserID": "31c7cff2-15d1-4ca8-a593-c483d765dbbf",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "af10630b-1d15-4f6e-bb65-a9c6416c9a7b",
"ClientName": "sample string 13",
"PartnerID": "452e3b88-ff6f-418b-b712-a9e0602e99e5",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"Vehicles": [
{
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
{
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
}
],
"VehicleGroupIds": [
"73a15352-e70e-462a-afc1-15b7d8f49e83",
"c846b44f-9c4b-4c83-937d-88c29072c76e"
],
"ServiceDoneOn": "2026-08-03T12:21:17.6754581+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": "eac6e2a6-5134-4f85-a432-c56af0e1b102",
"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-03T12:21:17.6754581+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"IssueID": "d89c5e13-3fce-48f7-9f41-b01bacba2ac9",
"ReportedDate": "2026-08-03T12:21:17.6754581+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "33d6d7f9-cbbb-42ac-a12f-69f575b8304a",
"ReportedByName": "sample string 6",
"AssignedToID": "1708b420-bbd2-4306-a2c6-2ed5c41a7346",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"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": "db2480e4-2520-4736-ad01-407182e3cb6a",
"ServiceTypeID": "7b65ed58-14e0-4ba6-a468-728fc11488b1",
"WorkOrderOn": "2026-08-03T12:21:17.6754581+04:00",
"WorkOrderID": "e383917f-827e-42f1-8012-f42cc667e011",
"InspectionOn": "2026-08-03T12:21:17.6754581+04:00",
"InspectionItemID": "cd05035a-1750-4aee-b56a-9639ffb58cb7"
},
"PrevVehicleID": "be23e9d9-f503-4233-8a6e-d54afdf8c28b",
"CloseBy": "e8ed4e3b-19a1-4815-adde-771f452b9d25",
"CloseOn": "2026-08-03T12:21:17.6754581+04:00",
"CriticalLevel": 0,
"Id": "8591694f-6023-48da-b198-399de1d00571",
"UserName": "sample string 17",
"UserID": "2bec1db9-c3ca-4768-baae-b99bef5921bb",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "5926c12c-57a6-4e1d-93a9-309e680e0344",
"ClientName": "sample string 22",
"PartnerID": "97f0f11c-3a77-4ba4-bde5-547a5d5a1509",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"IssueID": "d89c5e13-3fce-48f7-9f41-b01bacba2ac9",
"ReportedDate": "2026-08-03T12:21:17.6754581+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "33d6d7f9-cbbb-42ac-a12f-69f575b8304a",
"ReportedByName": "sample string 6",
"AssignedToID": "1708b420-bbd2-4306-a2c6-2ed5c41a7346",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"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": "db2480e4-2520-4736-ad01-407182e3cb6a",
"ServiceTypeID": "7b65ed58-14e0-4ba6-a468-728fc11488b1",
"WorkOrderOn": "2026-08-03T12:21:17.6754581+04:00",
"WorkOrderID": "e383917f-827e-42f1-8012-f42cc667e011",
"InspectionOn": "2026-08-03T12:21:17.6754581+04:00",
"InspectionItemID": "cd05035a-1750-4aee-b56a-9639ffb58cb7"
},
"PrevVehicleID": "be23e9d9-f503-4233-8a6e-d54afdf8c28b",
"CloseBy": "e8ed4e3b-19a1-4815-adde-771f452b9d25",
"CloseOn": "2026-08-03T12:21:17.6754581+04:00",
"CriticalLevel": 0,
"Id": "8591694f-6023-48da-b198-399de1d00571",
"UserName": "sample string 17",
"UserID": "2bec1db9-c3ca-4768-baae-b99bef5921bb",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "5926c12c-57a6-4e1d-93a9-309e680e0344",
"ClientName": "sample string 22",
"PartnerID": "97f0f11c-3a77-4ba4-bde5-547a5d5a1509",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"dfa89455-2556-422e-a176-c86fceda55b2",
"05d975cf-85e4-441c-a453-16112d53cc08"
],
"Id": "31a992c8-18b8-45c1-939f-c49f5e373bbe",
"UserName": "sample string 15",
"UserID": "b1e8bd19-4a51-4f4d-9a00-f2ac663fcd2d",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "bd9c4483-ff3a-4820-999d-177c535a63a4",
"ClientName": "sample string 20",
"PartnerID": "2091ec48-5aa2-4a6c-876d-bef4805a9241",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "014af4bf-d64e-4674-bebb-3eb9044ca822",
"ServiceType": {
"ServiceTypeId": "f755c2a9-9e5b-4ace-b520-e5051b8d92d7",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "9de918b2-27c1-4414-9c7e-7bd6c9ec3665",
"UserName": "sample string 8",
"UserID": "31c7cff2-15d1-4ca8-a593-c483d765dbbf",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "af10630b-1d15-4f6e-bb65-a9c6416c9a7b",
"ClientName": "sample string 13",
"PartnerID": "452e3b88-ff6f-418b-b712-a9e0602e99e5",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"Vehicles": [
{
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
{
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
}
],
"VehicleGroupIds": [
"73a15352-e70e-462a-afc1-15b7d8f49e83",
"c846b44f-9c4b-4c83-937d-88c29072c76e"
],
"ServiceDoneOn": "2026-08-03T12:21:17.6754581+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": "eac6e2a6-5134-4f85-a432-c56af0e1b102",
"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-03T12:21:17.6754581+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"IssueID": "d89c5e13-3fce-48f7-9f41-b01bacba2ac9",
"ReportedDate": "2026-08-03T12:21:17.6754581+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "33d6d7f9-cbbb-42ac-a12f-69f575b8304a",
"ReportedByName": "sample string 6",
"AssignedToID": "1708b420-bbd2-4306-a2c6-2ed5c41a7346",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"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": "db2480e4-2520-4736-ad01-407182e3cb6a",
"ServiceTypeID": "7b65ed58-14e0-4ba6-a468-728fc11488b1",
"WorkOrderOn": "2026-08-03T12:21:17.6754581+04:00",
"WorkOrderID": "e383917f-827e-42f1-8012-f42cc667e011",
"InspectionOn": "2026-08-03T12:21:17.6754581+04:00",
"InspectionItemID": "cd05035a-1750-4aee-b56a-9639ffb58cb7"
},
"PrevVehicleID": "be23e9d9-f503-4233-8a6e-d54afdf8c28b",
"CloseBy": "e8ed4e3b-19a1-4815-adde-771f452b9d25",
"CloseOn": "2026-08-03T12:21:17.6754581+04:00",
"CriticalLevel": 0,
"Id": "8591694f-6023-48da-b198-399de1d00571",
"UserName": "sample string 17",
"UserID": "2bec1db9-c3ca-4768-baae-b99bef5921bb",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "5926c12c-57a6-4e1d-93a9-309e680e0344",
"ClientName": "sample string 22",
"PartnerID": "97f0f11c-3a77-4ba4-bde5-547a5d5a1509",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "c1c394ad-5534-4468-a1f6-e26b2c060d42",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "df1364b9-190b-42d7-beb0-17b6ce458823",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "90bdd4b3-6747-443d-8c36-04018bf2aed4",
"PartnerID": "fc3c4ac6-2391-4564-917c-d70578bc52e8"
},
"IssueID": "d89c5e13-3fce-48f7-9f41-b01bacba2ac9",
"ReportedDate": "2026-08-03T12:21:17.6754581+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "33d6d7f9-cbbb-42ac-a12f-69f575b8304a",
"ReportedByName": "sample string 6",
"AssignedToID": "1708b420-bbd2-4306-a2c6-2ed5c41a7346",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T12:21:17.6754581+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "41940e2d-022d-4e9b-8932-e7f70ce76521",
"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": "db2480e4-2520-4736-ad01-407182e3cb6a",
"ServiceTypeID": "7b65ed58-14e0-4ba6-a468-728fc11488b1",
"WorkOrderOn": "2026-08-03T12:21:17.6754581+04:00",
"WorkOrderID": "e383917f-827e-42f1-8012-f42cc667e011",
"InspectionOn": "2026-08-03T12:21:17.6754581+04:00",
"InspectionItemID": "cd05035a-1750-4aee-b56a-9639ffb58cb7"
},
"PrevVehicleID": "be23e9d9-f503-4233-8a6e-d54afdf8c28b",
"CloseBy": "e8ed4e3b-19a1-4815-adde-771f452b9d25",
"CloseOn": "2026-08-03T12:21:17.6754581+04:00",
"CriticalLevel": 0,
"Id": "8591694f-6023-48da-b198-399de1d00571",
"UserName": "sample string 17",
"UserID": "2bec1db9-c3ca-4768-baae-b99bef5921bb",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "5926c12c-57a6-4e1d-93a9-309e680e0344",
"ClientName": "sample string 22",
"PartnerID": "97f0f11c-3a77-4ba4-bde5-547a5d5a1509",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"dfa89455-2556-422e-a176-c86fceda55b2",
"05d975cf-85e4-441c-a453-16112d53cc08"
],
"Id": "31a992c8-18b8-45c1-939f-c49f5e373bbe",
"UserName": "sample string 15",
"UserID": "b1e8bd19-4a51-4f4d-9a00-f2ac663fcd2d",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-08-03T12:21:17.6754581+04:00",
"ClientID": "bd9c4483-ff3a-4820-999d-177c535a63a4",
"ClientName": "sample string 20",
"PartnerID": "2091ec48-5aa2-4a6c-876d-bef4805a9241",
"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>bd9c4483-ff3a-4820-999d-177c535a63a4</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>31a992c8-18b8-45c1-939f-c49f5e373bbe</Id>
<PartnerID>2091ec48-5aa2-4a6c-876d-bef4805a9241</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>b1e8bd19-4a51-4f4d-9a00-f2ac663fcd2d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-03T12:21:17.6754581+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>5926c12c-57a6-4e1d-93a9-309e680e0344</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>8591694f-6023-48da-b198-399de1d00571</Id>
<PartnerID>97f0f11c-3a77-4ba4-bde5-547a5d5a1509</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2bec1db9-c3ca-4768-baae-b99bef5921bb</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1708b420-bbd2-4306-a2c6-2ed5c41a7346</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>e8ed4e3b-19a1-4815-adde-771f452b9d25</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-03T12:21:17.6754581+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-03T12:21:17.6754581+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d89c5e13-3fce-48f7-9f41-b01bacba2ac9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>be23e9d9-f503-4233-8a6e-d54afdf8c28b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>33d6d7f9-cbbb-42ac-a12f-69f575b8304a</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-03T12:21:17.6754581+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>cd05035a-1750-4aee-b56a-9639ffb58cb7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-03T12:21:17.6754581+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>db2480e4-2520-4736-ad01-407182e3cb6a</d3p1:ServiceID>
<d3p1:ServiceTypeID>7b65ed58-14e0-4ba6-a468-728fc11488b1</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e383917f-827e-42f1-8012-f42cc667e011</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-03T12:21:17.6754581+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>5926c12c-57a6-4e1d-93a9-309e680e0344</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>8591694f-6023-48da-b198-399de1d00571</Id>
<PartnerID>97f0f11c-3a77-4ba4-bde5-547a5d5a1509</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2bec1db9-c3ca-4768-baae-b99bef5921bb</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1708b420-bbd2-4306-a2c6-2ed5c41a7346</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>e8ed4e3b-19a1-4815-adde-771f452b9d25</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-03T12:21:17.6754581+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-03T12:21:17.6754581+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d89c5e13-3fce-48f7-9f41-b01bacba2ac9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>be23e9d9-f503-4233-8a6e-d54afdf8c28b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>33d6d7f9-cbbb-42ac-a12f-69f575b8304a</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-03T12:21:17.6754581+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>cd05035a-1750-4aee-b56a-9639ffb58cb7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-03T12:21:17.6754581+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>db2480e4-2520-4736-ad01-407182e3cb6a</d3p1:ServiceID>
<d3p1:ServiceTypeID>7b65ed58-14e0-4ba6-a468-728fc11488b1</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e383917f-827e-42f1-8012-f42cc667e011</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-03T12:21:17.6754581+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>dfa89455-2556-422e-a176-c86fceda55b2</d3p1:guid>
<d3p1:guid>05d975cf-85e4-441c-a453-16112d53cc08</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-03T12:21:17.6754581+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-03T12:21:17.6754581+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>af10630b-1d15-4f6e-bb65-a9c6416c9a7b</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>9de918b2-27c1-4414-9c7e-7bd6c9ec3665</Id>
<PartnerID>452e3b88-ff6f-418b-b712-a9e0602e99e5</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>31c7cff2-15d1-4ca8-a593-c483d765dbbf</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>f755c2a9-9e5b-4ace-b520-e5051b8d92d7</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>eac6e2a6-5134-4f85-a432-c56af0e1b102</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>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>73a15352-e70e-462a-afc1-15b7d8f49e83</d3p1:guid>
<d3p1:guid>c846b44f-9c4b-4c83-937d-88c29072c76e</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>014af4bf-d64e-4674-bebb-3eb9044ca822</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>bd9c4483-ff3a-4820-999d-177c535a63a4</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>31a992c8-18b8-45c1-939f-c49f5e373bbe</Id>
<PartnerID>2091ec48-5aa2-4a6c-876d-bef4805a9241</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>b1e8bd19-4a51-4f4d-9a00-f2ac663fcd2d</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-08-03T12:21:17.6754581+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>5926c12c-57a6-4e1d-93a9-309e680e0344</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>8591694f-6023-48da-b198-399de1d00571</Id>
<PartnerID>97f0f11c-3a77-4ba4-bde5-547a5d5a1509</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2bec1db9-c3ca-4768-baae-b99bef5921bb</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1708b420-bbd2-4306-a2c6-2ed5c41a7346</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>e8ed4e3b-19a1-4815-adde-771f452b9d25</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-03T12:21:17.6754581+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-03T12:21:17.6754581+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d89c5e13-3fce-48f7-9f41-b01bacba2ac9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>be23e9d9-f503-4233-8a6e-d54afdf8c28b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>33d6d7f9-cbbb-42ac-a12f-69f575b8304a</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-03T12:21:17.6754581+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>cd05035a-1750-4aee-b56a-9639ffb58cb7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-03T12:21:17.6754581+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>db2480e4-2520-4736-ad01-407182e3cb6a</d3p1:ServiceID>
<d3p1:ServiceTypeID>7b65ed58-14e0-4ba6-a468-728fc11488b1</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e383917f-827e-42f1-8012-f42cc667e011</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-03T12:21:17.6754581+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>5926c12c-57a6-4e1d-93a9-309e680e0344</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>8591694f-6023-48da-b198-399de1d00571</Id>
<PartnerID>97f0f11c-3a77-4ba4-bde5-547a5d5a1509</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>2bec1db9-c3ca-4768-baae-b99bef5921bb</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>1708b420-bbd2-4306-a2c6-2ed5c41a7346</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>41940e2d-022d-4e9b-8932-e7f70ce76521</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>e8ed4e3b-19a1-4815-adde-771f452b9d25</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-08-03T12:21:17.6754581+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-08-03T12:21:17.6754581+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>d89c5e13-3fce-48f7-9f41-b01bacba2ac9</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>be23e9d9-f503-4233-8a6e-d54afdf8c28b</d3p1:PrevVehicleID>
<d3p1:ReportedByID>33d6d7f9-cbbb-42ac-a12f-69f575b8304a</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-08-03T12:21:17.6754581+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>cd05035a-1750-4aee-b56a-9639ffb58cb7</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-08-03T12:21:17.6754581+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>db2480e4-2520-4736-ad01-407182e3cb6a</d3p1:ServiceID>
<d3p1:ServiceTypeID>7b65ed58-14e0-4ba6-a468-728fc11488b1</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>e383917f-827e-42f1-8012-f42cc667e011</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-08-03T12:21:17.6754581+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>dfa89455-2556-422e-a176-c86fceda55b2</d3p1:guid>
<d3p1:guid>05d975cf-85e4-441c-a453-16112d53cc08</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-08-03T12:21:17.6754581+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-08-03T12:21:17.6754581+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>af10630b-1d15-4f6e-bb65-a9c6416c9a7b</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-03T12:21:17.6754581+04:00</CreatedOn>
<Id>9de918b2-27c1-4414-9c7e-7bd6c9ec3665</Id>
<PartnerID>452e3b88-ff6f-418b-b712-a9e0602e99e5</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>31c7cff2-15d1-4ca8-a593-c483d765dbbf</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>f755c2a9-9e5b-4ace-b520-e5051b8d92d7</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>eac6e2a6-5134-4f85-a432-c56af0e1b102</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>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>73a15352-e70e-462a-afc1-15b7d8f49e83</d3p1:guid>
<d3p1:guid>c846b44f-9c4b-4c83-937d-88c29072c76e</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>014af4bf-d64e-4674-bebb-3eb9044ca822</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>90bdd4b3-6747-443d-8c36-04018bf2aed4</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>df1364b9-190b-42d7-beb0-17b6ce458823</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>fc3c4ac6-2391-4564-917c-d70578bc52e8</PartnerID>
<VehicleID>c1c394ad-5534-4468-a1f6-e26b2c060d42</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>