POST api/ppclient/saveforum
保存激荡理性报告
Request Information
URI Parameters
None.
Body Parameters
ForumName | Description | Type | Additional information |
---|---|---|---|
Id |
主键ID |
string |
Max length: 36 |
LessonId |
课程ID |
string |
Max length: 36 |
StuCode |
学号 |
string |
Max length: 30 |
StuName |
学生姓名 |
string |
Max length: 10 |
TeaCode |
教师编号 |
string |
Max length: 30 |
TeaClass |
教学班级 |
string |
Max length: 20 |
StuWay |
1线下听课 2线上 |
integer |
None. |
ForumInfoId |
讲座ID |
string |
Max length: 36 |
Con |
内容 |
string |
None. |
Imgs |
图片 |
string |
Max length: 4000 |
AddTime |
数据新增时间 |
date |
None. |
PiYueTime |
批阅时间 |
integer |
None. |
Status |
0 保存 1提交中 2成功 3失败 |
integer |
None. |
Flag |
某标记 |
integer |
None. |
Score |
得分 |
decimal number |
None. |
RepCon |
回复意见 |
string |
None. |
RepTime |
回复时间 |
date |
None. |
RejectNum |
驳回次数 |
integer |
None. |
CateId |
环节ID |
string |
Max length: 36 |
JsonData |
相关json数据 |
string |
None. |
BackgroundImg |
参考图 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "LessonId": "sample string 2", "StuCode": "sample string 3", "StuName": "sample string 4", "TeaCode": "sample string 5", "TeaClass": "sample string 6", "StuWay": 7, "ForumInfoId": "sample string 8", "Con": "sample string 9", "Imgs": "sample string 10", "AddTime": "2024-09-25T00:09:37.5620826+08:00", "PiYueTime": 11, "Status": 12, "Flag": 1, "Score": 13.0, "RepCon": "sample string 14", "RepTime": "2024-09-25T00:09:37.5620826+08:00", "RejectNum": 1, "CateId": "sample string 15", "JsonData": "sample string 16", "BackgroundImg": "sample string 17" }
text/html
Sample:
{"Id":"sample string 1","LessonId":"sample string 2","StuCode":"sample string 3","StuName":"sample string 4","TeaCode":"sample string 5","TeaClass":"sample string 6","StuWay":7,"ForumInfoId":"sample string 8","Con":"sample string 9","Imgs":"sample string 10","AddTime":"2024-09-25T00:09:37.5620826+08:00","PiYueTime":11,"Status":12,"Flag":1,"Score":13.0,"RepCon":"sample string 14","RepTime":"2024-09-25T00:09:37.5620826+08:00","RejectNum":1,"CateId":"sample string 15","JsonData":"sample string 16","BackgroundImg":"sample string 17"}
application/xml, text/xml
Sample:
<Forum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data"> <AddTime>2024-09-25T00:09:37.5620826+08:00</AddTime> <BackgroundImg>sample string 17</BackgroundImg> <CateId>sample string 15</CateId> <Con>sample string 9</Con> <Flag>1</Flag> <ForumInfoId>sample string 8</ForumInfoId> <Id>sample string 1</Id> <Imgs>sample string 10</Imgs> <JsonData>sample string 16</JsonData> <LessonId>sample string 2</LessonId> <PiYueTime>11</PiYueTime> <RejectNum>1</RejectNum> <RepCon>sample string 14</RepCon> <RepTime>2024-09-25T00:09:37.5620826+08:00</RepTime> <Score>13</Score> <Status>12</Status> <StuCode>sample string 3</StuCode> <StuName>sample string 4</StuName> <StuWay>7</StuWay> <TeaClass>sample string 6</TeaClass> <TeaCode>sample string 5</TeaCode> </Forum>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
保存激荡理性报告
JsonRtnDtoOfBooleanName | Description | Type | Additional 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});