POST api/Busi/SPMX_ZTCX/Query/V/Complex/Page/NoCount
门票印制状态和检票状态查询的api
Request Information
URI Parameters
None.
Body Parameters
BusinessSellTikcetQueryWithPageParmName | Description | Type | Additional information |
---|---|---|---|
VAR_RQ1 |
@VAR_RQ1 char(8),/*售票日期*/ |
string |
Max length: 8 |
VAR_RQ2 |
@VAR_RQ2 char(8),/*售票日期*/ |
string |
Max length: 8 |
VAR_MPRQ1 |
@VAR_MPRQ1 char(8),/*门票日期*/ |
string |
Max length: 8 |
VAR_MPRQ2 |
@VAR_MPRQ2 char(8),/*门票日期*/ |
string |
Max length: 8 |
VAR_JYLY |
@VAR_JYLY char(1),/*订单来源*/ |
string |
Max length: 1 |
VAR_MPLXIDS |
@VAR_MPLXIDS varchar(4000),/*门票类型的列表*/ |
string |
Max length: 4000 |
VAR_YZYHDLM |
@VAR_YZYHDLM varchar(20),/*印制门票的用户登陆名*/ |
string |
Max length: 20 |
VAR_SPYHDLM |
@VAR_SPYHDLM varchar(20),/*售票用户登陆名*/ |
string |
Max length: 20 |
VAR_JP |
@VAR_JP char(1),/*是否有检票记录,1有,0没有, 其他值不限*/ |
string |
Max length: 1 |
VAR_YZ |
@VAR_YZ char(1)/*是否有印制记录,1有,0没有,其他值不限*/ |
string |
Max length: 1 |
pageindex |
页号 |
integer |
None. |
pagesize |
页大小 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "VAR_RQ1": "sample string 1", "VAR_RQ2": "sample string 2", "VAR_MPRQ1": "sample string 3", "VAR_MPRQ2": "sample string 4", "VAR_JYLY": "sample string 5", "VAR_MPLXIDS": "sample string 6", "VAR_YZYHDLM": "sample string 7", "VAR_SPYHDLM": "sample string 8", "VAR_JP": "sample string 9", "VAR_YZ": "sample string 10", "pageindex": 11, "pagesize": 12 }
application/xml, text/xml
Sample:
<BusinessSellTikcetQueryWithPageParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <VAR_JP>sample string 9</VAR_JP> <VAR_JYLY>sample string 5</VAR_JYLY> <VAR_MPLXIDS>sample string 6</VAR_MPLXIDS> <VAR_MPRQ1>sample string 3</VAR_MPRQ1> <VAR_MPRQ2>sample string 4</VAR_MPRQ2> <VAR_RQ1>sample string 1</VAR_RQ1> <VAR_RQ2>sample string 2</VAR_RQ2> <VAR_SPYHDLM>sample string 8</VAR_SPYHDLM> <VAR_YZ>sample string 10</VAR_YZ> <VAR_YZYHDLM>sample string 7</VAR_YZYHDLM> <pageindex>11</pageindex> <pagesize>12</pagesize> </BusinessSellTikcetQueryWithPageParm>
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
门票印制状态和检票状态查询的api
ComplexParmName | Description | Type | Additional 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.