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": "b94c4ffd-eeaf-4e04-9d9a-487dac0e7673",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7701064d-3005-4c16-a069-16f74e5b9c4a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "018b62bc-00d2-4e44-b232-84a1d5afea4a",
"PartnerID": "2f0209a2-82d9-4095-be29-63037130cf82"
},
"IssueID": "811d814d-53ef-44ef-bfd9-701295538b20",
"ReportedDate": "2026-06-24T16:03:40.7102413+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "53f7834f-0b53-4dc3-a3d4-5debf17fb3b8",
"ReportedByName": "sample string 6",
"AssignedToID": "91927fc3-d87c-4c3b-acd9-7d3fea78478c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:03:40.7102413+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "7fbf34c0-42f0-450a-88cd-8473259e832c",
"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": "6877472b-4fb5-41a8-932b-2c5a1e31fff1",
"ServiceTypeID": "d1e08919-37ea-4452-8d9d-8109b89d4183",
"WorkOrderOn": "2026-06-24T16:03:40.7102413+04:00",
"WorkOrderID": "0ec3a3a9-5f2b-49e9-bc82-882eba98db91",
"InspectionOn": "2026-06-24T16:03:40.7102413+04:00",
"InspectionItemID": "09e9cac1-366a-4f7d-b702-a6467d1940ec"
},
"PrevVehicleID": "035887b2-d5d6-41ee-a619-63673caa60bd",
"CloseBy": "585f349e-70be-4891-95b3-262798fc5043",
"CloseOn": "2026-06-24T16:03:40.7102413+04:00",
"CriticalLevel": 0,
"Id": "e66cad87-a4d8-4c10-af0a-37d097606849",
"UserName": "sample string 17",
"UserID": "69fddc60-dcc3-45ad-ac25-e2beede22e5b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:03:40.7102413+04:00",
"ClientID": "a157290a-6396-4a06-8ed7-55e8199e5541",
"ClientName": "sample string 22",
"PartnerID": "5535e304-6a3f-4c3f-a207-f22e80b8eee4",
"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">a157290a-6396-4a06-8ed7-55e8199e5541</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-06-24T16:03:40.7102413+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e66cad87-a4d8-4c10-af0a-37d097606849</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">5535e304-6a3f-4c3f-a207-f22e80b8eee4</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">69fddc60-dcc3-45ad-ac25-e2beede22e5b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>91927fc3-d87c-4c3b-acd9-7d3fea78478c</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>7fbf34c0-42f0-450a-88cd-8473259e832c</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>585f349e-70be-4891-95b3-262798fc5043</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-24T16:03:40.7102413+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-24T16:03:40.7102413+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>811d814d-53ef-44ef-bfd9-701295538b20</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>035887b2-d5d6-41ee-a619-63673caa60bd</PrevVehicleID>
<ReportedByID>53f7834f-0b53-4dc3-a3d4-5debf17fb3b8</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-24T16:03:40.7102413+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>09e9cac1-366a-4f7d-b702-a6467d1940ec</InspectionItemID>
<InspectionOn>2026-06-24T16:03:40.7102413+04:00</InspectionOn>
<ServiceID>6877472b-4fb5-41a8-932b-2c5a1e31fff1</ServiceID>
<ServiceTypeID>d1e08919-37ea-4452-8d9d-8109b89d4183</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>0ec3a3a9-5f2b-49e9-bc82-882eba98db91</WorkOrderID>
<WorkOrderOn>2026-06-24T16:03:40.7102413+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>018b62bc-00d2-4e44-b232-84a1d5afea4a</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>7701064d-3005-4c16-a069-16f74e5b9c4a</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>2f0209a2-82d9-4095-be29-63037130cf82</d2p1:PartnerID>
<d2p1:VehicleID>b94c4ffd-eeaf-4e04-9d9a-487dac0e7673</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": "b5846725-bbe6-4b31-8f2d-58d58d9144b2",
"Value": "sample string 3",
"RecordOn": "2026-06-24T16:03:40.7258674+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>b5846725-bbe6-4b31-8f2d-58d58d9144b2</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-06-24T16:03:40.7258674+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>