POST api/ppclient/saveactivitiesreport

保存教学活动报告

Request Information

URI Parameters

None.

Body Parameters

ActivitiesReport
NameDescriptionTypeAdditional information
Id

主键ID

string

Max length: 36

ActivitiesId

活动Id

string

Max length: 36

LessonId

课程ID

string

Max length: 36

ApplyforId

申请ID

string

Max length: 36

GroupId

组Id

string

Max length: 36

TeacherView

教师意见

string

Max length: 300

Status

0 保存 1申请 2成功 3失败

integer

None.

Score

得分

decimal number

None.

ShowTime

表演时间

string

Max length: 50

ShowAddress

表演地点

string

Max length: 100

Experience

心得体会

string

None.

Dialogue

台词脚本(图片)

string

Max length: 300

ShowPhoto

表演照片

string

Max length: 1000

OperateLengthOfTime

操作时长

integer

None.

CreatedTime

提交时间

date

None.

JsonData

相关json数据

string

None.

CateId

环节ID

string

Max length: 36

ClassName

班级

string

Max length: 30

Video

视频

string

Max length: 200

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ActivitiesId": "sample string 2",
  "LessonId": "sample string 3",
  "ApplyforId": "sample string 4",
  "GroupId": "sample string 5",
  "TeacherView": "sample string 6",
  "Status": 7,
  "Score": 8.0,
  "ShowTime": "sample string 9",
  "ShowAddress": "sample string 10",
  "Experience": "sample string 11",
  "Dialogue": "sample string 12",
  "ShowPhoto": "sample string 13",
  "OperateLengthOfTime": 14,
  "CreatedTime": "2024-09-25T00:08:12.2030179+08:00",
  "JsonData": "sample string 16",
  "CateId": "sample string 17",
  "ClassName": "sample string 18",
  "Video": "sample string 19"
}

text/html

Sample:
{"Id":"sample string 1","ActivitiesId":"sample string 2","LessonId":"sample string 3","ApplyforId":"sample string 4","GroupId":"sample string 5","TeacherView":"sample string 6","Status":7,"Score":8.0,"ShowTime":"sample string 9","ShowAddress":"sample string 10","Experience":"sample string 11","Dialogue":"sample string 12","ShowPhoto":"sample string 13","OperateLengthOfTime":14,"CreatedTime":"2024-09-25T00:08:12.2030179+08:00","JsonData":"sample string 16","CateId":"sample string 17","ClassName":"sample string 18","Video":"sample string 19"}

application/xml, text/xml

Sample:
<ActivitiesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">
  <ActivitiesId>sample string 2</ActivitiesId>
  <ApplyforId>sample string 4</ApplyforId>
  <CateId>sample string 17</CateId>
  <ClassName>sample string 18</ClassName>
  <CreatedTime>2024-09-25T00:08:12.2030179+08:00</CreatedTime>
  <Dialogue>sample string 12</Dialogue>
  <Experience>sample string 11</Experience>
  <GroupId>sample string 5</GroupId>
  <Id>sample string 1</Id>
  <JsonData>sample string 16</JsonData>
  <LessonId>sample string 3</LessonId>
  <OperateLengthOfTime>14</OperateLengthOfTime>
  <Score>8</Score>
  <ShowAddress>sample string 10</ShowAddress>
  <ShowPhoto>sample string 13</ShowPhoto>
  <ShowTime>sample string 9</ShowTime>
  <Status>7</Status>
  <TeacherView>sample string 6</TeacherView>
  <Video>sample string 19</Video>
</ActivitiesReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

保存教学活动报告

JsonRtnDtoOfBoolean
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": true
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":true}

application/xml, text/xml

Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>true</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfboolean>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});