POST api/BEWeighted/GetWeightedList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BaseResultOfListOfWeightedList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of WeightedList |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfWeightedModel.WeightedListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<WeightedModel.WeightedList>
<Desc>sample string 4</Desc>
<Item>sample string 2</Item>
<Value>sample string 3</Value>
<WID>1</WID>
</WeightedModel.WeightedList>
<WeightedModel.WeightedList>
<Desc>sample string 4</Desc>
<Item>sample string 2</Item>
<Value>sample string 3</Value>
<WID>1</WID>
</WeightedModel.WeightedList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfWeightedModel.WeightedListuKWfnEcv>