GET Api/Service?t={t}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
t

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleService
NameDescriptionTypeAdditional 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": "b9373d42-72c0-4cb9-9ad4-15f96f80caca",
    "ServiceType": {
      "ServiceTypeId": "381abd0a-792f-4c74-b25b-fb28bbfe4d70",
      "Name": "sample string 2",
      "Description": "sample string 3",
      "FrequencyDays": 4,
      "FrequencyKm": 5,
      "FrequencyEngineHrs": 6,
      "Id": "f3d6f58a-6020-42df-a17a-bfeec68d1546",
      "UserName": "sample string 8",
      "UserID": "db641e72-647b-4dff-a79e-d1a7211461d5",
      "CreatedBy": "sample string 10",
      "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
      "ClientID": "ea2076b7-9e9a-4124-aaec-70412c72907c",
      "ClientName": "sample string 13",
      "PartnerID": "57b24eea-8403-45cc-809e-a507787abc3d",
      "PartnerName": "sample string 15"
    },
    "DueKms": 2,
    "DueDate": "2025-05-20T21:59:57.1145901+04:00",
    "EngineHours": 3,
    "Vehicle": {
      "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
      "Name": "sample string 2",
      "VehicleNo": "sample string 3",
      "Odometer": 4,
      "ModelName": "sample string 5",
      "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
      "DriverName": "sample string 7",
      "DriverContactNo": "sample string 8",
      "IMEINo": "sample string 9",
      "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
      "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
    },
    "Vehicles": [
      {
        "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
        "Name": "sample string 2",
        "VehicleNo": "sample string 3",
        "Odometer": 4,
        "ModelName": "sample string 5",
        "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
        "DriverName": "sample string 7",
        "DriverContactNo": "sample string 8",
        "IMEINo": "sample string 9",
        "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
        "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
      },
      {
        "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
        "Name": "sample string 2",
        "VehicleNo": "sample string 3",
        "Odometer": 4,
        "ModelName": "sample string 5",
        "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
        "DriverName": "sample string 7",
        "DriverContactNo": "sample string 8",
        "IMEINo": "sample string 9",
        "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
        "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
      }
    ],
    "VehicleGroupIds": [
      "35561a13-c30c-4e3b-9d18-0539b9fe73ff",
      "48df8be7-b129-4295-90c4-0b6c8c238cf2"
    ],
    "ServiceDoneOn": "2025-05-20T21:59:57.1145901+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": "5fc328f4-47f4-4889-8190-9aeb84031cd9",
      "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": "2025-05-20T21:59:57.1145901+04:00",
    "LastServiceDoneKms": 10,
    "AmountSpent": 11.0,
    "Note": "sample string 12",
    "DueDetail": "sample string 13",
    "Attachment": {
      "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
      "AttachmentData": "QEA=",
      "AttachmentDataBase64": "sample string 2",
      "ContentType": "sample string 3",
      "FileName": "sample string 4",
      "ImageString": "sample string 5",
      "IsDeleted": true
    },
    "Issue": [
      {
        "Vehicle": {
          "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
          "Name": "sample string 2",
          "VehicleNo": "sample string 3",
          "Odometer": 4,
          "ModelName": "sample string 5",
          "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
          "DriverName": "sample string 7",
          "DriverContactNo": "sample string 8",
          "IMEINo": "sample string 9",
          "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
          "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
        },
        "IssueID": "75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0",
        "ReportedDate": "2025-05-20T21:59:57.1145901+04:00",
        "Summary": "sample string 3",
        "Description": "sample string 4",
        "ReportedByID": "d8f8ff85-90f6-486a-b31f-2c85f8ae856b",
        "ReportedByName": "sample string 6",
        "AssignedToID": "d7253a52-424c-4ed8-b286-151f5613226b",
        "AssignedToName": "sample string 8",
        "Odometer": 9.1,
        "DueDate": "2025-05-20T21:59:57.1145901+04:00",
        "DueOdometer": 11.1,
        "Attachment": {
          "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
          "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": "3eaaf497-97f3-4b53-8aaa-024ff23bba43",
          "ServiceTypeID": "9e3b4bd4-6996-47b5-bf1d-1247c450e687",
          "WorkOrderOn": "2025-05-20T21:59:57.1145901+04:00",
          "WorkOrderID": "b6b9bca1-15fb-4c67-881a-8df33bd512ba",
          "InspectionOn": "2025-05-20T21:59:57.1145901+04:00",
          "InspectionItemID": "f352707b-3bab-4fa6-baf1-0d3bf09fb1e6"
        },
        "PrevVehicleID": "ff3b6327-d81b-4642-b3cd-d06f672a3b47",
        "CloseBy": "b7258de9-6e63-45d2-8842-f0c990c7dcb3",
        "CloseOn": "2025-05-20T21:59:57.1145901+04:00",
        "CriticalLevel": 0,
        "Id": "460c1ff9-0981-469b-98bd-eddc14c6f0b8",
        "UserName": "sample string 17",
        "UserID": "7dcd2843-873a-45f9-bbde-daab771f73e2",
        "CreatedBy": "sample string 19",
        "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
        "ClientID": "ca622713-9738-41aa-9290-0a92bca68ff1",
        "ClientName": "sample string 22",
        "PartnerID": "6ca58d5f-9d45-423c-9db0-b04c840b463b",
        "PartnerName": "sample string 24"
      },
      {
        "Vehicle": {
          "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
          "Name": "sample string 2",
          "VehicleNo": "sample string 3",
          "Odometer": 4,
          "ModelName": "sample string 5",
          "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
          "DriverName": "sample string 7",
          "DriverContactNo": "sample string 8",
          "IMEINo": "sample string 9",
          "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
          "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
        },
        "IssueID": "75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0",
        "ReportedDate": "2025-05-20T21:59:57.1145901+04:00",
        "Summary": "sample string 3",
        "Description": "sample string 4",
        "ReportedByID": "d8f8ff85-90f6-486a-b31f-2c85f8ae856b",
        "ReportedByName": "sample string 6",
        "AssignedToID": "d7253a52-424c-4ed8-b286-151f5613226b",
        "AssignedToName": "sample string 8",
        "Odometer": 9.1,
        "DueDate": "2025-05-20T21:59:57.1145901+04:00",
        "DueOdometer": 11.1,
        "Attachment": {
          "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
          "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": "3eaaf497-97f3-4b53-8aaa-024ff23bba43",
          "ServiceTypeID": "9e3b4bd4-6996-47b5-bf1d-1247c450e687",
          "WorkOrderOn": "2025-05-20T21:59:57.1145901+04:00",
          "WorkOrderID": "b6b9bca1-15fb-4c67-881a-8df33bd512ba",
          "InspectionOn": "2025-05-20T21:59:57.1145901+04:00",
          "InspectionItemID": "f352707b-3bab-4fa6-baf1-0d3bf09fb1e6"
        },
        "PrevVehicleID": "ff3b6327-d81b-4642-b3cd-d06f672a3b47",
        "CloseBy": "b7258de9-6e63-45d2-8842-f0c990c7dcb3",
        "CloseOn": "2025-05-20T21:59:57.1145901+04:00",
        "CriticalLevel": 0,
        "Id": "460c1ff9-0981-469b-98bd-eddc14c6f0b8",
        "UserName": "sample string 17",
        "UserID": "7dcd2843-873a-45f9-bbde-daab771f73e2",
        "CreatedBy": "sample string 19",
        "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
        "ClientID": "ca622713-9738-41aa-9290-0a92bca68ff1",
        "ClientName": "sample string 22",
        "PartnerID": "6ca58d5f-9d45-423c-9db0-b04c840b463b",
        "PartnerName": "sample string 24"
      }
    ],
    "IssueList": [
      "98b1530a-0227-4414-addd-ec0fe87798b2",
      "9f7f5795-c101-433b-ac64-fed6ea8529fd"
    ],
    "Id": "24440fb1-6801-446b-805b-89e17da4a299",
    "UserName": "sample string 15",
    "UserID": "e99891a7-6016-456c-a6b8-53cbcf45b611",
    "CreatedBy": "sample string 17",
    "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
    "ClientID": "93dc561c-e63d-4ade-a19f-04366232411b",
    "ClientName": "sample string 20",
    "PartnerID": "6315371f-b717-4e02-97c4-de4394c31b3b",
    "PartnerName": "sample string 22"
  },
  {
    "VehicleServiceID": "b9373d42-72c0-4cb9-9ad4-15f96f80caca",
    "ServiceType": {
      "ServiceTypeId": "381abd0a-792f-4c74-b25b-fb28bbfe4d70",
      "Name": "sample string 2",
      "Description": "sample string 3",
      "FrequencyDays": 4,
      "FrequencyKm": 5,
      "FrequencyEngineHrs": 6,
      "Id": "f3d6f58a-6020-42df-a17a-bfeec68d1546",
      "UserName": "sample string 8",
      "UserID": "db641e72-647b-4dff-a79e-d1a7211461d5",
      "CreatedBy": "sample string 10",
      "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
      "ClientID": "ea2076b7-9e9a-4124-aaec-70412c72907c",
      "ClientName": "sample string 13",
      "PartnerID": "57b24eea-8403-45cc-809e-a507787abc3d",
      "PartnerName": "sample string 15"
    },
    "DueKms": 2,
    "DueDate": "2025-05-20T21:59:57.1145901+04:00",
    "EngineHours": 3,
    "Vehicle": {
      "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
      "Name": "sample string 2",
      "VehicleNo": "sample string 3",
      "Odometer": 4,
      "ModelName": "sample string 5",
      "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
      "DriverName": "sample string 7",
      "DriverContactNo": "sample string 8",
      "IMEINo": "sample string 9",
      "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
      "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
    },
    "Vehicles": [
      {
        "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
        "Name": "sample string 2",
        "VehicleNo": "sample string 3",
        "Odometer": 4,
        "ModelName": "sample string 5",
        "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
        "DriverName": "sample string 7",
        "DriverContactNo": "sample string 8",
        "IMEINo": "sample string 9",
        "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
        "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
      },
      {
        "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
        "Name": "sample string 2",
        "VehicleNo": "sample string 3",
        "Odometer": 4,
        "ModelName": "sample string 5",
        "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
        "DriverName": "sample string 7",
        "DriverContactNo": "sample string 8",
        "IMEINo": "sample string 9",
        "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
        "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
      }
    ],
    "VehicleGroupIds": [
      "35561a13-c30c-4e3b-9d18-0539b9fe73ff",
      "48df8be7-b129-4295-90c4-0b6c8c238cf2"
    ],
    "ServiceDoneOn": "2025-05-20T21:59:57.1145901+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": "5fc328f4-47f4-4889-8190-9aeb84031cd9",
      "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": "2025-05-20T21:59:57.1145901+04:00",
    "LastServiceDoneKms": 10,
    "AmountSpent": 11.0,
    "Note": "sample string 12",
    "DueDetail": "sample string 13",
    "Attachment": {
      "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
      "AttachmentData": "QEA=",
      "AttachmentDataBase64": "sample string 2",
      "ContentType": "sample string 3",
      "FileName": "sample string 4",
      "ImageString": "sample string 5",
      "IsDeleted": true
    },
    "Issue": [
      {
        "Vehicle": {
          "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
          "Name": "sample string 2",
          "VehicleNo": "sample string 3",
          "Odometer": 4,
          "ModelName": "sample string 5",
          "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
          "DriverName": "sample string 7",
          "DriverContactNo": "sample string 8",
          "IMEINo": "sample string 9",
          "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
          "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
        },
        "IssueID": "75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0",
        "ReportedDate": "2025-05-20T21:59:57.1145901+04:00",
        "Summary": "sample string 3",
        "Description": "sample string 4",
        "ReportedByID": "d8f8ff85-90f6-486a-b31f-2c85f8ae856b",
        "ReportedByName": "sample string 6",
        "AssignedToID": "d7253a52-424c-4ed8-b286-151f5613226b",
        "AssignedToName": "sample string 8",
        "Odometer": 9.1,
        "DueDate": "2025-05-20T21:59:57.1145901+04:00",
        "DueOdometer": 11.1,
        "Attachment": {
          "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
          "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": "3eaaf497-97f3-4b53-8aaa-024ff23bba43",
          "ServiceTypeID": "9e3b4bd4-6996-47b5-bf1d-1247c450e687",
          "WorkOrderOn": "2025-05-20T21:59:57.1145901+04:00",
          "WorkOrderID": "b6b9bca1-15fb-4c67-881a-8df33bd512ba",
          "InspectionOn": "2025-05-20T21:59:57.1145901+04:00",
          "InspectionItemID": "f352707b-3bab-4fa6-baf1-0d3bf09fb1e6"
        },
        "PrevVehicleID": "ff3b6327-d81b-4642-b3cd-d06f672a3b47",
        "CloseBy": "b7258de9-6e63-45d2-8842-f0c990c7dcb3",
        "CloseOn": "2025-05-20T21:59:57.1145901+04:00",
        "CriticalLevel": 0,
        "Id": "460c1ff9-0981-469b-98bd-eddc14c6f0b8",
        "UserName": "sample string 17",
        "UserID": "7dcd2843-873a-45f9-bbde-daab771f73e2",
        "CreatedBy": "sample string 19",
        "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
        "ClientID": "ca622713-9738-41aa-9290-0a92bca68ff1",
        "ClientName": "sample string 22",
        "PartnerID": "6ca58d5f-9d45-423c-9db0-b04c840b463b",
        "PartnerName": "sample string 24"
      },
      {
        "Vehicle": {
          "VehicleID": "f3c6be8c-9e33-449f-a141-2082b72915bf",
          "Name": "sample string 2",
          "VehicleNo": "sample string 3",
          "Odometer": 4,
          "ModelName": "sample string 5",
          "DriverID": "9db023b5-7616-434d-8696-664fcd53aa1e",
          "DriverName": "sample string 7",
          "DriverContactNo": "sample string 8",
          "IMEINo": "sample string 9",
          "ClientID": "1d8f22af-9ef8-439c-b54b-2222978483db",
          "PartnerID": "352a579f-b0f2-46bf-8f93-422da098f81a"
        },
        "IssueID": "75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0",
        "ReportedDate": "2025-05-20T21:59:57.1145901+04:00",
        "Summary": "sample string 3",
        "Description": "sample string 4",
        "ReportedByID": "d8f8ff85-90f6-486a-b31f-2c85f8ae856b",
        "ReportedByName": "sample string 6",
        "AssignedToID": "d7253a52-424c-4ed8-b286-151f5613226b",
        "AssignedToName": "sample string 8",
        "Odometer": 9.1,
        "DueDate": "2025-05-20T21:59:57.1145901+04:00",
        "DueOdometer": 11.1,
        "Attachment": {
          "AttachmentID": "b9302ed5-1ed2-497f-9425-5ebf729c0021",
          "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": "3eaaf497-97f3-4b53-8aaa-024ff23bba43",
          "ServiceTypeID": "9e3b4bd4-6996-47b5-bf1d-1247c450e687",
          "WorkOrderOn": "2025-05-20T21:59:57.1145901+04:00",
          "WorkOrderID": "b6b9bca1-15fb-4c67-881a-8df33bd512ba",
          "InspectionOn": "2025-05-20T21:59:57.1145901+04:00",
          "InspectionItemID": "f352707b-3bab-4fa6-baf1-0d3bf09fb1e6"
        },
        "PrevVehicleID": "ff3b6327-d81b-4642-b3cd-d06f672a3b47",
        "CloseBy": "b7258de9-6e63-45d2-8842-f0c990c7dcb3",
        "CloseOn": "2025-05-20T21:59:57.1145901+04:00",
        "CriticalLevel": 0,
        "Id": "460c1ff9-0981-469b-98bd-eddc14c6f0b8",
        "UserName": "sample string 17",
        "UserID": "7dcd2843-873a-45f9-bbde-daab771f73e2",
        "CreatedBy": "sample string 19",
        "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
        "ClientID": "ca622713-9738-41aa-9290-0a92bca68ff1",
        "ClientName": "sample string 22",
        "PartnerID": "6ca58d5f-9d45-423c-9db0-b04c840b463b",
        "PartnerName": "sample string 24"
      }
    ],
    "IssueList": [
      "98b1530a-0227-4414-addd-ec0fe87798b2",
      "9f7f5795-c101-433b-ac64-fed6ea8529fd"
    ],
    "Id": "24440fb1-6801-446b-805b-89e17da4a299",
    "UserName": "sample string 15",
    "UserID": "e99891a7-6016-456c-a6b8-53cbcf45b611",
    "CreatedBy": "sample string 17",
    "CreatedOn": "2025-05-20T21:59:57.1145901+04:00",
    "ClientID": "93dc561c-e63d-4ade-a19f-04366232411b",
    "ClientName": "sample string 20",
    "PartnerID": "6315371f-b717-4e02-97c4-de4394c31b3b",
    "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>93dc561c-e63d-4ade-a19f-04366232411b</ClientID>
    <ClientName>sample string 20</ClientName>
    <CreatedBy>sample string 17</CreatedBy>
    <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
    <Id>24440fb1-6801-446b-805b-89e17da4a299</Id>
    <PartnerID>6315371f-b717-4e02-97c4-de4394c31b3b</PartnerID>
    <PartnerName>sample string 22</PartnerName>
    <UserID>e99891a7-6016-456c-a6b8-53cbcf45b611</UserID>
    <UserName>sample string 15</UserName>
    <AmountSpent>11</AmountSpent>
    <Attachment>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
      <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
      <ContentType>sample string 3</ContentType>
      <FileName>sample string 4</FileName>
      <ImageString>sample string 5</ImageString>
      <IsDeleted>true</IsDeleted>
    </Attachment>
    <DueDate>2025-05-20T21:59:57.1145901+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>ca622713-9738-41aa-9290-0a92bca68ff1</ClientID>
        <ClientName>sample string 22</ClientName>
        <CreatedBy>sample string 19</CreatedBy>
        <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
        <Id>460c1ff9-0981-469b-98bd-eddc14c6f0b8</Id>
        <PartnerID>6ca58d5f-9d45-423c-9db0-b04c840b463b</PartnerID>
        <PartnerName>sample string 24</PartnerName>
        <UserID>7dcd2843-873a-45f9-bbde-daab771f73e2</UserID>
        <UserName>sample string 17</UserName>
        <d3p1:AssignedToID>d7253a52-424c-4ed8-b286-151f5613226b</d3p1:AssignedToID>
        <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
        <d3p1:Attachment>
          <AttachmentData>QEA=</AttachmentData>
          <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
          <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
          <ContentType>sample string 3</ContentType>
          <FileName>sample string 4</FileName>
          <ImageString>sample string 5</ImageString>
          <IsDeleted>true</IsDeleted>
        </d3p1:Attachment>
        <d3p1:CloseBy>b7258de9-6e63-45d2-8842-f0c990c7dcb3</d3p1:CloseBy>
        <d3p1:CloseNote>sample string 12</d3p1:CloseNote>
        <d3p1:CloseOn>2025-05-20T21:59:57.1145901+04:00</d3p1:CloseOn>
        <d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
        <d3p1:Description>sample string 4</d3p1:Description>
        <d3p1:DueDate>2025-05-20T21:59:57.1145901+04:00</d3p1:DueDate>
        <d3p1:DueOdometer>11.1</d3p1:DueOdometer>
        <d3p1:IssueID>75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0</d3p1:IssueID>
        <d3p1:Odometer>9.1</d3p1:Odometer>
        <d3p1:PrevVehicleID>ff3b6327-d81b-4642-b3cd-d06f672a3b47</d3p1:PrevVehicleID>
        <d3p1:ReportedByID>d8f8ff85-90f6-486a-b31f-2c85f8ae856b</d3p1:ReportedByID>
        <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
        <d3p1:ReportedDate>2025-05-20T21:59:57.1145901+04:00</d3p1:ReportedDate>
        <d3p1:Summary>sample string 3</d3p1:Summary>
        <d3p1:TransactionDetail>
          <d3p1:InspectionItemID>f352707b-3bab-4fa6-baf1-0d3bf09fb1e6</d3p1:InspectionItemID>
          <d3p1:InspectionOn>2025-05-20T21:59:57.1145901+04:00</d3p1:InspectionOn>
          <d3p1:ServiceID>3eaaf497-97f3-4b53-8aaa-024ff23bba43</d3p1:ServiceID>
          <d3p1:ServiceTypeID>9e3b4bd4-6996-47b5-bf1d-1247c450e687</d3p1:ServiceTypeID>
          <d3p1:Status>None</d3p1:Status>
          <d3p1:WorkOrderID>b6b9bca1-15fb-4c67-881a-8df33bd512ba</d3p1:WorkOrderID>
          <d3p1:WorkOrderOn>2025-05-20T21:59:57.1145901+04:00</d3p1:WorkOrderOn>
        </d3p1:TransactionDetail>
        <d3p1:Vehicle>
          <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
          <DriverContactNo>sample string 8</DriverContactNo>
          <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
          <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
          <VehicleNo>sample string 3</VehicleNo>
        </d3p1:Vehicle>
      </d3p1:Issue>
      <d3p1:Issue>
        <ClientID>ca622713-9738-41aa-9290-0a92bca68ff1</ClientID>
        <ClientName>sample string 22</ClientName>
        <CreatedBy>sample string 19</CreatedBy>
        <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
        <Id>460c1ff9-0981-469b-98bd-eddc14c6f0b8</Id>
        <PartnerID>6ca58d5f-9d45-423c-9db0-b04c840b463b</PartnerID>
        <PartnerName>sample string 24</PartnerName>
        <UserID>7dcd2843-873a-45f9-bbde-daab771f73e2</UserID>
        <UserName>sample string 17</UserName>
        <d3p1:AssignedToID>d7253a52-424c-4ed8-b286-151f5613226b</d3p1:AssignedToID>
        <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
        <d3p1:Attachment>
          <AttachmentData>QEA=</AttachmentData>
          <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
          <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
          <ContentType>sample string 3</ContentType>
          <FileName>sample string 4</FileName>
          <ImageString>sample string 5</ImageString>
          <IsDeleted>true</IsDeleted>
        </d3p1:Attachment>
        <d3p1:CloseBy>b7258de9-6e63-45d2-8842-f0c990c7dcb3</d3p1:CloseBy>
        <d3p1:CloseNote>sample string 12</d3p1:CloseNote>
        <d3p1:CloseOn>2025-05-20T21:59:57.1145901+04:00</d3p1:CloseOn>
        <d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
        <d3p1:Description>sample string 4</d3p1:Description>
        <d3p1:DueDate>2025-05-20T21:59:57.1145901+04:00</d3p1:DueDate>
        <d3p1:DueOdometer>11.1</d3p1:DueOdometer>
        <d3p1:IssueID>75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0</d3p1:IssueID>
        <d3p1:Odometer>9.1</d3p1:Odometer>
        <d3p1:PrevVehicleID>ff3b6327-d81b-4642-b3cd-d06f672a3b47</d3p1:PrevVehicleID>
        <d3p1:ReportedByID>d8f8ff85-90f6-486a-b31f-2c85f8ae856b</d3p1:ReportedByID>
        <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
        <d3p1:ReportedDate>2025-05-20T21:59:57.1145901+04:00</d3p1:ReportedDate>
        <d3p1:Summary>sample string 3</d3p1:Summary>
        <d3p1:TransactionDetail>
          <d3p1:InspectionItemID>f352707b-3bab-4fa6-baf1-0d3bf09fb1e6</d3p1:InspectionItemID>
          <d3p1:InspectionOn>2025-05-20T21:59:57.1145901+04:00</d3p1:InspectionOn>
          <d3p1:ServiceID>3eaaf497-97f3-4b53-8aaa-024ff23bba43</d3p1:ServiceID>
          <d3p1:ServiceTypeID>9e3b4bd4-6996-47b5-bf1d-1247c450e687</d3p1:ServiceTypeID>
          <d3p1:Status>None</d3p1:Status>
          <d3p1:WorkOrderID>b6b9bca1-15fb-4c67-881a-8df33bd512ba</d3p1:WorkOrderID>
          <d3p1:WorkOrderOn>2025-05-20T21:59:57.1145901+04:00</d3p1:WorkOrderOn>
        </d3p1:TransactionDetail>
        <d3p1:Vehicle>
          <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
          <DriverContactNo>sample string 8</DriverContactNo>
          <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
          <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
          <VehicleNo>sample string 3</VehicleNo>
        </d3p1:Vehicle>
      </d3p1:Issue>
    </Issue>
    <IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>98b1530a-0227-4414-addd-ec0fe87798b2</d3p1:guid>
      <d3p1:guid>9f7f5795-c101-433b-ac64-fed6ea8529fd</d3p1:guid>
    </IssueList>
    <LastServiceDoneKms>10</LastServiceDoneKms>
    <LastServiceDoneOn>2025-05-20T21:59:57.1145901+04:00</LastServiceDoneOn>
    <Note>sample string 12</Note>
    <ReminderBeforeDays>6</ReminderBeforeDays>
    <ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
    <ReminderBeforeKms>7</ReminderBeforeKms>
    <ServiceDoneOn>2025-05-20T21:59:57.1145901+04:00</ServiceDoneOn>
    <ServiceDoneOnKms>5</ServiceDoneOnKms>
    <ServiceType>
      <ClientID>ea2076b7-9e9a-4124-aaec-70412c72907c</ClientID>
      <ClientName>sample string 13</ClientName>
      <CreatedBy>sample string 10</CreatedBy>
      <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
      <Id>f3d6f58a-6020-42df-a17a-bfeec68d1546</Id>
      <PartnerID>57b24eea-8403-45cc-809e-a507787abc3d</PartnerID>
      <PartnerName>sample string 15</PartnerName>
      <UserID>db641e72-647b-4dff-a79e-d1a7211461d5</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>381abd0a-792f-4c74-b25b-fb28bbfe4d70</ServiceTypeId>
    </ServiceType>
    <UsersToNotify>
      <BusinessHoursID>5fc328f4-47f4-4889-8190-9aeb84031cd9</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>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
      <DriverContactNo>sample string 8</DriverContactNo>
      <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
      <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
      <VehicleNo>sample string 3</VehicleNo>
    </Vehicle>
    <VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>35561a13-c30c-4e3b-9d18-0539b9fe73ff</d3p1:guid>
      <d3p1:guid>48df8be7-b129-4295-90c4-0b6c8c238cf2</d3p1:guid>
    </VehicleGroupIds>
    <VehicleServiceID>b9373d42-72c0-4cb9-9ad4-15f96f80caca</VehicleServiceID>
    <Vehicles>
      <VehicleBase>
        <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
        <DriverContactNo>sample string 8</DriverContactNo>
        <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
        <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
        <VehicleNo>sample string 3</VehicleNo>
      </VehicleBase>
      <VehicleBase>
        <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
        <DriverContactNo>sample string 8</DriverContactNo>
        <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
        <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
        <VehicleNo>sample string 3</VehicleNo>
      </VehicleBase>
    </Vehicles>
  </VehicleService>
  <VehicleService>
    <ClientID>93dc561c-e63d-4ade-a19f-04366232411b</ClientID>
    <ClientName>sample string 20</ClientName>
    <CreatedBy>sample string 17</CreatedBy>
    <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
    <Id>24440fb1-6801-446b-805b-89e17da4a299</Id>
    <PartnerID>6315371f-b717-4e02-97c4-de4394c31b3b</PartnerID>
    <PartnerName>sample string 22</PartnerName>
    <UserID>e99891a7-6016-456c-a6b8-53cbcf45b611</UserID>
    <UserName>sample string 15</UserName>
    <AmountSpent>11</AmountSpent>
    <Attachment>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
      <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
      <ContentType>sample string 3</ContentType>
      <FileName>sample string 4</FileName>
      <ImageString>sample string 5</ImageString>
      <IsDeleted>true</IsDeleted>
    </Attachment>
    <DueDate>2025-05-20T21:59:57.1145901+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>ca622713-9738-41aa-9290-0a92bca68ff1</ClientID>
        <ClientName>sample string 22</ClientName>
        <CreatedBy>sample string 19</CreatedBy>
        <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
        <Id>460c1ff9-0981-469b-98bd-eddc14c6f0b8</Id>
        <PartnerID>6ca58d5f-9d45-423c-9db0-b04c840b463b</PartnerID>
        <PartnerName>sample string 24</PartnerName>
        <UserID>7dcd2843-873a-45f9-bbde-daab771f73e2</UserID>
        <UserName>sample string 17</UserName>
        <d3p1:AssignedToID>d7253a52-424c-4ed8-b286-151f5613226b</d3p1:AssignedToID>
        <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
        <d3p1:Attachment>
          <AttachmentData>QEA=</AttachmentData>
          <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
          <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
          <ContentType>sample string 3</ContentType>
          <FileName>sample string 4</FileName>
          <ImageString>sample string 5</ImageString>
          <IsDeleted>true</IsDeleted>
        </d3p1:Attachment>
        <d3p1:CloseBy>b7258de9-6e63-45d2-8842-f0c990c7dcb3</d3p1:CloseBy>
        <d3p1:CloseNote>sample string 12</d3p1:CloseNote>
        <d3p1:CloseOn>2025-05-20T21:59:57.1145901+04:00</d3p1:CloseOn>
        <d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
        <d3p1:Description>sample string 4</d3p1:Description>
        <d3p1:DueDate>2025-05-20T21:59:57.1145901+04:00</d3p1:DueDate>
        <d3p1:DueOdometer>11.1</d3p1:DueOdometer>
        <d3p1:IssueID>75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0</d3p1:IssueID>
        <d3p1:Odometer>9.1</d3p1:Odometer>
        <d3p1:PrevVehicleID>ff3b6327-d81b-4642-b3cd-d06f672a3b47</d3p1:PrevVehicleID>
        <d3p1:ReportedByID>d8f8ff85-90f6-486a-b31f-2c85f8ae856b</d3p1:ReportedByID>
        <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
        <d3p1:ReportedDate>2025-05-20T21:59:57.1145901+04:00</d3p1:ReportedDate>
        <d3p1:Summary>sample string 3</d3p1:Summary>
        <d3p1:TransactionDetail>
          <d3p1:InspectionItemID>f352707b-3bab-4fa6-baf1-0d3bf09fb1e6</d3p1:InspectionItemID>
          <d3p1:InspectionOn>2025-05-20T21:59:57.1145901+04:00</d3p1:InspectionOn>
          <d3p1:ServiceID>3eaaf497-97f3-4b53-8aaa-024ff23bba43</d3p1:ServiceID>
          <d3p1:ServiceTypeID>9e3b4bd4-6996-47b5-bf1d-1247c450e687</d3p1:ServiceTypeID>
          <d3p1:Status>None</d3p1:Status>
          <d3p1:WorkOrderID>b6b9bca1-15fb-4c67-881a-8df33bd512ba</d3p1:WorkOrderID>
          <d3p1:WorkOrderOn>2025-05-20T21:59:57.1145901+04:00</d3p1:WorkOrderOn>
        </d3p1:TransactionDetail>
        <d3p1:Vehicle>
          <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
          <DriverContactNo>sample string 8</DriverContactNo>
          <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
          <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
          <VehicleNo>sample string 3</VehicleNo>
        </d3p1:Vehicle>
      </d3p1:Issue>
      <d3p1:Issue>
        <ClientID>ca622713-9738-41aa-9290-0a92bca68ff1</ClientID>
        <ClientName>sample string 22</ClientName>
        <CreatedBy>sample string 19</CreatedBy>
        <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
        <Id>460c1ff9-0981-469b-98bd-eddc14c6f0b8</Id>
        <PartnerID>6ca58d5f-9d45-423c-9db0-b04c840b463b</PartnerID>
        <PartnerName>sample string 24</PartnerName>
        <UserID>7dcd2843-873a-45f9-bbde-daab771f73e2</UserID>
        <UserName>sample string 17</UserName>
        <d3p1:AssignedToID>d7253a52-424c-4ed8-b286-151f5613226b</d3p1:AssignedToID>
        <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName>
        <d3p1:Attachment>
          <AttachmentData>QEA=</AttachmentData>
          <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
          <AttachmentID>b9302ed5-1ed2-497f-9425-5ebf729c0021</AttachmentID>
          <ContentType>sample string 3</ContentType>
          <FileName>sample string 4</FileName>
          <ImageString>sample string 5</ImageString>
          <IsDeleted>true</IsDeleted>
        </d3p1:Attachment>
        <d3p1:CloseBy>b7258de9-6e63-45d2-8842-f0c990c7dcb3</d3p1:CloseBy>
        <d3p1:CloseNote>sample string 12</d3p1:CloseNote>
        <d3p1:CloseOn>2025-05-20T21:59:57.1145901+04:00</d3p1:CloseOn>
        <d3p1:CriticalLevel>Low</d3p1:CriticalLevel>
        <d3p1:Description>sample string 4</d3p1:Description>
        <d3p1:DueDate>2025-05-20T21:59:57.1145901+04:00</d3p1:DueDate>
        <d3p1:DueOdometer>11.1</d3p1:DueOdometer>
        <d3p1:IssueID>75a198da-44bf-4e1b-bd3e-e0f4ac4a33b0</d3p1:IssueID>
        <d3p1:Odometer>9.1</d3p1:Odometer>
        <d3p1:PrevVehicleID>ff3b6327-d81b-4642-b3cd-d06f672a3b47</d3p1:PrevVehicleID>
        <d3p1:ReportedByID>d8f8ff85-90f6-486a-b31f-2c85f8ae856b</d3p1:ReportedByID>
        <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName>
        <d3p1:ReportedDate>2025-05-20T21:59:57.1145901+04:00</d3p1:ReportedDate>
        <d3p1:Summary>sample string 3</d3p1:Summary>
        <d3p1:TransactionDetail>
          <d3p1:InspectionItemID>f352707b-3bab-4fa6-baf1-0d3bf09fb1e6</d3p1:InspectionItemID>
          <d3p1:InspectionOn>2025-05-20T21:59:57.1145901+04:00</d3p1:InspectionOn>
          <d3p1:ServiceID>3eaaf497-97f3-4b53-8aaa-024ff23bba43</d3p1:ServiceID>
          <d3p1:ServiceTypeID>9e3b4bd4-6996-47b5-bf1d-1247c450e687</d3p1:ServiceTypeID>
          <d3p1:Status>None</d3p1:Status>
          <d3p1:WorkOrderID>b6b9bca1-15fb-4c67-881a-8df33bd512ba</d3p1:WorkOrderID>
          <d3p1:WorkOrderOn>2025-05-20T21:59:57.1145901+04:00</d3p1:WorkOrderOn>
        </d3p1:TransactionDetail>
        <d3p1:Vehicle>
          <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
          <DriverContactNo>sample string 8</DriverContactNo>
          <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
          <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
          <VehicleNo>sample string 3</VehicleNo>
        </d3p1:Vehicle>
      </d3p1:Issue>
    </Issue>
    <IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>98b1530a-0227-4414-addd-ec0fe87798b2</d3p1:guid>
      <d3p1:guid>9f7f5795-c101-433b-ac64-fed6ea8529fd</d3p1:guid>
    </IssueList>
    <LastServiceDoneKms>10</LastServiceDoneKms>
    <LastServiceDoneOn>2025-05-20T21:59:57.1145901+04:00</LastServiceDoneOn>
    <Note>sample string 12</Note>
    <ReminderBeforeDays>6</ReminderBeforeDays>
    <ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs>
    <ReminderBeforeKms>7</ReminderBeforeKms>
    <ServiceDoneOn>2025-05-20T21:59:57.1145901+04:00</ServiceDoneOn>
    <ServiceDoneOnKms>5</ServiceDoneOnKms>
    <ServiceType>
      <ClientID>ea2076b7-9e9a-4124-aaec-70412c72907c</ClientID>
      <ClientName>sample string 13</ClientName>
      <CreatedBy>sample string 10</CreatedBy>
      <CreatedOn>2025-05-20T21:59:57.1145901+04:00</CreatedOn>
      <Id>f3d6f58a-6020-42df-a17a-bfeec68d1546</Id>
      <PartnerID>57b24eea-8403-45cc-809e-a507787abc3d</PartnerID>
      <PartnerName>sample string 15</PartnerName>
      <UserID>db641e72-647b-4dff-a79e-d1a7211461d5</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>381abd0a-792f-4c74-b25b-fb28bbfe4d70</ServiceTypeId>
    </ServiceType>
    <UsersToNotify>
      <BusinessHoursID>5fc328f4-47f4-4889-8190-9aeb84031cd9</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>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
      <DriverContactNo>sample string 8</DriverContactNo>
      <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
      <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
      <VehicleNo>sample string 3</VehicleNo>
    </Vehicle>
    <VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>35561a13-c30c-4e3b-9d18-0539b9fe73ff</d3p1:guid>
      <d3p1:guid>48df8be7-b129-4295-90c4-0b6c8c238cf2</d3p1:guid>
    </VehicleGroupIds>
    <VehicleServiceID>b9373d42-72c0-4cb9-9ad4-15f96f80caca</VehicleServiceID>
    <Vehicles>
      <VehicleBase>
        <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
        <DriverContactNo>sample string 8</DriverContactNo>
        <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
        <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
        <VehicleNo>sample string 3</VehicleNo>
      </VehicleBase>
      <VehicleBase>
        <ClientID>1d8f22af-9ef8-439c-b54b-2222978483db</ClientID>
        <DriverContactNo>sample string 8</DriverContactNo>
        <DriverID>9db023b5-7616-434d-8696-664fcd53aa1e</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>352a579f-b0f2-46bf-8f93-422da098f81a</PartnerID>
        <VehicleID>f3c6be8c-9e33-449f-a141-2082b72915bf</VehicleID>
        <VehicleNo>sample string 3</VehicleNo>
      </VehicleBase>
    </Vehicles>
  </VehicleService>
</ArrayOfVehicleService>