POST api/ppclient/saverealizereport
学生保存体认自信报告
Request Information
URI Parameters
None.
Body Parameters
参数
RealizeReportName | Description | Type | Additional information |
---|---|---|---|
Id |
主键ID |
string |
Max length: 36 |
ApplyforId |
申请ID |
string |
Max length: 36 |
LessonId |
课程ID |
string |
Max length: 36 |
Title |
调研选题 |
string |
Max length: 100 |
ProtocolTitle |
拟定题目 |
string |
Max length: 100 |
Proposer |
申请人 |
string |
Max length: 10 |
Term |
学期 |
string |
Max length: 10 |
StudyClass |
班级 |
string |
Max length: 20 |
StuCode |
学号 |
string |
Max length: 30 |
StuName |
学生姓名 |
string |
Max length: 10 |
TeachCode |
教师编号 |
string |
Max length: 30 |
Teacher |
指导老师 |
string |
Max length: 10 |
TeaClass |
教学班级 |
string |
Max length: 20 |
ReportTime |
报告日期 |
string |
Max length: 30 |
Tel |
电话 |
string |
Max length: 30 |
ReasonCon |
选题原因和意义 |
string |
None. |
SurveyCon |
调研内容 |
string |
None. |
SurveyPro |
调研过程 |
string |
None. |
SurveyFind |
调研发现 |
string |
None. |
VerdictCon |
分析与结论 |
string |
None. |
ProveCon |
调查证明(图片) |
string |
Max length: 4000 |
MovieCon |
调查证明(视频) |
string |
Max length: 4000 |
TelCon |
调查联系方式 |
string |
Max length: 200 |
Score |
得分 |
decimal number |
None. |
Status |
0 保存 1提交中 2成功 3失败 |
integer |
None. |
Repopinion |
指导老师意见 |
string |
None. |
PiYueTime |
批阅时长 |
integer |
None. |
AddTime |
数据添加时间 |
date |
None. |
RejectNum |
驳回次数 |
integer |
None. |
CateId |
环节ID |
string |
Max length: 36 |
JsonData |
相关json数据 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "ApplyforId": "sample string 2", "LessonId": "sample string 3", "Title": "sample string 4", "ProtocolTitle": "sample string 5", "Proposer": "sample string 6", "Term": "sample string 7", "StudyClass": "sample string 8", "StuCode": "sample string 9", "StuName": "sample string 10", "TeachCode": "sample string 11", "Teacher": "sample string 12", "TeaClass": "sample string 13", "ReportTime": "sample string 14", "Tel": "sample string 15", "ReasonCon": "sample string 16", "SurveyCon": "sample string 17", "SurveyPro": "sample string 18", "SurveyFind": "sample string 19", "VerdictCon": "sample string 20", "ProveCon": "sample string 21", "MovieCon": "sample string 22", "TelCon": "sample string 23", "Score": 24.0, "Status": 25, "Repopinion": "sample string 26", "PiYueTime": 27, "AddTime": "2024-09-25T00:08:29.1091293+08:00", "RejectNum": 1, "CateId": "sample string 28", "JsonData": "sample string 29" }
text/html
Sample:
{"Id":"sample string 1","ApplyforId":"sample string 2","LessonId":"sample string 3","Title":"sample string 4","ProtocolTitle":"sample string 5","Proposer":"sample string 6","Term":"sample string 7","StudyClass":"sample string 8","StuCode":"sample string 9","StuName":"sample string 10","TeachCode":"sample string 11","Teacher":"sample string 12","TeaClass":"sample string 13","ReportTime":"sample string 14","Tel":"sample string 15","ReasonCon":"sample string 16","SurveyCon":"sample string 17","SurveyPro":"sample string 18","SurveyFind":"sample string 19","VerdictCon":"sample string 20","ProveCon":"sample string 21","MovieCon":"sample string 22","TelCon":"sample string 23","Score":24.0,"Status":25,"Repopinion":"sample string 26","PiYueTime":27,"AddTime":"2024-09-25T00:08:29.1091293+08:00","RejectNum":1,"CateId":"sample string 28","JsonData":"sample string 29"}
application/xml, text/xml
Sample:
<RealizeReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data"> <AddTime>2024-09-25T00:08:29.1091293+08:00</AddTime> <ApplyforId>sample string 2</ApplyforId> <CateId>sample string 28</CateId> <Id>sample string 1</Id> <JsonData>sample string 29</JsonData> <LessonId>sample string 3</LessonId> <MovieCon>sample string 22</MovieCon> <PiYueTime>27</PiYueTime> <Proposer>sample string 6</Proposer> <ProtocolTitle>sample string 5</ProtocolTitle> <ProveCon>sample string 21</ProveCon> <ReasonCon>sample string 16</ReasonCon> <RejectNum>1</RejectNum> <Repopinion>sample string 26</Repopinion> <ReportTime>sample string 14</ReportTime> <Score>24</Score> <Status>25</Status> <StuCode>sample string 9</StuCode> <StuName>sample string 10</StuName> <StudyClass>sample string 8</StudyClass> <SurveyCon>sample string 17</SurveyCon> <SurveyFind>sample string 19</SurveyFind> <SurveyPro>sample string 18</SurveyPro> <TeaClass>sample string 13</TeaClass> <TeachCode>sample string 11</TeachCode> <Teacher>sample string 12</Teacher> <Tel>sample string 15</Tel> <TelCon>sample string 23</TelCon> <Term>sample string 7</Term> <Title>sample string 4</Title> <VerdictCon>sample string 20</VerdictCon> </RealizeReport>
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});