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": "2992b28a-0063-45a6-a2ee-214cb314d375",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "9a3b834a-2a15-4b03-8ca6-78d816ba8e5e",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d531091b-67df-466f-9573-8e35f81c47db",
"PartnerID": "35adc90a-cc74-4848-be76-1eb3c5ecb2cc"
},
"IssueID": "472077a5-deb0-47d4-8659-90749cb9035e",
"ReportedDate": "2026-08-27T05:54:48.9587732+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8ae2d1bf-b94c-4397-968c-6fc344f2f858",
"ReportedByName": "sample string 6",
"AssignedToID": "87224534-2d6f-429d-a5ec-159390b28f48",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-27T05:54:48.9587732+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "56f4d450-e876-4a38-a0a6-c3a9b5112e8a",
"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": "b981ae98-cf20-467d-addb-93261c7824a1",
"ServiceTypeID": "7e549499-9654-4067-98be-f659920a8154",
"WorkOrderOn": "2026-08-27T05:54:48.9587732+04:00",
"WorkOrderID": "fb8dff68-b68f-4d69-bb5d-baa0b4c639ef",
"InspectionOn": "2026-08-27T05:54:48.9587732+04:00",
"InspectionItemID": "11aea0f0-7f41-4da7-837f-bc079eb79320"
},
"PrevVehicleID": "e0266a2d-cfd0-4650-acbe-33c330705b64",
"CloseBy": "8546501a-580d-44c9-bb88-35398303240c",
"CloseOn": "2026-08-27T05:54:48.9587732+04:00",
"CriticalLevel": 0,
"Id": "2abb3635-7a45-4d97-b747-22479624dc05",
"UserName": "sample string 17",
"UserID": "617a6edf-cc36-46b5-aead-e96a3319b579",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-27T05:54:48.9587732+04:00",
"ClientID": "2b66f37c-5be9-4a38-8d70-18a158844ed1",
"ClientName": "sample string 22",
"PartnerID": "cbb00c45-8bf2-429c-9b86-16de7a5b8683",
"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">2b66f37c-5be9-4a38-8d70-18a158844ed1</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-08-27T05:54:48.9587732+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2abb3635-7a45-4d97-b747-22479624dc05</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">cbb00c45-8bf2-429c-9b86-16de7a5b8683</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">617a6edf-cc36-46b5-aead-e96a3319b579</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>87224534-2d6f-429d-a5ec-159390b28f48</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>56f4d450-e876-4a38-a0a6-c3a9b5112e8a</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>8546501a-580d-44c9-bb88-35398303240c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-27T05:54:48.9587732+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-27T05:54:48.9587732+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>472077a5-deb0-47d4-8659-90749cb9035e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e0266a2d-cfd0-4650-acbe-33c330705b64</PrevVehicleID>
<ReportedByID>8ae2d1bf-b94c-4397-968c-6fc344f2f858</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-27T05:54:48.9587732+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>11aea0f0-7f41-4da7-837f-bc079eb79320</InspectionItemID>
<InspectionOn>2026-08-27T05:54:48.9587732+04:00</InspectionOn>
<ServiceID>b981ae98-cf20-467d-addb-93261c7824a1</ServiceID>
<ServiceTypeID>7e549499-9654-4067-98be-f659920a8154</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>fb8dff68-b68f-4d69-bb5d-baa0b4c639ef</WorkOrderID>
<WorkOrderOn>2026-08-27T05:54:48.9587732+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>d531091b-67df-466f-9573-8e35f81c47db</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>9a3b834a-2a15-4b03-8ca6-78d816ba8e5e</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>35adc90a-cc74-4848-be76-1eb3c5ecb2cc</d2p1:PartnerID>
<d2p1:VehicleID>2992b28a-0063-45a6-a2ee-214cb314d375</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": "99c1b0ad-9506-4c7d-9723-2e9890dafe1e",
"Value": "sample string 3",
"RecordOn": "2026-08-27T05:54:48.9587732+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>99c1b0ad-9506-4c7d-9723-2e9890dafe1e</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-08-27T05:54:48.9587732+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>