POST api/testpaper/CancelMarkAbnormal
取消异常标记
Request Information
URI Parameters
None.
Body Parameters
异常标记对象
CancelMarkPaperDtoName | Description | Type | Additional information |
---|---|---|---|
PaperId |
试卷编号 |
globally unique identifier |
None. |
MemberId |
学生学号 |
string |
None. |
ReTestId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaperId": "5435bd58-4c36-40d7-a789-947769d625d4", "MemberId": "sample string 2", "ReTestId": "b05dd91c-d798-4145-bb1d-48685b362ee2" }
text/html
Sample:
{"PaperId":"5435bd58-4c36-40d7-a789-947769d625d4","MemberId":"sample string 2","ReTestId":"b05dd91c-d798-4145-bb1d-48685b362ee2"}
application/xml, text/xml
Sample:
<CancelMarkPaperDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <MemberId>sample string 2</MemberId> <PaperId>5435bd58-4c36-40d7-a789-947769d625d4</PaperId> <ReTestId>b05dd91c-d798-4145-bb1d-48685b362ee2</ReTestId> </CancelMarkPaperDto>
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});