POST api/ppclient/savesharereport
保存真情传递报告
Request Information
URI Parameters
None.
Body Parameters
参数
ShareReportName | Description | Type | Additional information |
---|---|---|---|
Id |
主键ID |
string |
Max length: 36 |
LessonId |
课程ID |
string |
Max length: 36 |
ApplyforId |
真情传递申请ID |
string |
Max length: 36 |
ShareTitle |
分享题目 |
string |
Max length: 50 |
ShareRen |
分享人 |
string |
Max length: 10 |
ClassName |
班级 |
string |
Max length: 20 |
StuCode |
学号 |
string |
Max length: 25 |
StuName |
学生姓名 |
string |
Max length: 10 |
TeaCode |
教师编号 |
string |
Max length: 25 |
TeachName |
教师名称 |
string |
Max length: 10 |
TeaClass |
班级 |
string |
Max length: 20 |
ProposTime |
初稿提交日期 |
date |
None. |
TelPhone |
电话 |
string |
Max length: 25 |
ClassteaName |
辅导员 |
string |
Max length: 10 |
ClassteaTel |
辅导员电话 |
string |
Max length: 50 |
ShareWay |
分享方法 |
string |
Max length: 30 |
ShareAssess |
自我评价 |
string |
None. |
ShareFile |
材料证据上传 |
string |
Max length: 4000 |
Status |
0 保存 1提交中 2成功 3失败 |
integer |
None. |
Flag |
某标记 |
integer |
None. |
Score |
分数 |
decimal number |
None. |
PiYueTime |
批阅时间 |
integer |
None. |
RelpCon |
指导老师意见 |
string |
None. |
RelpTime |
回复时间 |
date |
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", "LessonId": "sample string 2", "ApplyforId": "sample string 3", "ShareTitle": "sample string 4", "ShareRen": "sample string 5", "ClassName": "sample string 6", "StuCode": "sample string 7", "StuName": "sample string 8", "TeaCode": "sample string 9", "TeachName": "sample string 10", "TeaClass": "sample string 11", "ProposTime": "2024-09-25T00:05:42.2495049+08:00", "TelPhone": "sample string 12", "ClassteaName": "sample string 13", "ClassteaTel": "sample string 14", "ShareWay": "sample string 15", "ShareAssess": "sample string 16", "ShareFile": "sample string 17", "Status": 18, "Flag": 1, "Score": 19.0, "PiYueTime": 20, "RelpCon": "sample string 21", "RelpTime": "2024-09-25T00:05:42.2652284+08:00", "AddTime": "2024-09-25T00:05:42.2652284+08:00", "RejectNum": 1, "CateId": "sample string 22", "JsonData": "sample string 23" }
text/html
Sample:
{"Id":"sample string 1","LessonId":"sample string 2","ApplyforId":"sample string 3","ShareTitle":"sample string 4","ShareRen":"sample string 5","ClassName":"sample string 6","StuCode":"sample string 7","StuName":"sample string 8","TeaCode":"sample string 9","TeachName":"sample string 10","TeaClass":"sample string 11","ProposTime":"2024-09-25T00:05:42.2495049+08:00","TelPhone":"sample string 12","ClassteaName":"sample string 13","ClassteaTel":"sample string 14","ShareWay":"sample string 15","ShareAssess":"sample string 16","ShareFile":"sample string 17","Status":18,"Flag":1,"Score":19.0,"PiYueTime":20,"RelpCon":"sample string 21","RelpTime":"2024-09-25T00:05:42.2652284+08:00","AddTime":"2024-09-25T00:05:42.2652284+08:00","RejectNum":1,"CateId":"sample string 22","JsonData":"sample string 23"}
application/xml, text/xml
Sample:
<ShareReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data"> <AddTime>2024-09-25T00:05:42.2652284+08:00</AddTime> <ApplyforId>sample string 3</ApplyforId> <CateId>sample string 22</CateId> <ClassName>sample string 6</ClassName> <ClassteaName>sample string 13</ClassteaName> <ClassteaTel>sample string 14</ClassteaTel> <Flag>1</Flag> <Id>sample string 1</Id> <JsonData>sample string 23</JsonData> <LessonId>sample string 2</LessonId> <PiYueTime>20</PiYueTime> <ProposTime>2024-09-25T00:05:42.2495049+08:00</ProposTime> <RejectNum>1</RejectNum> <RelpCon>sample string 21</RelpCon> <RelpTime>2024-09-25T00:05:42.2652284+08:00</RelpTime> <Score>19</Score> <ShareAssess>sample string 16</ShareAssess> <ShareFile>sample string 17</ShareFile> <ShareRen>sample string 5</ShareRen> <ShareTitle>sample string 4</ShareTitle> <ShareWay>sample string 15</ShareWay> <Status>18</Status> <StuCode>sample string 7</StuCode> <StuName>sample string 8</StuName> <TeaClass>sample string 11</TeaClass> <TeaCode>sample string 9</TeaCode> <TeachName>sample string 10</TeachName> <TelPhone>sample string 12</TelPhone> </ShareReport>
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});