POST api/Report/AddAdminInvestigation
Request Information
URI Parameters
None.
Body Parameters
InvestigationMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | integer |
None. |
|
| ReportTypeId | integer |
None. |
|
| ReportStatusId | integer |
None. |
|
| NotesForInvestigationTasksCompleted | string |
None. |
|
| FinalFindings | string |
None. |
|
| AttachmentFile | Collection of AttachmentsDetailMdl |
None. |
|
| IsUnderInvestigation | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": 1,
"ReportTypeId": 2,
"ReportStatusId": 3,
"NotesForInvestigationTasksCompleted": "sample string 4",
"FinalFindings": "sample string 5",
"AttachmentFile": [
{
"Id": 1,
"attachmentLocation": "sample string 2",
"ThumbnailsAttachmentLocation": "sample string 3",
"attachmentType": "sample string 4",
"attachmentExt": "sample string 5",
"BaseUrl": "https://accopsapi.aircar.com/"
},
{
"Id": 1,
"attachmentLocation": "sample string 2",
"ThumbnailsAttachmentLocation": "sample string 3",
"attachmentType": "sample string 4",
"attachmentExt": "sample string 5",
"BaseUrl": "https://accopsapi.aircar.com/"
}
],
"IsUnderInvestigation": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}