POST api/Report/RPT_YYHZ_FKFS_e_KHDW/V/Query

调用存储过程,产生营业类分付款日期汇总表3(分客户单位门票日期)

Request Information

URI Parameters

None.

Body Parameters

Rpt_BusinessSummary_CustomerAndDateParm
NameDescriptionTypeAdditional information
QSRQ

起始时间

string

Max length: 8

Min length: 8

JZRQ

截止时间

string

Max length: 8

Min length: 8

QSMPRQ

门票起始时间

string

Max length: 8

Min length: 8

JZMPRQ

门票截止时间

string

Max length: 8

Min length: 8

JYLY

交易来源

string

None.

SPZDDM

售票站点代码

string

None.

YHDLM

用户登录名

string

Max length: 20

FKFSID

统计内容 0:数量 1:金额,其他值两者均统计

string

None.

KHLX

客户类型

string

Max length: 1

KHDWID

客户单位ID

string

Max length: 36

Request Formats

application/json, text/json

Sample:
{
  "QSRQ": "sample string 1",
  "JZRQ": "sample string 2",
  "QSMPRQ": "sample string 3",
  "JZMPRQ": "sample string 4",
  "JYLY": "sample string 5",
  "SPZDDM": "sample string 6",
  "YHDLM": "sample string 7",
  "FKFSID": "sample string 8",
  "KHLX": "sample string 9",
  "KHDWID": "sample string 10"
}

application/xml, text/xml

Sample:
<Rpt_BusinessSummary_CustomerAndDateParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <FKFSID>sample string 8</FKFSID>
  <JYLY>sample string 5</JYLY>
  <JZMPRQ>sample string 4</JZMPRQ>
  <JZRQ>sample string 2</JZRQ>
  <KHDWID>sample string 10</KHDWID>
  <KHLX>sample string 9</KHLX>
  <QSMPRQ>sample string 3</QSMPRQ>
  <QSRQ>sample string 1</QSRQ>
  <SPZDDM>sample string 6</SPZDDM>
  <YHDLM>sample string 7</YHDLM>
</Rpt_BusinessSummary_CustomerAndDateParm>

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

调用存储过程,产生营业类分付款日期汇总表3(分客户单位门票日期)

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.