GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}&issueID={issueID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
vehicleID | globally unique identifier |
Required |
|
issueID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IssueName | Description | Type | Additional information |
---|---|---|---|
Vehicle | VehicleBase |
None. |
|
IssueID | globally unique identifier |
None. |
|
ReportedDate | date |
None. |
|
Summary | string |
None. |
|
Description | string |
None. |
|
ReportedByID | globally unique identifier |
None. |
|
ReportedByName | string |
None. |
|
AssignedToID | globally unique identifier |
None. |
|
AssignedToName | string |
None. |
|
Odometer | decimal number |
None. |
|
DueDate | date |
None. |
|
DueOdometer | decimal number |
None. |
|
Attachment | Attachment |
None. |
|
CloseNote | string |
None. |
|
TransactionDetail | IssueTransactionDetail |
None. |
|
PrevVehicleID | globally unique identifier |
None. |
|
CloseBy | globally unique identifier |
None. |
|
CloseOn | date |
None. |
|
CriticalLevel | IssueCriticalLevel |
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:
{ "Vehicle": { "VehicleID": "611f7171-a552-40db-a67b-800e3a7a2956", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "559a8e9d-18b9-4239-9cf6-81385408b644", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "0354500a-dbcf-4c8d-9c06-c0f750e77316", "PartnerID": "e0c75924-14bf-424e-9700-4d7c16064e7c" }, "IssueID": "e6853b6b-8f43-4411-a748-12cbd17c09a7", "ReportedDate": "2025-09-16T19:31:04.5419782+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "1515fb2d-e8d9-4564-8337-920db8721ab0", "ReportedByName": "sample string 6", "AssignedToID": "7b42eb4b-b427-41a3-adab-aba34ab5fc58", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-09-16T19:31:04.5419782+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "b777a482-9c34-4b92-bda3-c4d826eba4b4", "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": "fb7da09d-3d41-413e-8b07-40c75e0ac7a7", "ServiceTypeID": "5f547f54-0703-42b1-9538-73e812bc5fc2", "WorkOrderOn": "2025-09-16T19:31:04.5419782+04:00", "WorkOrderID": "440808ca-5b19-414c-8d47-b4820869578b", "InspectionOn": "2025-09-16T19:31:04.5419782+04:00", "InspectionItemID": "38930876-d98c-477b-a927-7b3673fed647" }, "PrevVehicleID": "ba1c0a74-d29b-4a40-8815-2e6cfc8f5400", "CloseBy": "47a2067e-c523-41ed-b2c1-af2c8595fd84", "CloseOn": "2025-09-16T19:31:04.5419782+04:00", "CriticalLevel": 0, "Id": "be6d932a-9a1e-4882-aabc-bd05326997b7", "UserName": "sample string 17", "UserID": "b9ced04b-5eb0-422f-b34e-98a0b974a5ac", "CreatedBy": "sample string 19", "CreatedOn": "2025-09-16T19:31:04.5419782+04:00", "ClientID": "94b397f2-e660-4951-ba32-ff60622954d6", "ClientName": "sample string 22", "PartnerID": "7684f156-199f-482d-b072-4a01613f62e5", "PartnerName": "sample string 24" }
application/xml, text/xml
Sample:
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint"> <ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">94b397f2-e660-4951-ba32-ff60622954d6</ClientID> <ClientName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 22</ClientName> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 19</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2025-09-16T19:31:04.5419782+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">be6d932a-9a1e-4882-aabc-bd05326997b7</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7684f156-199f-482d-b072-4a01613f62e5</PartnerID> <PartnerName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 24</PartnerName> <UserID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b9ced04b-5eb0-422f-b34e-98a0b974a5ac</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>7b42eb4b-b427-41a3-adab-aba34ab5fc58</AssignedToID> <AssignedToName>sample string 8</AssignedToName> <Attachment xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:AttachmentData>QEA=</d2p1:AttachmentData> <d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64> <d2p1:AttachmentID>b777a482-9c34-4b92-bda3-c4d826eba4b4</d2p1:AttachmentID> <d2p1:ContentType>sample string 3</d2p1:ContentType> <d2p1:FileName>sample string 4</d2p1:FileName> <d2p1:ImageString>sample string 5</d2p1:ImageString> <d2p1:IsDeleted>true</d2p1:IsDeleted> </Attachment> <CloseBy>47a2067e-c523-41ed-b2c1-af2c8595fd84</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-09-16T19:31:04.5419782+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-09-16T19:31:04.5419782+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>e6853b6b-8f43-4411-a748-12cbd17c09a7</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>ba1c0a74-d29b-4a40-8815-2e6cfc8f5400</PrevVehicleID> <ReportedByID>1515fb2d-e8d9-4564-8337-920db8721ab0</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-09-16T19:31:04.5419782+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>38930876-d98c-477b-a927-7b3673fed647</InspectionItemID> <InspectionOn>2025-09-16T19:31:04.5419782+04:00</InspectionOn> <ServiceID>fb7da09d-3d41-413e-8b07-40c75e0ac7a7</ServiceID> <ServiceTypeID>5f547f54-0703-42b1-9538-73e812bc5fc2</ServiceTypeID> <Status>None</Status> <WorkOrderID>440808ca-5b19-414c-8d47-b4820869578b</WorkOrderID> <WorkOrderOn>2025-09-16T19:31:04.5419782+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>0354500a-dbcf-4c8d-9c06-c0f750e77316</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>559a8e9d-18b9-4239-9cf6-81385408b644</d2p1:DriverID> <d2p1:DriverName>sample string 7</d2p1:DriverName> <d2p1:IMEINo>sample string 9</d2p1:IMEINo> <d2p1:ModelName>sample string 5</d2p1:ModelName> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:Odometer>4</d2p1:Odometer> <d2p1:PartnerID>e0c75924-14bf-424e-9700-4d7c16064e7c</d2p1:PartnerID> <d2p1:VehicleID>611f7171-a552-40db-a67b-800e3a7a2956</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>