POST api/VideoReport/VideoIssue
Request Information
URI Parameters
None.
Body Parameters
VideoReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoReportID | integer |
None. |
|
| VideoID | integer |
None. |
|
| Flag | boolean |
None. |
|
| ReportTypeValue | string |
None. |
|
| UserID | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedyBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"videoReportID": 1,
"videoID": 1,
"flag": true,
"reportTypeValue": "sample string 2",
"userID": 1,
"createdDate": "2026-04-25T22:05:21.360954+05:30",
"createdyBy": "sample string 3"
}
application/xml, text/xml
Sample:
<VideoReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural_DAL.StoredProcedureModel"> <CreatedDate>2026-04-25T22:05:21.360954+05:30</CreatedDate> <CreatedyBy>sample string 3</CreatedyBy> <Flag>true</Flag> <ReportTypeValue>sample string 2</ReportTypeValue> <UserID>1</UserID> <VideoID>1</VideoID> <VideoReportID>1</VideoReportID> </VideoReportModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StarAPIResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Result | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.