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": "783eb9f6-8182-4a90-8e86-92fa7b3af1df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2ee8a631-81d8-49e5-a9d2-7fc94b2f93a4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "243f4ec1-0f44-418c-b17a-10d7a2f914c4",
"PartnerID": "e4094f70-9648-4492-8e1c-8a31c4e082aa"
},
"IssueID": "f350accd-b97a-4f3d-9a5d-7876e87eb8e7",
"ReportedDate": "2026-09-17T06:06:14.6061584+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e6c32305-dfe3-47c3-863b-51b54a84c330",
"ReportedByName": "sample string 6",
"AssignedToID": "ea498181-e8ac-41c7-aa7e-a77c026c8ab6",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T06:06:14.6061584+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f910475a-f2f7-4783-8e5d-ebfb2256ccf5",
"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": "86723b69-3cb9-4545-95db-34a9861791f7",
"ServiceTypeID": "a5ec62f2-daf2-427e-8c44-459f679fca84",
"WorkOrderOn": "2026-09-17T06:06:14.6061584+04:00",
"WorkOrderID": "35277bbe-b600-4b21-9c52-8877d8580207",
"InspectionOn": "2026-09-17T06:06:14.6061584+04:00",
"InspectionItemID": "43695803-d4df-4de2-a950-bb2aff959d9c"
},
"PrevVehicleID": "87806ca1-6ce2-48fd-b762-d2e40c8e658c",
"CloseBy": "0600976c-f9f7-49ec-b717-7421640d2724",
"CloseOn": "2026-09-17T06:06:14.6061584+04:00",
"CriticalLevel": 0,
"Id": "82af0a75-4668-4334-b745-bde7a0dd524f",
"UserName": "sample string 17",
"UserID": "f58dc242-121e-43f9-b017-e313c8a40c57",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T06:06:14.6061584+04:00",
"ClientID": "8f037cd4-39f2-4901-92b2-8a7c93c52377",
"ClientName": "sample string 22",
"PartnerID": "3acb2a63-e1f4-4b39-b4a0-f1e26f1bff28",
"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">8f037cd4-39f2-4901-92b2-8a7c93c52377</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-09-17T06:06:14.6061584+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">82af0a75-4668-4334-b745-bde7a0dd524f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3acb2a63-e1f4-4b39-b4a0-f1e26f1bff28</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">f58dc242-121e-43f9-b017-e313c8a40c57</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>ea498181-e8ac-41c7-aa7e-a77c026c8ab6</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>f910475a-f2f7-4783-8e5d-ebfb2256ccf5</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>0600976c-f9f7-49ec-b717-7421640d2724</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-17T06:06:14.6061584+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-17T06:06:14.6061584+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>f350accd-b97a-4f3d-9a5d-7876e87eb8e7</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>87806ca1-6ce2-48fd-b762-d2e40c8e658c</PrevVehicleID>
<ReportedByID>e6c32305-dfe3-47c3-863b-51b54a84c330</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-17T06:06:14.6061584+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>43695803-d4df-4de2-a950-bb2aff959d9c</InspectionItemID>
<InspectionOn>2026-09-17T06:06:14.6061584+04:00</InspectionOn>
<ServiceID>86723b69-3cb9-4545-95db-34a9861791f7</ServiceID>
<ServiceTypeID>a5ec62f2-daf2-427e-8c44-459f679fca84</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>35277bbe-b600-4b21-9c52-8877d8580207</WorkOrderID>
<WorkOrderOn>2026-09-17T06:06:14.6061584+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>243f4ec1-0f44-418c-b17a-10d7a2f914c4</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>2ee8a631-81d8-49e5-a9d2-7fc94b2f93a4</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>e4094f70-9648-4492-8e1c-8a31c4e082aa</d2p1:PartnerID>
<d2p1:VehicleID>783eb9f6-8182-4a90-8e86-92fa7b3af1df</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": "2627f561-e13a-4dab-a16a-0024e545a675",
"Value": "sample string 3",
"RecordOn": "2026-09-17T06:06:14.6061584+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>2627f561-e13a-4dab-a16a-0024e545a675</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-09-17T06:06:14.6061584+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>