GET Api/Service?vehicleService={vehicleService}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vehicleService | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleServiceName | 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": "231efbff-319b-4a87-a4a4-54e5be70a364", "ServiceType": { "ServiceTypeId": "052932df-f7b3-4816-8bae-44c8651b5d90", "Name": "sample string 2", "Description": "sample string 3", "FrequencyDays": 4, "FrequencyKm": 5, "FrequencyEngineHrs": 6, "Id": "0563a7ba-cd19-4d0d-be1f-6bd40c22c125", "UserName": "sample string 8", "UserID": "5c14758a-cbed-46d2-9cd3-52b0346b13f4", "CreatedBy": "sample string 10", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "88931b3b-553c-43e2-b958-7bf2edbe732d", "ClientName": "sample string 13", "PartnerID": "c3b7df27-e439-4f2a-9ab8-e30f5e36ba74", "PartnerName": "sample string 15" }, "DueKms": 2, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "EngineHours": 3, "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "Vehicles": [ { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" } ], "VehicleGroupIds": [ "6d1696f5-de15-4b7c-a6ba-cfb0446c5ac9", "3833fb43-5cb3-4c5e-ae6a-1860d56eadf3" ], "ServiceDoneOn": "2025-09-16T19:29:17.1232503+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": "e69ac89e-b640-4044-8b2b-29b74ae9e379", "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-09-16T19:29:17.1232503+04:00", "LastServiceDoneKms": 10, "AmountSpent": 11.0, "Note": "sample string 12", "DueDetail": "sample string 13", "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, "Issue": [ { "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "IssueID": "6e407687-02bd-4c47-8c3a-549d17a39a12", "ReportedDate": "2025-09-16T19:29:17.1232503+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "cee4927a-24b1-4d1e-89d2-7ee19ee94630", "ReportedByName": "sample string 6", "AssignedToID": "446ab0b5-bf03-456a-902b-fd8856d80167", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "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": "438b4928-5053-411f-b51c-a80131444025", "ServiceTypeID": "177dfc8e-ce47-4554-9b73-7f856f8facdd", "WorkOrderOn": "2025-09-16T19:29:17.1232503+04:00", "WorkOrderID": "345b2df0-0688-4ea7-986c-8eee228a0550", "InspectionOn": "2025-09-16T19:29:17.1232503+04:00", "InspectionItemID": "7709ccd1-813f-4289-b737-d9bf5b157a17" }, "PrevVehicleID": "45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b", "CloseBy": "1fc90a61-f389-479e-beef-080f31f3f11a", "CloseOn": "2025-09-16T19:29:17.1232503+04:00", "CriticalLevel": 0, "Id": "7b477187-36a2-4f38-8237-c5e597b753a1", "UserName": "sample string 17", "UserID": "dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd", "CreatedBy": "sample string 19", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "112a80e1-1bab-4b19-941e-9f967b3f1972", "ClientName": "sample string 22", "PartnerID": "82dfb5aa-c8c1-4d03-97f9-e58bc0e40400", "PartnerName": "sample string 24" }, { "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "IssueID": "6e407687-02bd-4c47-8c3a-549d17a39a12", "ReportedDate": "2025-09-16T19:29:17.1232503+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "cee4927a-24b1-4d1e-89d2-7ee19ee94630", "ReportedByName": "sample string 6", "AssignedToID": "446ab0b5-bf03-456a-902b-fd8856d80167", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "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": "438b4928-5053-411f-b51c-a80131444025", "ServiceTypeID": "177dfc8e-ce47-4554-9b73-7f856f8facdd", "WorkOrderOn": "2025-09-16T19:29:17.1232503+04:00", "WorkOrderID": "345b2df0-0688-4ea7-986c-8eee228a0550", "InspectionOn": "2025-09-16T19:29:17.1232503+04:00", "InspectionItemID": "7709ccd1-813f-4289-b737-d9bf5b157a17" }, "PrevVehicleID": "45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b", "CloseBy": "1fc90a61-f389-479e-beef-080f31f3f11a", "CloseOn": "2025-09-16T19:29:17.1232503+04:00", "CriticalLevel": 0, "Id": "7b477187-36a2-4f38-8237-c5e597b753a1", "UserName": "sample string 17", "UserID": "dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd", "CreatedBy": "sample string 19", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "112a80e1-1bab-4b19-941e-9f967b3f1972", "ClientName": "sample string 22", "PartnerID": "82dfb5aa-c8c1-4d03-97f9-e58bc0e40400", "PartnerName": "sample string 24" } ], "IssueList": [ "d052e7bd-1e3d-4a0d-b006-47caa5a2c332", "cead35ae-d48f-4095-8652-688dc0bc5fab" ], "Id": "cc4f6f6d-9057-4173-bdcb-263f2ee57dcf", "UserName": "sample string 15", "UserID": "6bfe9e2f-670d-4f4a-bc80-c048f5310c7c", "CreatedBy": "sample string 17", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "b7ff67b6-f2fd-497e-b704-1e11433caf54", "ClientName": "sample string 20", "PartnerID": "7485b2b9-b10e-4c2f-8ce2-efb0407b60aa", "PartnerName": "sample string 22" }, { "VehicleServiceID": "231efbff-319b-4a87-a4a4-54e5be70a364", "ServiceType": { "ServiceTypeId": "052932df-f7b3-4816-8bae-44c8651b5d90", "Name": "sample string 2", "Description": "sample string 3", "FrequencyDays": 4, "FrequencyKm": 5, "FrequencyEngineHrs": 6, "Id": "0563a7ba-cd19-4d0d-be1f-6bd40c22c125", "UserName": "sample string 8", "UserID": "5c14758a-cbed-46d2-9cd3-52b0346b13f4", "CreatedBy": "sample string 10", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "88931b3b-553c-43e2-b958-7bf2edbe732d", "ClientName": "sample string 13", "PartnerID": "c3b7df27-e439-4f2a-9ab8-e30f5e36ba74", "PartnerName": "sample string 15" }, "DueKms": 2, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "EngineHours": 3, "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "Vehicles": [ { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" } ], "VehicleGroupIds": [ "6d1696f5-de15-4b7c-a6ba-cfb0446c5ac9", "3833fb43-5cb3-4c5e-ae6a-1860d56eadf3" ], "ServiceDoneOn": "2025-09-16T19:29:17.1232503+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": "e69ac89e-b640-4044-8b2b-29b74ae9e379", "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-09-16T19:29:17.1232503+04:00", "LastServiceDoneKms": 10, "AmountSpent": 11.0, "Note": "sample string 12", "DueDetail": "sample string 13", "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, "Issue": [ { "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "IssueID": "6e407687-02bd-4c47-8c3a-549d17a39a12", "ReportedDate": "2025-09-16T19:29:17.1232503+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "cee4927a-24b1-4d1e-89d2-7ee19ee94630", "ReportedByName": "sample string 6", "AssignedToID": "446ab0b5-bf03-456a-902b-fd8856d80167", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "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": "438b4928-5053-411f-b51c-a80131444025", "ServiceTypeID": "177dfc8e-ce47-4554-9b73-7f856f8facdd", "WorkOrderOn": "2025-09-16T19:29:17.1232503+04:00", "WorkOrderID": "345b2df0-0688-4ea7-986c-8eee228a0550", "InspectionOn": "2025-09-16T19:29:17.1232503+04:00", "InspectionItemID": "7709ccd1-813f-4289-b737-d9bf5b157a17" }, "PrevVehicleID": "45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b", "CloseBy": "1fc90a61-f389-479e-beef-080f31f3f11a", "CloseOn": "2025-09-16T19:29:17.1232503+04:00", "CriticalLevel": 0, "Id": "7b477187-36a2-4f38-8237-c5e597b753a1", "UserName": "sample string 17", "UserID": "dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd", "CreatedBy": "sample string 19", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "112a80e1-1bab-4b19-941e-9f967b3f1972", "ClientName": "sample string 22", "PartnerID": "82dfb5aa-c8c1-4d03-97f9-e58bc0e40400", "PartnerName": "sample string 24" }, { "Vehicle": { "VehicleID": "d46b9219-8028-4d23-8768-63da43926aae", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "bade9e37-9605-46ae-a875-aa1718d15541", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "30e28e23-d328-4e53-abc5-a39e6623e7b4", "PartnerID": "1bc3c548-89c0-4dcd-905d-a77f241f3ec2" }, "IssueID": "6e407687-02bd-4c47-8c3a-549d17a39a12", "ReportedDate": "2025-09-16T19:29:17.1232503+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "cee4927a-24b1-4d1e-89d2-7ee19ee94630", "ReportedByName": "sample string 6", "AssignedToID": "446ab0b5-bf03-456a-902b-fd8856d80167", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-09-16T19:29:17.1232503+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "038256d9-49d2-4ae3-ac6b-354ad026fecb", "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": "438b4928-5053-411f-b51c-a80131444025", "ServiceTypeID": "177dfc8e-ce47-4554-9b73-7f856f8facdd", "WorkOrderOn": "2025-09-16T19:29:17.1232503+04:00", "WorkOrderID": "345b2df0-0688-4ea7-986c-8eee228a0550", "InspectionOn": "2025-09-16T19:29:17.1232503+04:00", "InspectionItemID": "7709ccd1-813f-4289-b737-d9bf5b157a17" }, "PrevVehicleID": "45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b", "CloseBy": "1fc90a61-f389-479e-beef-080f31f3f11a", "CloseOn": "2025-09-16T19:29:17.1232503+04:00", "CriticalLevel": 0, "Id": "7b477187-36a2-4f38-8237-c5e597b753a1", "UserName": "sample string 17", "UserID": "dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd", "CreatedBy": "sample string 19", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "112a80e1-1bab-4b19-941e-9f967b3f1972", "ClientName": "sample string 22", "PartnerID": "82dfb5aa-c8c1-4d03-97f9-e58bc0e40400", "PartnerName": "sample string 24" } ], "IssueList": [ "d052e7bd-1e3d-4a0d-b006-47caa5a2c332", "cead35ae-d48f-4095-8652-688dc0bc5fab" ], "Id": "cc4f6f6d-9057-4173-bdcb-263f2ee57dcf", "UserName": "sample string 15", "UserID": "6bfe9e2f-670d-4f4a-bc80-c048f5310c7c", "CreatedBy": "sample string 17", "CreatedOn": "2025-09-16T19:29:17.1232503+04:00", "ClientID": "b7ff67b6-f2fd-497e-b704-1e11433caf54", "ClientName": "sample string 20", "PartnerID": "7485b2b9-b10e-4c2f-8ce2-efb0407b60aa", "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>b7ff67b6-f2fd-497e-b704-1e11433caf54</ClientID> <ClientName>sample string 20</ClientName> <CreatedBy>sample string 17</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>cc4f6f6d-9057-4173-bdcb-263f2ee57dcf</Id> <PartnerID>7485b2b9-b10e-4c2f-8ce2-efb0407b60aa</PartnerID> <PartnerName>sample string 22</PartnerName> <UserID>6bfe9e2f-670d-4f4a-bc80-c048f5310c7c</UserID> <UserName>sample string 15</UserName> <AmountSpent>11</AmountSpent> <Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </Attachment> <DueDate>2025-09-16T19:29:17.1232503+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>112a80e1-1bab-4b19-941e-9f967b3f1972</ClientID> <ClientName>sample string 22</ClientName> <CreatedBy>sample string 19</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>7b477187-36a2-4f38-8237-c5e597b753a1</Id> <PartnerID>82dfb5aa-c8c1-4d03-97f9-e58bc0e40400</PartnerID> <PartnerName>sample string 24</PartnerName> <UserID>dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd</UserID> <UserName>sample string 17</UserName> <d3p1:AssignedToID>446ab0b5-bf03-456a-902b-fd8856d80167</d3p1:AssignedToID> <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName> <d3p1:Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </d3p1:Attachment> <d3p1:CloseBy>1fc90a61-f389-479e-beef-080f31f3f11a</d3p1:CloseBy> <d3p1:CloseNote>sample string 12</d3p1:CloseNote> <d3p1:CloseOn>2025-09-16T19:29:17.1232503+04:00</d3p1:CloseOn> <d3p1:CriticalLevel>Low</d3p1:CriticalLevel> <d3p1:Description>sample string 4</d3p1:Description> <d3p1:DueDate>2025-09-16T19:29:17.1232503+04:00</d3p1:DueDate> <d3p1:DueOdometer>11.1</d3p1:DueOdometer> <d3p1:IssueID>6e407687-02bd-4c47-8c3a-549d17a39a12</d3p1:IssueID> <d3p1:Odometer>9.1</d3p1:Odometer> <d3p1:PrevVehicleID>45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b</d3p1:PrevVehicleID> <d3p1:ReportedByID>cee4927a-24b1-4d1e-89d2-7ee19ee94630</d3p1:ReportedByID> <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName> <d3p1:ReportedDate>2025-09-16T19:29:17.1232503+04:00</d3p1:ReportedDate> <d3p1:Summary>sample string 3</d3p1:Summary> <d3p1:TransactionDetail> <d3p1:InspectionItemID>7709ccd1-813f-4289-b737-d9bf5b157a17</d3p1:InspectionItemID> <d3p1:InspectionOn>2025-09-16T19:29:17.1232503+04:00</d3p1:InspectionOn> <d3p1:ServiceID>438b4928-5053-411f-b51c-a80131444025</d3p1:ServiceID> <d3p1:ServiceTypeID>177dfc8e-ce47-4554-9b73-7f856f8facdd</d3p1:ServiceTypeID> <d3p1:Status>None</d3p1:Status> <d3p1:WorkOrderID>345b2df0-0688-4ea7-986c-8eee228a0550</d3p1:WorkOrderID> <d3p1:WorkOrderOn>2025-09-16T19:29:17.1232503+04:00</d3p1:WorkOrderOn> </d3p1:TransactionDetail> <d3p1:Vehicle> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </d3p1:Vehicle> </d3p1:Issue> <d3p1:Issue> <ClientID>112a80e1-1bab-4b19-941e-9f967b3f1972</ClientID> <ClientName>sample string 22</ClientName> <CreatedBy>sample string 19</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>7b477187-36a2-4f38-8237-c5e597b753a1</Id> <PartnerID>82dfb5aa-c8c1-4d03-97f9-e58bc0e40400</PartnerID> <PartnerName>sample string 24</PartnerName> <UserID>dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd</UserID> <UserName>sample string 17</UserName> <d3p1:AssignedToID>446ab0b5-bf03-456a-902b-fd8856d80167</d3p1:AssignedToID> <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName> <d3p1:Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </d3p1:Attachment> <d3p1:CloseBy>1fc90a61-f389-479e-beef-080f31f3f11a</d3p1:CloseBy> <d3p1:CloseNote>sample string 12</d3p1:CloseNote> <d3p1:CloseOn>2025-09-16T19:29:17.1232503+04:00</d3p1:CloseOn> <d3p1:CriticalLevel>Low</d3p1:CriticalLevel> <d3p1:Description>sample string 4</d3p1:Description> <d3p1:DueDate>2025-09-16T19:29:17.1232503+04:00</d3p1:DueDate> <d3p1:DueOdometer>11.1</d3p1:DueOdometer> <d3p1:IssueID>6e407687-02bd-4c47-8c3a-549d17a39a12</d3p1:IssueID> <d3p1:Odometer>9.1</d3p1:Odometer> <d3p1:PrevVehicleID>45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b</d3p1:PrevVehicleID> <d3p1:ReportedByID>cee4927a-24b1-4d1e-89d2-7ee19ee94630</d3p1:ReportedByID> <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName> <d3p1:ReportedDate>2025-09-16T19:29:17.1232503+04:00</d3p1:ReportedDate> <d3p1:Summary>sample string 3</d3p1:Summary> <d3p1:TransactionDetail> <d3p1:InspectionItemID>7709ccd1-813f-4289-b737-d9bf5b157a17</d3p1:InspectionItemID> <d3p1:InspectionOn>2025-09-16T19:29:17.1232503+04:00</d3p1:InspectionOn> <d3p1:ServiceID>438b4928-5053-411f-b51c-a80131444025</d3p1:ServiceID> <d3p1:ServiceTypeID>177dfc8e-ce47-4554-9b73-7f856f8facdd</d3p1:ServiceTypeID> <d3p1:Status>None</d3p1:Status> <d3p1:WorkOrderID>345b2df0-0688-4ea7-986c-8eee228a0550</d3p1:WorkOrderID> <d3p1:WorkOrderOn>2025-09-16T19:29:17.1232503+04:00</d3p1:WorkOrderOn> </d3p1:TransactionDetail> <d3p1:Vehicle> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </d3p1:Vehicle> </d3p1:Issue> </Issue> <IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>d052e7bd-1e3d-4a0d-b006-47caa5a2c332</d3p1:guid> <d3p1:guid>cead35ae-d48f-4095-8652-688dc0bc5fab</d3p1:guid> </IssueList> <LastServiceDoneKms>10</LastServiceDoneKms> <LastServiceDoneOn>2025-09-16T19:29:17.1232503+04:00</LastServiceDoneOn> <Note>sample string 12</Note> <ReminderBeforeDays>6</ReminderBeforeDays> <ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs> <ReminderBeforeKms>7</ReminderBeforeKms> <ServiceDoneOn>2025-09-16T19:29:17.1232503+04:00</ServiceDoneOn> <ServiceDoneOnKms>5</ServiceDoneOnKms> <ServiceType> <ClientID>88931b3b-553c-43e2-b958-7bf2edbe732d</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>0563a7ba-cd19-4d0d-be1f-6bd40c22c125</Id> <PartnerID>c3b7df27-e439-4f2a-9ab8-e30f5e36ba74</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>5c14758a-cbed-46d2-9cd3-52b0346b13f4</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>052932df-f7b3-4816-8bae-44c8651b5d90</ServiceTypeId> </ServiceType> <UsersToNotify> <BusinessHoursID>e69ac89e-b640-4044-8b2b-29b74ae9e379</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>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </Vehicle> <VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>6d1696f5-de15-4b7c-a6ba-cfb0446c5ac9</d3p1:guid> <d3p1:guid>3833fb43-5cb3-4c5e-ae6a-1860d56eadf3</d3p1:guid> </VehicleGroupIds> <VehicleServiceID>231efbff-319b-4a87-a4a4-54e5be70a364</VehicleServiceID> <Vehicles> <VehicleBase> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </VehicleBase> <VehicleBase> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </VehicleBase> </Vehicles> </VehicleService> <VehicleService> <ClientID>b7ff67b6-f2fd-497e-b704-1e11433caf54</ClientID> <ClientName>sample string 20</ClientName> <CreatedBy>sample string 17</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>cc4f6f6d-9057-4173-bdcb-263f2ee57dcf</Id> <PartnerID>7485b2b9-b10e-4c2f-8ce2-efb0407b60aa</PartnerID> <PartnerName>sample string 22</PartnerName> <UserID>6bfe9e2f-670d-4f4a-bc80-c048f5310c7c</UserID> <UserName>sample string 15</UserName> <AmountSpent>11</AmountSpent> <Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </Attachment> <DueDate>2025-09-16T19:29:17.1232503+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>112a80e1-1bab-4b19-941e-9f967b3f1972</ClientID> <ClientName>sample string 22</ClientName> <CreatedBy>sample string 19</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>7b477187-36a2-4f38-8237-c5e597b753a1</Id> <PartnerID>82dfb5aa-c8c1-4d03-97f9-e58bc0e40400</PartnerID> <PartnerName>sample string 24</PartnerName> <UserID>dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd</UserID> <UserName>sample string 17</UserName> <d3p1:AssignedToID>446ab0b5-bf03-456a-902b-fd8856d80167</d3p1:AssignedToID> <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName> <d3p1:Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </d3p1:Attachment> <d3p1:CloseBy>1fc90a61-f389-479e-beef-080f31f3f11a</d3p1:CloseBy> <d3p1:CloseNote>sample string 12</d3p1:CloseNote> <d3p1:CloseOn>2025-09-16T19:29:17.1232503+04:00</d3p1:CloseOn> <d3p1:CriticalLevel>Low</d3p1:CriticalLevel> <d3p1:Description>sample string 4</d3p1:Description> <d3p1:DueDate>2025-09-16T19:29:17.1232503+04:00</d3p1:DueDate> <d3p1:DueOdometer>11.1</d3p1:DueOdometer> <d3p1:IssueID>6e407687-02bd-4c47-8c3a-549d17a39a12</d3p1:IssueID> <d3p1:Odometer>9.1</d3p1:Odometer> <d3p1:PrevVehicleID>45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b</d3p1:PrevVehicleID> <d3p1:ReportedByID>cee4927a-24b1-4d1e-89d2-7ee19ee94630</d3p1:ReportedByID> <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName> <d3p1:ReportedDate>2025-09-16T19:29:17.1232503+04:00</d3p1:ReportedDate> <d3p1:Summary>sample string 3</d3p1:Summary> <d3p1:TransactionDetail> <d3p1:InspectionItemID>7709ccd1-813f-4289-b737-d9bf5b157a17</d3p1:InspectionItemID> <d3p1:InspectionOn>2025-09-16T19:29:17.1232503+04:00</d3p1:InspectionOn> <d3p1:ServiceID>438b4928-5053-411f-b51c-a80131444025</d3p1:ServiceID> <d3p1:ServiceTypeID>177dfc8e-ce47-4554-9b73-7f856f8facdd</d3p1:ServiceTypeID> <d3p1:Status>None</d3p1:Status> <d3p1:WorkOrderID>345b2df0-0688-4ea7-986c-8eee228a0550</d3p1:WorkOrderID> <d3p1:WorkOrderOn>2025-09-16T19:29:17.1232503+04:00</d3p1:WorkOrderOn> </d3p1:TransactionDetail> <d3p1:Vehicle> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </d3p1:Vehicle> </d3p1:Issue> <d3p1:Issue> <ClientID>112a80e1-1bab-4b19-941e-9f967b3f1972</ClientID> <ClientName>sample string 22</ClientName> <CreatedBy>sample string 19</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>7b477187-36a2-4f38-8237-c5e597b753a1</Id> <PartnerID>82dfb5aa-c8c1-4d03-97f9-e58bc0e40400</PartnerID> <PartnerName>sample string 24</PartnerName> <UserID>dbd19f6c-ea67-4d1f-b04f-d26baa7f78fd</UserID> <UserName>sample string 17</UserName> <d3p1:AssignedToID>446ab0b5-bf03-456a-902b-fd8856d80167</d3p1:AssignedToID> <d3p1:AssignedToName>sample string 8</d3p1:AssignedToName> <d3p1:Attachment> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>038256d9-49d2-4ae3-ac6b-354ad026fecb</AttachmentID> <ContentType>sample string 3</ContentType> <FileName>sample string 4</FileName> <ImageString>sample string 5</ImageString> <IsDeleted>true</IsDeleted> </d3p1:Attachment> <d3p1:CloseBy>1fc90a61-f389-479e-beef-080f31f3f11a</d3p1:CloseBy> <d3p1:CloseNote>sample string 12</d3p1:CloseNote> <d3p1:CloseOn>2025-09-16T19:29:17.1232503+04:00</d3p1:CloseOn> <d3p1:CriticalLevel>Low</d3p1:CriticalLevel> <d3p1:Description>sample string 4</d3p1:Description> <d3p1:DueDate>2025-09-16T19:29:17.1232503+04:00</d3p1:DueDate> <d3p1:DueOdometer>11.1</d3p1:DueOdometer> <d3p1:IssueID>6e407687-02bd-4c47-8c3a-549d17a39a12</d3p1:IssueID> <d3p1:Odometer>9.1</d3p1:Odometer> <d3p1:PrevVehicleID>45d458ca-c5ec-40a7-b3af-e9e8d35c4e2b</d3p1:PrevVehicleID> <d3p1:ReportedByID>cee4927a-24b1-4d1e-89d2-7ee19ee94630</d3p1:ReportedByID> <d3p1:ReportedByName>sample string 6</d3p1:ReportedByName> <d3p1:ReportedDate>2025-09-16T19:29:17.1232503+04:00</d3p1:ReportedDate> <d3p1:Summary>sample string 3</d3p1:Summary> <d3p1:TransactionDetail> <d3p1:InspectionItemID>7709ccd1-813f-4289-b737-d9bf5b157a17</d3p1:InspectionItemID> <d3p1:InspectionOn>2025-09-16T19:29:17.1232503+04:00</d3p1:InspectionOn> <d3p1:ServiceID>438b4928-5053-411f-b51c-a80131444025</d3p1:ServiceID> <d3p1:ServiceTypeID>177dfc8e-ce47-4554-9b73-7f856f8facdd</d3p1:ServiceTypeID> <d3p1:Status>None</d3p1:Status> <d3p1:WorkOrderID>345b2df0-0688-4ea7-986c-8eee228a0550</d3p1:WorkOrderID> <d3p1:WorkOrderOn>2025-09-16T19:29:17.1232503+04:00</d3p1:WorkOrderOn> </d3p1:TransactionDetail> <d3p1:Vehicle> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </d3p1:Vehicle> </d3p1:Issue> </Issue> <IssueList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>d052e7bd-1e3d-4a0d-b006-47caa5a2c332</d3p1:guid> <d3p1:guid>cead35ae-d48f-4095-8652-688dc0bc5fab</d3p1:guid> </IssueList> <LastServiceDoneKms>10</LastServiceDoneKms> <LastServiceDoneOn>2025-09-16T19:29:17.1232503+04:00</LastServiceDoneOn> <Note>sample string 12</Note> <ReminderBeforeDays>6</ReminderBeforeDays> <ReminderBeforeEngineHrs>8</ReminderBeforeEngineHrs> <ReminderBeforeKms>7</ReminderBeforeKms> <ServiceDoneOn>2025-09-16T19:29:17.1232503+04:00</ServiceDoneOn> <ServiceDoneOnKms>5</ServiceDoneOnKms> <ServiceType> <ClientID>88931b3b-553c-43e2-b958-7bf2edbe732d</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-09-16T19:29:17.1232503+04:00</CreatedOn> <Id>0563a7ba-cd19-4d0d-be1f-6bd40c22c125</Id> <PartnerID>c3b7df27-e439-4f2a-9ab8-e30f5e36ba74</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>5c14758a-cbed-46d2-9cd3-52b0346b13f4</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>052932df-f7b3-4816-8bae-44c8651b5d90</ServiceTypeId> </ServiceType> <UsersToNotify> <BusinessHoursID>e69ac89e-b640-4044-8b2b-29b74ae9e379</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>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </Vehicle> <VehicleGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>6d1696f5-de15-4b7c-a6ba-cfb0446c5ac9</d3p1:guid> <d3p1:guid>3833fb43-5cb3-4c5e-ae6a-1860d56eadf3</d3p1:guid> </VehicleGroupIds> <VehicleServiceID>231efbff-319b-4a87-a4a4-54e5be70a364</VehicleServiceID> <Vehicles> <VehicleBase> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </VehicleBase> <VehicleBase> <ClientID>30e28e23-d328-4e53-abc5-a39e6623e7b4</ClientID> <DriverContactNo>sample string 8</DriverContactNo> <DriverID>bade9e37-9605-46ae-a875-aa1718d15541</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>1bc3c548-89c0-4dcd-905d-a77f241f3ec2</PartnerID> <VehicleID>d46b9219-8028-4d23-8768-63da43926aae</VehicleID> <VehicleNo>sample string 3</VehicleNo> </VehicleBase> </Vehicles> </VehicleService> </ArrayOfVehicleService>