GET api/Finance/SearchMyBalanceHistory?ServiceType={ServiceType}&UserName={UserName}&UserId={UserId}&IsOnlyPositive={IsOnlyPositive}&ChangeStartTime={ChangeStartTime}&ChangeEndTime={ChangeEndTime}&PageSize={PageSize}&Search={Search}&PageID={PageID}

会员中心 - 搜索我的余额历史

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ServiceType

关联服务类型

ServiceType

None.

UserName

关联用户名称

string

None.

UserId

关联用户标识

integer

None.

IsOnlyPositive

是否只是正值

boolean

None.

ChangeStartTime

变动起始时间

date

None.

ChangeEndTime

变动截止时间

date

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 搜索我的余额历史

PagedOfFinBalanceHistoryDto
NameDescriptionTypeAdditional information
Data

Collection of FinBalanceHistoryDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<PagedOfFinBalanceHistoryDtoxoFGBhC5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Finance">
    <d2p1:FinBalanceHistoryDto>
      <d2p1:Amount>6</d2p1:Amount>
      <d2p1:ChangeLog>sample string 3</d2p1:ChangeLog>
      <d2p1:ChangeType>Payment</d2p1:ChangeType>
      <d2p1:CreateTime>2024-04-30T12:10:55.9729173+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:UserId>4</d2p1:UserId>
      <d2p1:UserName>sample string 5</d2p1:UserName>
    </d2p1:FinBalanceHistoryDto>
    <d2p1:FinBalanceHistoryDto>
      <d2p1:Amount>6</d2p1:Amount>
      <d2p1:ChangeLog>sample string 3</d2p1:ChangeLog>
      <d2p1:ChangeType>Payment</d2p1:ChangeType>
      <d2p1:CreateTime>2024-04-30T12:10:55.9729173+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:UserId>4</d2p1:UserId>
      <d2p1:UserName>sample string 5</d2p1:UserName>
    </d2p1:FinBalanceHistoryDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfFinBalanceHistoryDtoxoFGBhC5>