POST api/testpaper/UpdateExaminationProcessRecordByZip

更新考试过程记录(当学生答案发生变更时调用该接口)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

更新考试过程记录(当学生答案发生变更时调用该接口)

JsonRtnDtoOfExaminationProcessRecordResultDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

ExaminationProcessRecordResultDto

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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

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