POST api/ppclient/savesetp

保存学生环节步骤进度

Request Information

URI Parameters

None.

Body Parameters

参数

LearnerDetail
NameDescriptionTypeAdditional information
Id

主键ID

integer

None.

LearnerId

主表ID

string

Max length: 36

CateId

环节Id

string

Max length: 36

CateName

环节名称

string

Max length: 50

Score

得分

decimal number

None.

Setp

第几步

integer

None.

ArticleListId

经典文献资料

string

Max length: 36

CaseswotInfoId

网络案例资料

string

Max length: 36

ForumInfoId

学术讲座资料

string

Max length: 36

RedSpotId

红色景点资料

string

Max length: 36

ActivitiesId

活动id

string

Max length: 36

StuWay

(感悟使命)方式

integer

None.

CreateTime

创建时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LearnerId": "sample string 2",
  "CateId": "sample string 3",
  "CateName": "sample string 4",
  "Score": 5.0,
  "Setp": 6,
  "ArticleListId": "sample string 7",
  "CaseswotInfoId": "sample string 8",
  "ForumInfoId": "sample string 9",
  "RedSpotId": "sample string 10",
  "ActivitiesId": "sample string 11",
  "StuWay": 1,
  "CreateTime": "2024-09-25T00:05:23.3659288+08:00"
}

text/html

Sample:
{"Id":1,"LearnerId":"sample string 2","CateId":"sample string 3","CateName":"sample string 4","Score":5.0,"Setp":6,"ArticleListId":"sample string 7","CaseswotInfoId":"sample string 8","ForumInfoId":"sample string 9","RedSpotId":"sample string 10","ActivitiesId":"sample string 11","StuWay":1,"CreateTime":"2024-09-25T00:05:23.3659288+08:00"}

application/xml, text/xml

Sample:
<LearnerDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">
  <ActivitiesId>sample string 11</ActivitiesId>
  <ArticleListId>sample string 7</ArticleListId>
  <CaseswotInfoId>sample string 8</CaseswotInfoId>
  <CateId>sample string 3</CateId>
  <CateName>sample string 4</CateName>
  <CreateTime>2024-09-25T00:05:23.3659288+08:00</CreateTime>
  <ForumInfoId>sample string 9</ForumInfoId>
  <Id>1</Id>
  <LearnerId>sample string 2</LearnerId>
  <RedSpotId>sample string 10</RedSpotId>
  <Score>5</Score>
  <Setp>6</Setp>
  <StuWay>1</StuWay>
</LearnerDetail>

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});