POST api/PaperAudit/SettingPaperAuditUserAsync
设置试卷审核人
Request Information
URI Parameters
None.
Body Parameters
PaperAuditUserSetingsName | Description | Type | Additional information |
---|---|---|---|
PaperAuditUserSeting |
评审设置 |
Collection of PaperAuditUserSetingDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaperAuditUserSeting": [ { "PaperId": "8e387cc9-9f9d-4efe-a374-6c429b38ef5f", "AuditUserId": 2 }, { "PaperId": "8e387cc9-9f9d-4efe-a374-6c429b38ef5f", "AuditUserId": 2 } ] }
text/html
Sample:
{"PaperAuditUserSeting":[{"PaperId":"8e387cc9-9f9d-4efe-a374-6c429b38ef5f","AuditUserId":2},{"PaperId":"8e387cc9-9f9d-4efe-a374-6c429b38ef5f","AuditUserId":2}]}
application/xml, text/xml
Sample:
<PaperAuditUserSetings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <PaperAuditUserSeting> <PaperAuditUserSetingDto> <AuditUserId>2</AuditUserId> <PaperId>8e387cc9-9f9d-4efe-a374-6c429b38ef5f</PaperId> </PaperAuditUserSetingDto> <PaperAuditUserSetingDto> <AuditUserId>2</AuditUserId> <PaperId>8e387cc9-9f9d-4efe-a374-6c429b38ef5f</PaperId> </PaperAuditUserSetingDto> </PaperAuditUserSeting> </PaperAuditUserSetings>
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});