POST Api/Issue
Request Information
URI Parameters
None.
Body Parameters
Issue| Name | 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. |
Request Formats
application/json, text/json
Sample:
{
"Vehicle": {
"VehicleID": "46e52aae-7162-40f3-80ca-ce6e7539f670",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "97860d32-e0e5-4c7d-9390-01061d761180",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "effb58c3-8652-4b11-b07b-a7052de23c3d",
"PartnerID": "c880737b-a794-43d4-84ec-1afee4649d1d"
},
"IssueID": "c88b5856-249b-45af-8283-bfc65cd684f8",
"ReportedDate": "2026-05-09T16:42:05.7610664+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9c5240a6-a81a-49b1-b721-c9c16f123d8d",
"ReportedByName": "sample string 6",
"AssignedToID": "ac2b613d-92f6-4ee1-a2de-84ebae227f78",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:42:05.7610664+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5a65fc3a-f47f-4d85-866a-81805ae07d68",
"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": "af41c3a6-ccc3-447d-88d2-2f482fd7c6cb",
"ServiceTypeID": "f45f0105-ebf1-4ad2-badb-bfff5db20cb1",
"WorkOrderOn": "2026-05-09T16:42:05.7610664+04:00",
"WorkOrderID": "13b645f9-ee8f-44e6-bcf8-24b9bc812de7",
"InspectionOn": "2026-05-09T16:42:05.7610664+04:00",
"InspectionItemID": "dfe5549b-34d0-48a5-af0f-39804f94e836"
},
"PrevVehicleID": "e969f48c-729b-4299-b330-3c4f066035ab",
"CloseBy": "0abf12f3-c9c8-4cf0-b495-a1d390a66acf",
"CloseOn": "2026-05-09T16:42:05.7610664+04:00",
"CriticalLevel": 0,
"Id": "c3b305b2-058e-4932-957b-a5aa8b95e167",
"UserName": "sample string 17",
"UserID": "e23f3c0a-dae7-4304-abf9-0130455b37c2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:42:05.7610664+04:00",
"ClientID": "c6f4ea66-9d3b-4214-b251-3c4c45ca55b9",
"ClientName": "sample string 22",
"PartnerID": "eeb96012-3488-47e5-aa23-4583de37bf4d",
"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">c6f4ea66-9d3b-4214-b251-3c4c45ca55b9</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">2026-05-09T16:42:05.7610664+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c3b305b2-058e-4932-957b-a5aa8b95e167</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">eeb96012-3488-47e5-aa23-4583de37bf4d</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">e23f3c0a-dae7-4304-abf9-0130455b37c2</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>ac2b613d-92f6-4ee1-a2de-84ebae227f78</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>5a65fc3a-f47f-4d85-866a-81805ae07d68</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>0abf12f3-c9c8-4cf0-b495-a1d390a66acf</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:42:05.7610664+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:42:05.7610664+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>c88b5856-249b-45af-8283-bfc65cd684f8</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e969f48c-729b-4299-b330-3c4f066035ab</PrevVehicleID>
<ReportedByID>9c5240a6-a81a-49b1-b721-c9c16f123d8d</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:42:05.7610664+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>dfe5549b-34d0-48a5-af0f-39804f94e836</InspectionItemID>
<InspectionOn>2026-05-09T16:42:05.7610664+04:00</InspectionOn>
<ServiceID>af41c3a6-ccc3-447d-88d2-2f482fd7c6cb</ServiceID>
<ServiceTypeID>f45f0105-ebf1-4ad2-badb-bfff5db20cb1</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>13b645f9-ee8f-44e6-bcf8-24b9bc812de7</WorkOrderID>
<WorkOrderOn>2026-05-09T16:42:05.7610664+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>effb58c3-8652-4b11-b07b-a7052de23c3d</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>97860d32-e0e5-4c7d-9390-01061d761180</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>c880737b-a794-43d4-84ec-1afee4649d1d</d2p1:PartnerID>
<d2p1:VehicleID>46e52aae-7162-40f3-80ca-ce6e7539f670</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Message | Collection of string |
None. |
|
| ResponseCodes | Collection of integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| RecordOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValid": true,
"Message": [
"sample string 1",
"sample string 2"
],
"ResponseCodes": [
1,
2
],
"Id": "2aee3072-4eaf-4cc6-b6ed-d72f92f13cfb",
"Value": "sample string 3",
"RecordOn": "2026-05-09T16:42:05.7610664+04:00"
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<Id>2aee3072-4eaf-4cc6-b6ed-d72f92f13cfb</Id>
<IsValid>true</IsValid>
<Message xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Message>
<RecordOn>2026-05-09T16:42:05.7610664+04:00</RecordOn>
<ResponseCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ResponseCodes>
<Value>sample string 3</Value>
</Result>