POST api/Report/YYHZ_FKFS_2_KHDW_JYRQ/V/Query

调用存储过程,产生营业类分付款方式汇总表2(分客户单位交易日期)

Request Information

URI Parameters

None.

Body Parameters

Rpt_BusinessSummary_DateParm
NameDescriptionTypeAdditional information
S_RQ

日期

string

Max length: 8

S_SPZDDM

售票站点代码

string

None.

S_YHDLM

用户登录名

string

Max length: 20

S_FKFSID

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

string

None.

S_KHLX

客户类型

string

Max length: 1

S_KHDWID

客户单位ID

string

Max length: 36

Request Formats

application/json, text/json

Sample:
{
  "S_RQ": "sample string 1",
  "S_SPZDDM": "sample string 2",
  "S_YHDLM": "sample string 3",
  "S_FKFSID": "sample string 4",
  "S_KHLX": "sample string 5",
  "S_KHDWID": "sample string 6"
}

application/xml, text/xml

Sample:
<Rpt_BusinessSummary_DateParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <S_FKFSID>sample string 4</S_FKFSID>
  <S_KHDWID>sample string 6</S_KHDWID>
  <S_KHLX>sample string 5</S_KHLX>
  <S_RQ>sample string 1</S_RQ>
  <S_SPZDDM>sample string 2</S_SPZDDM>
  <S_YHDLM>sample string 3</S_YHDLM>
</Rpt_BusinessSummary_DateParm>

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

调用存储过程,产生营业类分付款方式汇总表2(分客户单位交易日期)

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.