POST api/ValueCard/Ledger/Month/Query

查询储值卡月台账并以复杂类型返回(CommonOperationResultWithTag(V_Rpt_Finance_ValueCard_LedgerDataTable))。

Request Information

URI Parameters

None.

Body Parameters

ValueCardLedgerQueryParm
NameDescriptionTypeAdditional information
StartDate

起始日期,格式YYYYMMDD

string

Required

Max length: 8

EndDate

截止日期,格式YYYYMMDD。

string

Required

Max length: 8

CardType

卡类型:介质类型。

string

Max length: 1

SerialId

序列号

string

Max length: 30

CardNo

卡号

string

Max length: 20

MemberId

0表示不限,会员ID。

integer

None.

Mobile

手机号

string

Max length: 20

IdentityNo

证件号

string

Max length: 20

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "sample string 1",
  "EndDate": "sample string 2",
  "CardType": "sample string 3",
  "SerialId": "sample string 4",
  "CardNo": "sample string 5",
  "MemberId": 6,
  "Mobile": "sample string 7",
  "IdentityNo": "sample string 8"
}

application/xml, text/xml

Sample:
<ValueCardLedgerQueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.ValueCard">
  <CardNo>sample string 5</CardNo>
  <CardType>sample string 3</CardType>
  <EndDate>sample string 2</EndDate>
  <IdentityNo>sample string 8</IdentityNo>
  <MemberId>6</MemberId>
  <Mobile>sample string 7</Mobile>
  <SerialId>sample string 4</SerialId>
  <StartDate>sample string 1</StartDate>
</ValueCardLedgerQueryParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

查询储值卡月台账并以复杂类型返回(CommonOperationResultWithTag(V_Rpt_Finance_ValueCard_LedgerDataTable))。

ComplexParm
NameDescriptionTypeAdditional information
Zipped

读取或设置一个值,指示当前缓冲区是否经过了压缩

boolean

None.

Buffer

读取或设置一个值,指明当前缓冲区的内容

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Zipped": true,
  "Buffer": "QEA="
}

application/xml, text/xml

Sample:
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <Buffer>QEA=</Buffer>
  <Zipped>true</Zipped>
</ComplexParm>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.