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": "aee33ecc-503a-4fc6-b7e4-8753f5a40714", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "783df286-5cb9-497b-b6e2-482cc2e46532", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "b4139bdc-f888-4d3e-9524-4a5fcbb29d8e", "PartnerID": "5d5f5b18-236f-4056-aa09-e7491f654d80" }, "IssueID": "21aec753-91eb-4b2a-8ac0-ee9785d4d08f", "ReportedDate": "2025-07-07T10:23:07.0318239+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "cf230ca6-4c92-4e5d-8028-729f4264f07f", "ReportedByName": "sample string 6", "AssignedToID": "0fd4e495-35bf-4b4c-b449-de59297af76e", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-07-07T10:23:07.0318239+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "3083ace4-9224-4c07-8f1a-4599f4f121fa", "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": "01a84a5e-7a2a-4267-82d7-4065bd1f23fe", "ServiceTypeID": "3306522a-6aa7-49c7-ac29-21bb05fe949a", "WorkOrderOn": "2025-07-07T10:23:07.0318239+04:00", "WorkOrderID": "0e04abfd-9efa-46cd-8290-776082cf594d", "InspectionOn": "2025-07-07T10:23:07.0318239+04:00", "InspectionItemID": "58eeffd1-dca1-4697-9834-af9e40216cb3" }, "PrevVehicleID": "3a8035c4-b4ab-442e-8f98-62bfc6a3bfc6", "CloseBy": "2fbdbc12-96aa-4f6e-a337-d4299e3c68ac", "CloseOn": "2025-07-07T10:23:07.0318239+04:00", "CriticalLevel": 0, "Id": "4bedcad9-b923-4882-9540-d743d658e3c9", "UserName": "sample string 17", "UserID": "438251d1-1e37-47d4-b894-21a661424270", "CreatedBy": "sample string 19", "CreatedOn": "2025-07-07T10:23:07.0318239+04:00", "ClientID": "fa13faef-5736-4e32-a9cb-787be597e250", "ClientName": "sample string 22", "PartnerID": "38bd4bd3-f95e-427b-8f6a-2062ac9483c4", "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">fa13faef-5736-4e32-a9cb-787be597e250</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-07-07T10:23:07.0318239+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4bedcad9-b923-4882-9540-d743d658e3c9</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">38bd4bd3-f95e-427b-8f6a-2062ac9483c4</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">438251d1-1e37-47d4-b894-21a661424270</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>0fd4e495-35bf-4b4c-b449-de59297af76e</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>3083ace4-9224-4c07-8f1a-4599f4f121fa</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>2fbdbc12-96aa-4f6e-a337-d4299e3c68ac</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-07-07T10:23:07.0318239+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-07-07T10:23:07.0318239+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>21aec753-91eb-4b2a-8ac0-ee9785d4d08f</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>3a8035c4-b4ab-442e-8f98-62bfc6a3bfc6</PrevVehicleID> <ReportedByID>cf230ca6-4c92-4e5d-8028-729f4264f07f</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-07-07T10:23:07.0318239+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>58eeffd1-dca1-4697-9834-af9e40216cb3</InspectionItemID> <InspectionOn>2025-07-07T10:23:07.0318239+04:00</InspectionOn> <ServiceID>01a84a5e-7a2a-4267-82d7-4065bd1f23fe</ServiceID> <ServiceTypeID>3306522a-6aa7-49c7-ac29-21bb05fe949a</ServiceTypeID> <Status>None</Status> <WorkOrderID>0e04abfd-9efa-46cd-8290-776082cf594d</WorkOrderID> <WorkOrderOn>2025-07-07T10:23:07.0318239+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>b4139bdc-f888-4d3e-9524-4a5fcbb29d8e</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>783df286-5cb9-497b-b6e2-482cc2e46532</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>5d5f5b18-236f-4056-aa09-e7491f654d80</d2p1:PartnerID> <d2p1:VehicleID>aee33ecc-503a-4fc6-b7e4-8753f5a40714</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>