POST api/testpaper/checkbatchruleconsistency
检查试卷规则一致性
Request Information
URI Parameters
None.
Body Parameters
ClassBatchConsistencyName | Description | Type | Additional information |
---|---|---|---|
paperIds |
试卷编号 |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "paperIds": [ "14d03b24-eafe-4eb2-85ce-f13cf29460d1", "e77f6264-24f9-43be-b46d-c1b44f053f54" ] }
text/html
Sample:
{"paperIds":["14d03b24-eafe-4eb2-85ce-f13cf29460d1","e77f6264-24f9-43be-b46d-c1b44f053f54"]}
application/xml, text/xml
Sample:
<ClassBatchConsistency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <paperIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>14d03b24-eafe-4eb2-85ce-f13cf29460d1</d2p1:guid> <d2p1:guid>e77f6264-24f9-43be-b46d-c1b44f053f54</d2p1:guid> </paperIds> </ClassBatchConsistency>
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});