POST api/v1/payv1/GetWithDrawalHistory_ByPage

Request Information

URI Parameters

None.

Body Parameters

PagedParam
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2
}

application/xml, text/xml

Sample:
<PagedParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models">
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
</PagedParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageListOfTransferRecords_AppPageDto
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

TotalPage

integer

None.

TotalCount

integer

None.

Items

Collection of TransferRecords_AppPageDto

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "TotalPage": 3,
  "TotalCount": 4,
  "Items": [
    {
      "ID": 1,
      "UserID": 2,
      "TransferType": 3,
      "Money": 4.0,
      "Fee": 5.0,
      "Subtime": 6,
      "State": 7,
      "StateDesc": "sample string 8",
      "MoneyPrice": 9.0,
      "CountryCode": "sample string 10",
      "CurrencySymbol": "sample string 11",
      "CurrencyDigits": 12,
      "CurrencyAmount": 13.0,
      "CurrencyAmountFee": 14.0
    },
    {
      "ID": 1,
      "UserID": 2,
      "TransferType": 3,
      "Money": 4.0,
      "Fee": 5.0,
      "Subtime": 6,
      "State": 7,
      "StateDesc": "sample string 8",
      "MoneyPrice": 9.0,
      "CountryCode": "sample string 10",
      "CurrencySymbol": "sample string 11",
      "CurrencyDigits": 12,
      "CurrencyAmount": 13.0,
      "CurrencyAmountFee": 14.0
    }
  ]
}

text/xml

Sample:
<PageListOfTransferRecords_AppPageDtoEfWjWhao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Infrastructure.Collections">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Trades">
    <d2p1:TransferRecords_AppPageDto>
      <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
      <d2p1:CurrencyAmount>13</d2p1:CurrencyAmount>
      <d2p1:CurrencyAmountFee>14</d2p1:CurrencyAmountFee>
      <d2p1:CurrencyDigits>12</d2p1:CurrencyDigits>
      <d2p1:CurrencySymbol>sample string 11</d2p1:CurrencySymbol>
      <d2p1:Fee>5</d2p1:Fee>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:Money>4</d2p1:Money>
      <d2p1:MoneyPrice>9</d2p1:MoneyPrice>
      <d2p1:State>7</d2p1:State>
      <d2p1:StateDesc>sample string 8</d2p1:StateDesc>
      <d2p1:Subtime>6</d2p1:Subtime>
      <d2p1:TransferType>3</d2p1:TransferType>
      <d2p1:UserID>2</d2p1:UserID>
    </d2p1:TransferRecords_AppPageDto>
    <d2p1:TransferRecords_AppPageDto>
      <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
      <d2p1:CurrencyAmount>13</d2p1:CurrencyAmount>
      <d2p1:CurrencyAmountFee>14</d2p1:CurrencyAmountFee>
      <d2p1:CurrencyDigits>12</d2p1:CurrencyDigits>
      <d2p1:CurrencySymbol>sample string 11</d2p1:CurrencySymbol>
      <d2p1:Fee>5</d2p1:Fee>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:Money>4</d2p1:Money>
      <d2p1:MoneyPrice>9</d2p1:MoneyPrice>
      <d2p1:State>7</d2p1:State>
      <d2p1:StateDesc>sample string 8</d2p1:StateDesc>
      <d2p1:Subtime>6</d2p1:Subtime>
      <d2p1:TransferType>3</d2p1:TransferType>
      <d2p1:UserID>2</d2p1:UserID>
    </d2p1:TransferRecords_AppPageDto>
  </Items>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <TotalCount>4</TotalCount>
  <TotalPage>3</TotalPage>
</PageListOfTransferRecords_AppPageDtoEfWjWhao>