POST api/Report/Payment/Summary/Real

查询第三方支付日汇总表,以复杂类型返回CommonOperationResultWithTag(V_Rpt_PaymentSummary_RealDataTable)

Request Information

URI Parameters

None.

Body Parameters

Rpt_PaymentSummary_RealParm
NameDescriptionTypeAdditional information
StartDate

开始日期

string

Max length: 8

EndDate

截止日期

string

Max length: 8

DayModel

1-交易日期,2完成日期

string

Max length: 1

ForSell

是否计入售票1是,0或其他值否

string

Max length: 1

ForOrder

是否计入预订1是,0或其他值否

string

Max length: 1

ForOrderYearCard

是否计入年卡1是,0或其他值否

string

Max length: 1

PaymentId

付款方式的ID

string

Max length: 2

PaymentChannel

支付渠道的ID

string

Max length: 1

SuccessOnly

是否只计入成功交易1是,0或其他值否

string

Max length: 1

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "sample string 1",
  "EndDate": "sample string 2",
  "DayModel": "sample string 3",
  "ForSell": "sample string 4",
  "ForOrder": "sample string 5",
  "ForOrderYearCard": "sample string 6",
  "PaymentId": "sample string 7",
  "PaymentChannel": "sample string 8",
  "SuccessOnly": "sample string 9"
}

application/xml, text/xml

Sample:
<Rpt_PaymentSummary_RealParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <DayModel>sample string 3</DayModel>
  <EndDate>sample string 2</EndDate>
  <ForOrder>sample string 5</ForOrder>
  <ForOrderYearCard>sample string 6</ForOrderYearCard>
  <ForSell>sample string 4</ForSell>
  <PaymentChannel>sample string 8</PaymentChannel>
  <PaymentId>sample string 7</PaymentId>
  <StartDate>sample string 1</StartDate>
  <SuccessOnly>sample string 9</SuccessOnly>
</Rpt_PaymentSummary_RealParm>

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_PaymentSummary_RealDataTable)

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.