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": "edf6146f-00a4-423e-acb6-8c053ebcb2ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7b86807a-88db-4954-a1eb-bf2fcfcfd094",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2d23a864-f0aa-4e26-bcb1-e1c013d6235d",
"PartnerID": "41c1f11e-d02a-4051-a1f5-a7749fd64167"
},
"IssueID": "441e99c4-0731-4935-8365-1848ffaac320",
"ReportedDate": "2026-07-09T14:56:56.6397325+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "53f855de-0bc9-4745-8152-d0b9b0f2f21a",
"ReportedByName": "sample string 6",
"AssignedToID": "dfb1097e-abe6-4ef8-a0a0-ead31e5b77b3",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-09T14:56:56.6397325+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "8eb1a040-5f3e-429e-bdeb-d4e4e38969a0",
"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": "4255fcb1-8f33-41f1-977c-51752a879956",
"ServiceTypeID": "8289d78d-75c6-4bea-8be4-de7af9db47b0",
"WorkOrderOn": "2026-07-09T14:56:56.6397325+04:00",
"WorkOrderID": "c1129aa4-83c0-47e5-8cf8-c85071ebefe0",
"InspectionOn": "2026-07-09T14:56:56.6397325+04:00",
"InspectionItemID": "bf8cebb3-5392-42b6-8193-7b1ae1c385f9"
},
"PrevVehicleID": "d2ef6357-fc7e-444a-b289-6ae47aa8198e",
"CloseBy": "4dbd717d-7d98-458c-93d2-8e3fa306678f",
"CloseOn": "2026-07-09T14:56:56.6397325+04:00",
"CriticalLevel": 0,
"Id": "06807f99-2aba-411f-876b-1bcd9c966acf",
"UserName": "sample string 17",
"UserID": "130d6997-4edf-4b21-8b81-94bc6b0274b7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-09T14:56:56.6397325+04:00",
"ClientID": "f7cf5bee-cdca-4e35-9bdb-9989f55216e2",
"ClientName": "sample string 22",
"PartnerID": "5004017b-e42c-444d-959b-a132ecb77683",
"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">f7cf5bee-cdca-4e35-9bdb-9989f55216e2</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-07-09T14:56:56.6397325+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">06807f99-2aba-411f-876b-1bcd9c966acf</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">5004017b-e42c-444d-959b-a132ecb77683</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">130d6997-4edf-4b21-8b81-94bc6b0274b7</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>dfb1097e-abe6-4ef8-a0a0-ead31e5b77b3</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>8eb1a040-5f3e-429e-bdeb-d4e4e38969a0</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>4dbd717d-7d98-458c-93d2-8e3fa306678f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-09T14:56:56.6397325+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-09T14:56:56.6397325+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>441e99c4-0731-4935-8365-1848ffaac320</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>d2ef6357-fc7e-444a-b289-6ae47aa8198e</PrevVehicleID>
<ReportedByID>53f855de-0bc9-4745-8152-d0b9b0f2f21a</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-09T14:56:56.6397325+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>bf8cebb3-5392-42b6-8193-7b1ae1c385f9</InspectionItemID>
<InspectionOn>2026-07-09T14:56:56.6397325+04:00</InspectionOn>
<ServiceID>4255fcb1-8f33-41f1-977c-51752a879956</ServiceID>
<ServiceTypeID>8289d78d-75c6-4bea-8be4-de7af9db47b0</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c1129aa4-83c0-47e5-8cf8-c85071ebefe0</WorkOrderID>
<WorkOrderOn>2026-07-09T14:56:56.6397325+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>2d23a864-f0aa-4e26-bcb1-e1c013d6235d</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>7b86807a-88db-4954-a1eb-bf2fcfcfd094</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>41c1f11e-d02a-4051-a1f5-a7749fd64167</d2p1:PartnerID>
<d2p1:VehicleID>edf6146f-00a4-423e-acb6-8c053ebcb2ab</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": "a67c2fd0-c0a9-48af-8fa4-ec9fe442f079",
"Value": "sample string 3",
"RecordOn": "2026-07-09T14:56:56.6397325+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>a67c2fd0-c0a9-48af-8fa4-ec9fe442f079</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-07-09T14:56:56.6397325+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>