POST api/PaperReview/SettingReviewUser
审核人设置成功
Request Information
URI Parameters
None.
Body Parameters
ReviewUserSetingsName | Description | Type | Additional information |
---|---|---|---|
ReviewUserSeting |
评审设置 |
Collection of ReviewUserSetingDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReviewUserSeting": [ { "PaperId": "d4108930-bfdc-4a7b-adee-2bab8182b9d5", "UserId": 2, "ReviewUserId": 3, "OriginUserId": 4, "OriginReviewUserId": 5 }, { "PaperId": "d4108930-bfdc-4a7b-adee-2bab8182b9d5", "UserId": 2, "ReviewUserId": 3, "OriginUserId": 4, "OriginReviewUserId": 5 } ] }
text/html
Sample:
{"ReviewUserSeting":[{"PaperId":"d4108930-bfdc-4a7b-adee-2bab8182b9d5","UserId":2,"ReviewUserId":3,"OriginUserId":4,"OriginReviewUserId":5},{"PaperId":"d4108930-bfdc-4a7b-adee-2bab8182b9d5","UserId":2,"ReviewUserId":3,"OriginUserId":4,"OriginReviewUserId":5}]}
application/xml, text/xml
Sample:
<ReviewUserSetings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <ReviewUserSeting> <ReviewUserSetingDto> <OriginReviewUserId>5</OriginReviewUserId> <OriginUserId>4</OriginUserId> <PaperId>d4108930-bfdc-4a7b-adee-2bab8182b9d5</PaperId> <ReviewUserId>3</ReviewUserId> <UserId>2</UserId> </ReviewUserSetingDto> <ReviewUserSetingDto> <OriginReviewUserId>5</OriginReviewUserId> <OriginUserId>4</OriginUserId> <PaperId>d4108930-bfdc-4a7b-adee-2bab8182b9d5</PaperId> <ReviewUserId>3</ReviewUserId> <UserId>2</UserId> </ReviewUserSetingDto> </ReviewUserSeting> </ReviewUserSetings>
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});