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": "bbba3ba0-7e70-47d7-92e2-eacfdfde6e86",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e4ddd8c4-818b-410d-a415-976ccefce746",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "23f76e57-0419-4e0f-afd1-b6b0923cc0d0",
"PartnerID": "479bb0da-d6b1-410b-8ae2-78b11ab88c32"
},
"IssueID": "7b448940-952c-43dc-a017-f8725df75b4f",
"ReportedDate": "2026-03-25T01:24:32.6656163+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e4354bbf-9026-42e3-aeef-f4ccf52475d7",
"ReportedByName": "sample string 6",
"AssignedToID": "6cd1f463-627e-4b3e-90f6-8e4051004fd5",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:24:32.6656163+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ef73e51d-b5d8-4440-863e-b657da989d1e",
"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": "3be2f88d-2ab2-4a5d-9c6d-e8e5bfd3755a",
"ServiceTypeID": "04f70b1a-60e4-4f40-b965-72c15b0feb13",
"WorkOrderOn": "2026-03-25T01:24:32.6656163+04:00",
"WorkOrderID": "ce575437-0f74-4e4e-8a17-a295ad0990bb",
"InspectionOn": "2026-03-25T01:24:32.6656163+04:00",
"InspectionItemID": "c81f8b2d-6e91-48ea-97e7-c9f63eedb67f"
},
"PrevVehicleID": "04ffbeac-376f-4951-ae5e-a5b44c5633c0",
"CloseBy": "05c8f652-7d24-4246-a4a9-b5df7e8f695b",
"CloseOn": "2026-03-25T01:24:32.6656163+04:00",
"CriticalLevel": 0,
"Id": "e1dc117b-745e-489d-9140-cbeefa0b7d7d",
"UserName": "sample string 17",
"UserID": "3005f8d6-f9b6-4288-997f-9febed85cb50",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:24:32.6656163+04:00",
"ClientID": "eb7d8d54-b52a-40da-844d-2d8425163fc8",
"ClientName": "sample string 22",
"PartnerID": "02ee157c-9d28-4cdf-93e4-0cf5a0907e7a",
"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">eb7d8d54-b52a-40da-844d-2d8425163fc8</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-25T01:24:32.6656163+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e1dc117b-745e-489d-9140-cbeefa0b7d7d</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">02ee157c-9d28-4cdf-93e4-0cf5a0907e7a</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">3005f8d6-f9b6-4288-997f-9febed85cb50</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>6cd1f463-627e-4b3e-90f6-8e4051004fd5</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>ef73e51d-b5d8-4440-863e-b657da989d1e</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>05c8f652-7d24-4246-a4a9-b5df7e8f695b</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:24:32.6656163+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:24:32.6656163+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>7b448940-952c-43dc-a017-f8725df75b4f</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>04ffbeac-376f-4951-ae5e-a5b44c5633c0</PrevVehicleID>
<ReportedByID>e4354bbf-9026-42e3-aeef-f4ccf52475d7</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:24:32.6656163+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>c81f8b2d-6e91-48ea-97e7-c9f63eedb67f</InspectionItemID>
<InspectionOn>2026-03-25T01:24:32.6656163+04:00</InspectionOn>
<ServiceID>3be2f88d-2ab2-4a5d-9c6d-e8e5bfd3755a</ServiceID>
<ServiceTypeID>04f70b1a-60e4-4f40-b965-72c15b0feb13</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ce575437-0f74-4e4e-8a17-a295ad0990bb</WorkOrderID>
<WorkOrderOn>2026-03-25T01:24:32.6656163+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>23f76e57-0419-4e0f-afd1-b6b0923cc0d0</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>e4ddd8c4-818b-410d-a415-976ccefce746</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>479bb0da-d6b1-410b-8ae2-78b11ab88c32</d2p1:PartnerID>
<d2p1:VehicleID>bbba3ba0-7e70-47d7-92e2-eacfdfde6e86</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": "f24bd409-3200-4eed-a306-98a313268a18",
"Value": "sample string 3",
"RecordOn": "2026-03-25T01:24:32.6656163+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>f24bd409-3200-4eed-a306-98a313268a18</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-25T01:24:32.6656163+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>