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": "60751713-9526-44d8-bd62-55b39d922ada",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8ba01d46-fb1b-4c8a-b405-4f2292a96a5f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8cd58e6e-b340-42cb-9479-e30f95879adc",
"PartnerID": "8dd7340a-05e3-4489-87e6-e8fcbce21c30"
},
"IssueID": "3183db25-3b4e-421e-bf24-87b845ebd1f8",
"ReportedDate": "2026-03-26T03:21:09.8554571+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e754a601-2383-4a38-b05e-fb879d8ce2c9",
"ReportedByName": "sample string 6",
"AssignedToID": "5cf89d06-9cb1-4a59-81ec-f09ed9cf1988",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:21:09.8554571+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "420ec515-b323-4972-9cb2-f629625982de",
"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": "155054ce-1e61-48bd-879c-5f049a90f9af",
"ServiceTypeID": "2b2ab252-8041-4472-8767-4eade509ac2f",
"WorkOrderOn": "2026-03-26T03:21:09.8554571+04:00",
"WorkOrderID": "2b4ef520-d9f4-4a70-919f-9784e6a83234",
"InspectionOn": "2026-03-26T03:21:09.8554571+04:00",
"InspectionItemID": "5a23c082-ff4a-48ae-8485-a75c9fc1f95f"
},
"PrevVehicleID": "acd41551-907f-4a5e-9935-e118fabe0773",
"CloseBy": "ad9c54c7-6aa4-40df-8552-9c4ed7de40b4",
"CloseOn": "2026-03-26T03:21:09.8554571+04:00",
"CriticalLevel": 0,
"Id": "88c6064d-2725-4aa2-bb6f-70ba8caa195f",
"UserName": "sample string 17",
"UserID": "8664e44e-97ce-4f13-9445-2e2f3a942bce",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:21:09.8554571+04:00",
"ClientID": "0db963b8-7de4-4186-be47-b228069d4643",
"ClientName": "sample string 22",
"PartnerID": "b934257d-5aa2-46e7-8948-ed26ad49af2a",
"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">0db963b8-7de4-4186-be47-b228069d4643</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-03-26T03:21:09.8554571+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">88c6064d-2725-4aa2-bb6f-70ba8caa195f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b934257d-5aa2-46e7-8948-ed26ad49af2a</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">8664e44e-97ce-4f13-9445-2e2f3a942bce</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>5cf89d06-9cb1-4a59-81ec-f09ed9cf1988</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>420ec515-b323-4972-9cb2-f629625982de</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>ad9c54c7-6aa4-40df-8552-9c4ed7de40b4</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:21:09.8554571+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:21:09.8554571+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3183db25-3b4e-421e-bf24-87b845ebd1f8</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>acd41551-907f-4a5e-9935-e118fabe0773</PrevVehicleID>
<ReportedByID>e754a601-2383-4a38-b05e-fb879d8ce2c9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:21:09.8554571+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>5a23c082-ff4a-48ae-8485-a75c9fc1f95f</InspectionItemID>
<InspectionOn>2026-03-26T03:21:09.8554571+04:00</InspectionOn>
<ServiceID>155054ce-1e61-48bd-879c-5f049a90f9af</ServiceID>
<ServiceTypeID>2b2ab252-8041-4472-8767-4eade509ac2f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>2b4ef520-d9f4-4a70-919f-9784e6a83234</WorkOrderID>
<WorkOrderOn>2026-03-26T03:21:09.8554571+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>8cd58e6e-b340-42cb-9479-e30f95879adc</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>8ba01d46-fb1b-4c8a-b405-4f2292a96a5f</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>8dd7340a-05e3-4489-87e6-e8fcbce21c30</d2p1:PartnerID>
<d2p1:VehicleID>60751713-9526-44d8-bd62-55b39d922ada</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": "d1feee7e-cadc-423c-a1aa-2cae26c42cfb",
"Value": "sample string 3",
"RecordOn": "2026-03-26T03:21:09.8710819+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>d1feee7e-cadc-423c-a1aa-2cae26c42cfb</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-03-26T03:21:09.8710819+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>