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": "a2fdab0f-23ec-43c4-8d34-57b6a37ee28b",
"ServiceType": {
"ServiceTypeId": "09a03bea-6684-4e5f-9109-aade3492533b",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "329300e6-db51-4484-b8bb-990684e70770",
"UserName": "sample string 8",
"UserID": "89b486ca-02f8-4c23-9f3a-0a0a384ae041",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "a9f0a6f9-38b4-47ae-a3cb-4db6bd04eea5",
"ClientName": "sample string 13",
"PartnerID": "fc99c01d-52ad-41c1-8cb0-4f88ced9afea",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"Vehicles": [
{
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
{
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
}
],
"VehicleGroupIds": [
"5b40c05f-de6c-46a4-93a3-a27e3ff57075",
"6cbf8e24-c0bd-4ded-b701-5cdb18860dbd"
],
"ServiceDoneOn": "2026-03-26T03:29:02.7937817+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": "fb6a8208-aae2-44fc-be5f-8baff68d7e1b",
"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-03-26T03:29:02.7937817+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"IssueID": "758a0fa2-af90-4852-9488-c8b1bb1bf57c",
"ReportedDate": "2026-03-26T03:29:02.7937817+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "516e51ff-6c56-4eba-8ed1-8fc433f8eb94",
"ReportedByName": "sample string 6",
"AssignedToID": "4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"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": "11f383f7-c3da-4cc7-bd49-1c93c7b2efe8",
"ServiceTypeID": "69040597-1e52-449d-8ad1-1d0930672f45",
"WorkOrderOn": "2026-03-26T03:29:02.7937817+04:00",
"WorkOrderID": "5bed9583-ff7e-4cf6-966c-dc660e861e6f",
"InspectionOn": "2026-03-26T03:29:02.7937817+04:00",
"InspectionItemID": "b2756855-a1c4-4397-aa8a-28e6d16ca27c"
},
"PrevVehicleID": "cdce1b72-1624-4c3e-b1b0-daae57aa4b6d",
"CloseBy": "bd7e9301-e534-4b04-8f26-94b77bf743ad",
"CloseOn": "2026-03-26T03:29:02.7937817+04:00",
"CriticalLevel": 0,
"Id": "fb8113d5-7359-4f9b-89ec-f1a90eba085a",
"UserName": "sample string 17",
"UserID": "b7d5fa16-a352-4b20-b7db-7040fbd0b966",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d",
"ClientName": "sample string 22",
"PartnerID": "edb0da48-b396-4aec-b691-35706d6ec540",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"IssueID": "758a0fa2-af90-4852-9488-c8b1bb1bf57c",
"ReportedDate": "2026-03-26T03:29:02.7937817+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "516e51ff-6c56-4eba-8ed1-8fc433f8eb94",
"ReportedByName": "sample string 6",
"AssignedToID": "4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"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": "11f383f7-c3da-4cc7-bd49-1c93c7b2efe8",
"ServiceTypeID": "69040597-1e52-449d-8ad1-1d0930672f45",
"WorkOrderOn": "2026-03-26T03:29:02.7937817+04:00",
"WorkOrderID": "5bed9583-ff7e-4cf6-966c-dc660e861e6f",
"InspectionOn": "2026-03-26T03:29:02.7937817+04:00",
"InspectionItemID": "b2756855-a1c4-4397-aa8a-28e6d16ca27c"
},
"PrevVehicleID": "cdce1b72-1624-4c3e-b1b0-daae57aa4b6d",
"CloseBy": "bd7e9301-e534-4b04-8f26-94b77bf743ad",
"CloseOn": "2026-03-26T03:29:02.7937817+04:00",
"CriticalLevel": 0,
"Id": "fb8113d5-7359-4f9b-89ec-f1a90eba085a",
"UserName": "sample string 17",
"UserID": "b7d5fa16-a352-4b20-b7db-7040fbd0b966",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d",
"ClientName": "sample string 22",
"PartnerID": "edb0da48-b396-4aec-b691-35706d6ec540",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"e5f6cac8-12e0-4ecb-827c-8916264405bd",
"eecf61a2-0caf-4171-8c4b-0426fa55edff"
],
"Id": "c8e85d90-abd0-4509-a865-8aaa0c20fc7a",
"UserName": "sample string 15",
"UserID": "11bf001d-16bb-40e3-ab97-dbfd1f693ffb",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "46c6f125-d0b7-4984-87db-d7150bafd0db",
"ClientName": "sample string 20",
"PartnerID": "e7b0837a-6f2b-4fda-b3ca-7f39f66eb33e",
"PartnerName": "sample string 22"
},
{
"VehicleServiceID": "a2fdab0f-23ec-43c4-8d34-57b6a37ee28b",
"ServiceType": {
"ServiceTypeId": "09a03bea-6684-4e5f-9109-aade3492533b",
"Name": "sample string 2",
"Description": "sample string 3",
"FrequencyDays": 4,
"FrequencyKm": 5,
"FrequencyEngineHrs": 6,
"Id": "329300e6-db51-4484-b8bb-990684e70770",
"UserName": "sample string 8",
"UserID": "89b486ca-02f8-4c23-9f3a-0a0a384ae041",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "a9f0a6f9-38b4-47ae-a3cb-4db6bd04eea5",
"ClientName": "sample string 13",
"PartnerID": "fc99c01d-52ad-41c1-8cb0-4f88ced9afea",
"PartnerName": "sample string 15"
},
"DueKms": 2,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"EngineHours": 3,
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"Vehicles": [
{
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
{
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
}
],
"VehicleGroupIds": [
"5b40c05f-de6c-46a4-93a3-a27e3ff57075",
"6cbf8e24-c0bd-4ded-b701-5cdb18860dbd"
],
"ServiceDoneOn": "2026-03-26T03:29:02.7937817+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": "fb6a8208-aae2-44fc-be5f-8baff68d7e1b",
"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-03-26T03:29:02.7937817+04:00",
"LastServiceDoneKms": 10,
"AmountSpent": 11.0,
"Note": "sample string 12",
"DueDetail": "sample string 13",
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Issue": [
{
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"IssueID": "758a0fa2-af90-4852-9488-c8b1bb1bf57c",
"ReportedDate": "2026-03-26T03:29:02.7937817+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "516e51ff-6c56-4eba-8ed1-8fc433f8eb94",
"ReportedByName": "sample string 6",
"AssignedToID": "4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"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": "11f383f7-c3da-4cc7-bd49-1c93c7b2efe8",
"ServiceTypeID": "69040597-1e52-449d-8ad1-1d0930672f45",
"WorkOrderOn": "2026-03-26T03:29:02.7937817+04:00",
"WorkOrderID": "5bed9583-ff7e-4cf6-966c-dc660e861e6f",
"InspectionOn": "2026-03-26T03:29:02.7937817+04:00",
"InspectionItemID": "b2756855-a1c4-4397-aa8a-28e6d16ca27c"
},
"PrevVehicleID": "cdce1b72-1624-4c3e-b1b0-daae57aa4b6d",
"CloseBy": "bd7e9301-e534-4b04-8f26-94b77bf743ad",
"CloseOn": "2026-03-26T03:29:02.7937817+04:00",
"CriticalLevel": 0,
"Id": "fb8113d5-7359-4f9b-89ec-f1a90eba085a",
"UserName": "sample string 17",
"UserID": "b7d5fa16-a352-4b20-b7db-7040fbd0b966",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d",
"ClientName": "sample string 22",
"PartnerID": "edb0da48-b396-4aec-b691-35706d6ec540",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bc262e50-6dc6-4520-a3a0-e51435ca304a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0cc71d7d-0ba9-42dd-953d-5fb90b461189",
"PartnerID": "f4bb9e7d-253c-4e57-98c9-57aac9077e66"
},
"IssueID": "758a0fa2-af90-4852-9488-c8b1bb1bf57c",
"ReportedDate": "2026-03-26T03:29:02.7937817+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "516e51ff-6c56-4eba-8ed1-8fc433f8eb94",
"ReportedByName": "sample string 6",
"AssignedToID": "4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:29:02.7937817+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9",
"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": "11f383f7-c3da-4cc7-bd49-1c93c7b2efe8",
"ServiceTypeID": "69040597-1e52-449d-8ad1-1d0930672f45",
"WorkOrderOn": "2026-03-26T03:29:02.7937817+04:00",
"WorkOrderID": "5bed9583-ff7e-4cf6-966c-dc660e861e6f",
"InspectionOn": "2026-03-26T03:29:02.7937817+04:00",
"InspectionItemID": "b2756855-a1c4-4397-aa8a-28e6d16ca27c"
},
"PrevVehicleID": "cdce1b72-1624-4c3e-b1b0-daae57aa4b6d",
"CloseBy": "bd7e9301-e534-4b04-8f26-94b77bf743ad",
"CloseOn": "2026-03-26T03:29:02.7937817+04:00",
"CriticalLevel": 0,
"Id": "fb8113d5-7359-4f9b-89ec-f1a90eba085a",
"UserName": "sample string 17",
"UserID": "b7d5fa16-a352-4b20-b7db-7040fbd0b966",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d",
"ClientName": "sample string 22",
"PartnerID": "edb0da48-b396-4aec-b691-35706d6ec540",
"PartnerName": "sample string 24"
}
],
"IssueList": [
"e5f6cac8-12e0-4ecb-827c-8916264405bd",
"eecf61a2-0caf-4171-8c4b-0426fa55edff"
],
"Id": "c8e85d90-abd0-4509-a865-8aaa0c20fc7a",
"UserName": "sample string 15",
"UserID": "11bf001d-16bb-40e3-ab97-dbfd1f693ffb",
"CreatedBy": "sample string 17",
"CreatedOn": "2026-03-26T03:29:02.7937817+04:00",
"ClientID": "46c6f125-d0b7-4984-87db-d7150bafd0db",
"ClientName": "sample string 20",
"PartnerID": "e7b0837a-6f2b-4fda-b3ca-7f39f66eb33e",
"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>46c6f125-d0b7-4984-87db-d7150bafd0db</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>c8e85d90-abd0-4509-a865-8aaa0c20fc7a</Id>
<PartnerID>e7b0837a-6f2b-4fda-b3ca-7f39f66eb33e</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>11bf001d-16bb-40e3-ab97-dbfd1f693ffb</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-26T03:29:02.7937817+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>1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>fb8113d5-7359-4f9b-89ec-f1a90eba085a</Id>
<PartnerID>edb0da48-b396-4aec-b691-35706d6ec540</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>b7d5fa16-a352-4b20-b7db-7040fbd0b966</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>bd7e9301-e534-4b04-8f26-94b77bf743ad</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:29:02.7937817+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:29:02.7937817+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>758a0fa2-af90-4852-9488-c8b1bb1bf57c</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>cdce1b72-1624-4c3e-b1b0-daae57aa4b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>516e51ff-6c56-4eba-8ed1-8fc433f8eb94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:29:02.7937817+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>b2756855-a1c4-4397-aa8a-28e6d16ca27c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:29:02.7937817+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>11f383f7-c3da-4cc7-bd49-1c93c7b2efe8</d3p1:ServiceID>
<d3p1:ServiceTypeID>69040597-1e52-449d-8ad1-1d0930672f45</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>5bed9583-ff7e-4cf6-966c-dc660e861e6f</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:29:02.7937817+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>fb8113d5-7359-4f9b-89ec-f1a90eba085a</Id>
<PartnerID>edb0da48-b396-4aec-b691-35706d6ec540</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>b7d5fa16-a352-4b20-b7db-7040fbd0b966</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>bd7e9301-e534-4b04-8f26-94b77bf743ad</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:29:02.7937817+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:29:02.7937817+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>758a0fa2-af90-4852-9488-c8b1bb1bf57c</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>cdce1b72-1624-4c3e-b1b0-daae57aa4b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>516e51ff-6c56-4eba-8ed1-8fc433f8eb94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:29:02.7937817+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>b2756855-a1c4-4397-aa8a-28e6d16ca27c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:29:02.7937817+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>11f383f7-c3da-4cc7-bd49-1c93c7b2efe8</d3p1:ServiceID>
<d3p1:ServiceTypeID>69040597-1e52-449d-8ad1-1d0930672f45</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>5bed9583-ff7e-4cf6-966c-dc660e861e6f</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:29:02.7937817+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>e5f6cac8-12e0-4ecb-827c-8916264405bd</d3p1:guid>
<d3p1:guid>eecf61a2-0caf-4171-8c4b-0426fa55edff</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-26T03:29:02.7937817+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-26T03:29:02.7937817+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>a9f0a6f9-38b4-47ae-a3cb-4db6bd04eea5</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>329300e6-db51-4484-b8bb-990684e70770</Id>
<PartnerID>fc99c01d-52ad-41c1-8cb0-4f88ced9afea</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>89b486ca-02f8-4c23-9f3a-0a0a384ae041</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>09a03bea-6684-4e5f-9109-aade3492533b</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>fb6a8208-aae2-44fc-be5f-8baff68d7e1b</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>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5b40c05f-de6c-46a4-93a3-a27e3ff57075</d3p1:guid>
<d3p1:guid>6cbf8e24-c0bd-4ded-b701-5cdb18860dbd</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>a2fdab0f-23ec-43c4-8d34-57b6a37ee28b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
<VehicleService>
<ClientID>46c6f125-d0b7-4984-87db-d7150bafd0db</ClientID>
<ClientName>sample string 20</ClientName>
<CreatedBy>sample string 17</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>c8e85d90-abd0-4509-a865-8aaa0c20fc7a</Id>
<PartnerID>e7b0837a-6f2b-4fda-b3ca-7f39f66eb33e</PartnerID>
<PartnerName>sample string 22</PartnerName>
<UserID>11bf001d-16bb-40e3-ab97-dbfd1f693ffb</UserID>
<UserName>sample string 15</UserName>
<AmountSpent>11</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<DueDate>2026-03-26T03:29:02.7937817+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>1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>fb8113d5-7359-4f9b-89ec-f1a90eba085a</Id>
<PartnerID>edb0da48-b396-4aec-b691-35706d6ec540</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>b7d5fa16-a352-4b20-b7db-7040fbd0b966</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>bd7e9301-e534-4b04-8f26-94b77bf743ad</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:29:02.7937817+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:29:02.7937817+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>758a0fa2-af90-4852-9488-c8b1bb1bf57c</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>cdce1b72-1624-4c3e-b1b0-daae57aa4b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>516e51ff-6c56-4eba-8ed1-8fc433f8eb94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:29:02.7937817+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>b2756855-a1c4-4397-aa8a-28e6d16ca27c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:29:02.7937817+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>11f383f7-c3da-4cc7-bd49-1c93c7b2efe8</d3p1:ServiceID>
<d3p1:ServiceTypeID>69040597-1e52-449d-8ad1-1d0930672f45</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>5bed9583-ff7e-4cf6-966c-dc660e861e6f</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:29:02.7937817+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
<d3p1:Issue>
<ClientID>1bfb6e1f-760b-49f3-a7d6-cb33c0a0ed5d</ClientID>
<ClientName>sample string 22</ClientName>
<CreatedBy>sample string 19</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>fb8113d5-7359-4f9b-89ec-f1a90eba085a</Id>
<PartnerID>edb0da48-b396-4aec-b691-35706d6ec540</PartnerID>
<PartnerName>sample string 24</PartnerName>
<UserID>b7d5fa16-a352-4b20-b7db-7040fbd0b966</UserID>
<UserName>sample string 17</UserName>
<d3p1:AssignedToID>4ab1c892-e0c7-4a89-b4dc-dc3a22e6a34b</d3p1:AssignedToID>
<d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
<d3p1:Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>a7f20b8c-f48e-4a6a-b8e4-78ed607ae0c9</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</d3p1:Attachment>
<d3p1:CloseBy>bd7e9301-e534-4b04-8f26-94b77bf743ad</d3p1:CloseBy>
<d3p1:CloseNote>sample string 12</d3p1:CloseNote>
<d3p1:CloseOn>2026-03-26T03:29:02.7937817+04:00</d3p1:CloseOn>
<d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:DueDate>2026-03-26T03:29:02.7937817+04:00</d3p1:DueDate>
<d3p1:DueOdometer>11.1</d3p1:DueOdometer>
<d3p1:IssueID>758a0fa2-af90-4852-9488-c8b1bb1bf57c</d3p1:IssueID>
<d3p1:Odometer>9.1</d3p1:Odometer>
<d3p1:PrevVehicleID>cdce1b72-1624-4c3e-b1b0-daae57aa4b6d</d3p1:PrevVehicleID>
<d3p1:ReportedByID>516e51ff-6c56-4eba-8ed1-8fc433f8eb94</d3p1:ReportedByID>
<d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
<d3p1:ReportedDate>2026-03-26T03:29:02.7937817+04:00</d3p1:ReportedDate>
<d3p1:Summary>sample string 3</d3p1:Summary>
<d3p1:TransactionDetail>
<d3p1:InspectionItemID>b2756855-a1c4-4397-aa8a-28e6d16ca27c</d3p1:InspectionItemID>
<d3p1:InspectionOn>2026-03-26T03:29:02.7937817+04:00</d3p1:InspectionOn>
<d3p1:ServiceID>11f383f7-c3da-4cc7-bd49-1c93c7b2efe8</d3p1:ServiceID>
<d3p1:ServiceTypeID>69040597-1e52-449d-8ad1-1d0930672f45</d3p1:ServiceTypeID>
<d3p1:Status>None</d3p1:Status>
<d3p1:WorkOrderID>5bed9583-ff7e-4cf6-966c-dc660e861e6f</d3p1:WorkOrderID>
<d3p1:WorkOrderOn>2026-03-26T03:29:02.7937817+04:00</d3p1:WorkOrderOn>
</d3p1:TransactionDetail>
<d3p1:Vehicle>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</d3p1:Vehicle>
</d3p1:Issue>
</Issue>
<IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>e5f6cac8-12e0-4ecb-827c-8916264405bd</d3p1:guid>
<d3p1:guid>eecf61a2-0caf-4171-8c4b-0426fa55edff</d3p1:guid>
</IssueList>
<LastServiceDoneKms>10</LastServiceDoneKms>
<LastServiceDoneOn>2026-03-26T03:29:02.7937817+04:00</LastServiceDoneOn>
<Note>sample string 12</Note>
<ReminderBeforeDays>6</ReminderBeforeDays>
<ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
<ReminderBeforeKms>7</ReminderBeforeKms>
<ServiceDoneOn>2026-03-26T03:29:02.7937817+04:00</ServiceDoneOn>
<ServiceDoneOnKms>5</ServiceDoneOnKms>
<ServiceType>
<ClientID>a9f0a6f9-38b4-47ae-a3cb-4db6bd04eea5</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:29:02.7937817+04:00</CreatedOn>
<Id>329300e6-db51-4484-b8bb-990684e70770</Id>
<PartnerID>fc99c01d-52ad-41c1-8cb0-4f88ced9afea</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>89b486ca-02f8-4c23-9f3a-0a0a384ae041</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>09a03bea-6684-4e5f-9109-aade3492533b</ServiceTypeId>
</ServiceType>
<UsersToNotify>
<BusinessHoursID>fb6a8208-aae2-44fc-be5f-8baff68d7e1b</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>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5b40c05f-de6c-46a4-93a3-a27e3ff57075</d3p1:guid>
<d3p1:guid>6cbf8e24-c0bd-4ded-b701-5cdb18860dbd</d3p1:guid>
</VehicleGroupIds>
<VehicleServiceID>a2fdab0f-23ec-43c4-8d34-57b6a37ee28b</VehicleServiceID>
<Vehicles>
<VehicleBase>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
<VehicleBase>
<ClientID>0cc71d7d-0ba9-42dd-953d-5fb90b461189</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bc262e50-6dc6-4520-a3a0-e51435ca304a</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>f4bb9e7d-253c-4e57-98c9-57aac9077e66</PartnerID>
<VehicleID>e8cb7d9c-80cb-41c6-95d2-30cdc1ae9c3f</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</VehicleBase>
</Vehicles>
</VehicleService>
</ArrayOfVehicleService>