POST CCAiPatrolHall/SubmitAiPatrolHallVideo
3.3.9.1 巡堂发布/修改 (视频部分)
Request Information
URI Parameters
None.
Body Parameters
SubmitAiPatrolHallVideoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| patrolHallID |
巡堂ID |
string |
None. |
| studentEvalVideoKey |
学生评价视频Key |
string |
None. |
| teacherEvalVideoKey |
教师评价视频key |
string |
None. |
| assistantEvalVideoKey |
助教视频key |
string |
None. |
| logisticsEvalVideoKey |
后勤视频key |
string |
None. |
| facilityEvalVideokey |
公共设施视频key |
string |
None. |
| createUserId |
教务用户id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"patrolHallID": "sample string 1",
"studentEvalVideoKey": "sample string 2",
"teacherEvalVideoKey": "sample string 3",
"assistantEvalVideoKey": "sample string 4",
"logisticsEvalVideoKey": "sample string 5",
"facilityEvalVideokey": "sample string 6",
"createUserId": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |