POST api/event/ReportOptionSaveForVideo
Request Information
URI Parameters
None.
Body Parameters
ReportOptionSaveVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| UploadId | integer |
None. |
|
| ReportDescription | string |
None. |
|
| ReportUserSelectedOption | string |
None. |
|
| Reporttime | string |
None. |
|
| VideoUserId | integer |
None. |
|
| Identity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"uploadId": 2,
"reportDescription": "sample string 3",
"reportUserSelectedOption": "sample string 4",
"reporttime": "sample string 5",
"videoUserId": 6,
"identity": 7
}
application/xml, text/xml
Sample:
<ReportOptionSaveVideo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <Identity>7</Identity> <ReportDescription>sample string 3</ReportDescription> <ReportUserSelectedOption>sample string 4</ReportUserSelectedOption> <Reporttime>sample string 5</Reporttime> <UploadId>2</UploadId> <UserId>1</UserId> <VideoUserId>6</VideoUserId> </ReportOptionSaveVideo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />