NameDescriptionTypeAdditional information
RQ1

@RQ1 char(8),/*起始售票日期*/

string

Max length: 8

RQ2

@RQ2 char(8),/*截止售票日期*/

string

Max length: 8

SPDH

@SPDH char(20),/*售票单号*/

string

Max length: 20

YDDH

@YDDH char(20),/*预订单号*/

string

Max length: 20

DWLX

@DWLX char(1),/*单位类型*/

string

Max length: 1

DWID

@DWID varchar(36),/*单位ID*/

string

Max length: 36

MPLXIDS

@MPLXIDS varchar(4000),/*门票类型的列表,以'ID1','ID2','ID3','ID4'的格式传入*/

string

Max length: 4000

ERRCODE

@ERRCODE int output,/*错误代码,0表示成功*/

integer

None.

ERRMSG

@ERRMSG varchar(400) output/*错误描述*/

string

Max length: 400