POST api/v1/topicreviewv1/GetTopicReviewLevels

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GetTopicReviewLevelListDto
NameDescriptionTypeAdditional information
Id

integer

None.

ProductName

string

None.

DepositAmount

decimal number

None.

ReviewCount

integer

None.

DailyTotalRewardAmount

decimal number

None.

IsActived

boolean

None.

Status

integer

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<ArrayOfGetTopicReviewLevelListDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GetTopicReviewLevelListDto>
    <Id>1</Id>
    <ProductName>sample string 2</ProductName>
    <DepositAmount>3</DepositAmount>
    <ReviewCount>4</ReviewCount>
    <DailyTotalRewardAmount>5</DailyTotalRewardAmount>
    <IsActived>true</IsActived>
    <Status>7</Status>
  </GetTopicReviewLevelListDto>
  <GetTopicReviewLevelListDto>
    <Id>1</Id>
    <ProductName>sample string 2</ProductName>
    <DepositAmount>3</DepositAmount>
    <ReviewCount>4</ReviewCount>
    <DailyTotalRewardAmount>5</DailyTotalRewardAmount>
    <IsActived>true</IsActived>
    <Status>7</Status>
  </GetTopicReviewLevelListDto>
</ArrayOfGetTopicReviewLevelListDto>

text/json

Sample:
[
  {
    "Id": 1,
    "ProductName": "sample string 2",
    "DepositAmount": 3.0,
    "ReviewCount": 4,
    "DailyTotalRewardAmount": 5.0,
    "IsActived": true,
    "Status": 7
  },
  {
    "Id": 1,
    "ProductName": "sample string 2",
    "DepositAmount": 3.0,
    "ReviewCount": 4,
    "DailyTotalRewardAmount": 5.0,
    "IsActived": true,
    "Status": 7
  }
]

text/xml

Sample:
<ArrayOfGetTopicReviewLevelListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
  <GetTopicReviewLevelListDto>
    <DailyTotalRewardAmount>5</DailyTotalRewardAmount>
    <DepositAmount>3</DepositAmount>
    <Id>1</Id>
    <IsActived>true</IsActived>
    <ProductName>sample string 2</ProductName>
    <ReviewCount>4</ReviewCount>
    <Status>7</Status>
  </GetTopicReviewLevelListDto>
  <GetTopicReviewLevelListDto>
    <DailyTotalRewardAmount>5</DailyTotalRewardAmount>
    <DepositAmount>3</DepositAmount>
    <Id>1</Id>
    <IsActived>true</IsActived>
    <ProductName>sample string 2</ProductName>
    <ReviewCount>4</ReviewCount>
    <Status>7</Status>
  </GetTopicReviewLevelListDto>
</ArrayOfGetTopicReviewLevelListDto>