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": "ec5bc49d-470c-4cb8-82c7-0f8593a23c23",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "77b88507-404a-4998-9e57-7124bd3b0ab8",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2ae66cc4-28b4-40d7-a981-64ed5d3a011e",
"PartnerID": "d18a712c-a406-4f87-b61f-800390289ea4"
},
"IssueID": "bcdc0441-8c78-421d-89e6-ee6c1bd40b24",
"ReportedDate": "2026-04-18T14:53:36.9241918+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "d05fd610-eec3-459d-987c-8558a3ef0994",
"ReportedByName": "sample string 6",
"AssignedToID": "abd0880a-d3b1-4642-a104-12cad9d3c133",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T14:53:36.9241918+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e48d499a-9df8-448f-a362-0133b8c4c3a0",
"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": "f005ce44-8bcd-4fbf-9e7a-26edd616d2cb",
"ServiceTypeID": "d787a3ec-c8a3-49d7-9538-636485d35f4c",
"WorkOrderOn": "2026-04-18T14:53:36.9241918+04:00",
"WorkOrderID": "ad2a8fc6-f8be-4935-85aa-85de970cafe9",
"InspectionOn": "2026-04-18T14:53:36.9241918+04:00",
"InspectionItemID": "9cc0bb4b-36ae-45ef-980c-724b592832a4"
},
"PrevVehicleID": "2adf949e-0dbc-4e31-a813-c18fe23bbed4",
"CloseBy": "4a160a03-18d7-491b-96df-8746809e7bf0",
"CloseOn": "2026-04-18T14:53:36.9241918+04:00",
"CriticalLevel": 0,
"Id": "88716eaf-6326-46a4-ac35-b391f552dbd6",
"UserName": "sample string 17",
"UserID": "b9dd48b1-8041-45f6-b950-7103130b0cb8",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T14:53:36.9241918+04:00",
"ClientID": "46944aef-264c-43b9-b44e-8e124c1cd3a2",
"ClientName": "sample string 22",
"PartnerID": "53558749-93e5-430d-a270-a953a231c346",
"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">46944aef-264c-43b9-b44e-8e124c1cd3a2</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-04-18T14:53:36.9241918+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">88716eaf-6326-46a4-ac35-b391f552dbd6</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">53558749-93e5-430d-a270-a953a231c346</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">b9dd48b1-8041-45f6-b950-7103130b0cb8</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>abd0880a-d3b1-4642-a104-12cad9d3c133</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>e48d499a-9df8-448f-a362-0133b8c4c3a0</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>4a160a03-18d7-491b-96df-8746809e7bf0</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-04-18T14:53:36.9241918+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-04-18T14:53:36.9241918+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bcdc0441-8c78-421d-89e6-ee6c1bd40b24</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>2adf949e-0dbc-4e31-a813-c18fe23bbed4</PrevVehicleID>
<ReportedByID>d05fd610-eec3-459d-987c-8558a3ef0994</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-04-18T14:53:36.9241918+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>9cc0bb4b-36ae-45ef-980c-724b592832a4</InspectionItemID>
<InspectionOn>2026-04-18T14:53:36.9241918+04:00</InspectionOn>
<ServiceID>f005ce44-8bcd-4fbf-9e7a-26edd616d2cb</ServiceID>
<ServiceTypeID>d787a3ec-c8a3-49d7-9538-636485d35f4c</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ad2a8fc6-f8be-4935-85aa-85de970cafe9</WorkOrderID>
<WorkOrderOn>2026-04-18T14:53:36.9241918+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>2ae66cc4-28b4-40d7-a981-64ed5d3a011e</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>77b88507-404a-4998-9e57-7124bd3b0ab8</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>d18a712c-a406-4f87-b61f-800390289ea4</d2p1:PartnerID>
<d2p1:VehicleID>ec5bc49d-470c-4cb8-82c7-0f8593a23c23</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": "d37fd5d4-1a7d-4817-ab52-0acae18bd127",
"Value": "sample string 3",
"RecordOn": "2026-04-18T14:53:36.9241918+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>d37fd5d4-1a7d-4817-ab52-0acae18bd127</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-04-18T14:53:36.9241918+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>