POST api/retestrepository/mergedescribebytestrepository
合并题库描述
Request Information
URI Parameters
None.
Body Parameters
MergeDescribeDtoName | Description | Type | Additional information |
---|---|---|---|
RtrId |
题库编号 |
integer |
None. |
DesName |
描述名称 |
string |
None. |
DrtrIds |
题库描述集合 |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "RtrId": 1, "DesName": "sample string 2", "DrtrIds": [ "d4bf6c48-8f49-40e2-911e-a689c7f17117", "0c93654c-0f60-4549-8d6f-2fd9210f031d" ] }
text/html
Sample:
{"RtrId":1,"DesName":"sample string 2","DrtrIds":["d4bf6c48-8f49-40e2-911e-a689c7f17117","0c93654c-0f60-4549-8d6f-2fd9210f031d"]}
application/xml, text/xml
Sample:
<MergeDescribeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <DesName>sample string 2</DesName> <DrtrIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d4bf6c48-8f49-40e2-911e-a689c7f17117</d2p1:guid> <d2p1:guid>0c93654c-0f60-4549-8d6f-2fd9210f031d</d2p1:guid> </DrtrIds> <RtrId>1</RtrId> </MergeDescribeDto>
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});