POST api/v1/rewardv1/GetUserAccountInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserAccountInfoDto
NameDescriptionTypeAdditional information
Balance

decimal number

None.

ParticipateAmount

decimal number

None.

TotalAssets

decimal number

None.

TotalAssetsConversion

decimal number

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<UserAccountInfoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Balance>1</Balance>
  <ParticipateAmount>2</ParticipateAmount>
  <TotalAssetsConversion>3</TotalAssetsConversion>
</UserAccountInfoDto>

text/json

Sample:
{
  "Balance": 1.0,
  "ParticipateAmount": 2.0,
  "TotalAssets": 3.0,
  "TotalAssetsConversion": 3.0
}

text/xml

Sample:
<UserAccountInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
  <Balance>1</Balance>
  <ParticipateAmount>2</ParticipateAmount>
  <TotalAssetsConversion>3</TotalAssetsConversion>
</UserAccountInfoDto>