POST api/Report/Rpt_TicketBusi_PaymentType_Detail/V/Query

调用存储过程,产生票务业务分收款方式明细表数据

Request Information

URI Parameters

None.

Body Parameters

Rpt_TicketBusi_PaymentType_DetailParm
NameDescriptionTypeAdditional information
DateType

@DateType char(1) ,/*日期类型,'1'交易日期,'2'门票日期*/

string

Max length: 1

StartDate

@StartDate char(8) ,/*起始日期,YYYYMMDD,>=*/

string

Max length: 8

EndDate

@EndDate Char(8) ,/*截止日期,YYYYMMDD ,小于等于 */

string

Max length: 8

PaymentTypeId

@PaymentTypeId char(2),/*包含的付款方式的ID*/

string

Max length: 2

BillNum

@BillNum varchar(20),/*单据单号,左匹配*/

string

Max length: 20

SellStationId

@SellStationId char(2) ,/*售票站点ID,等于*/

string

Max length: 2

DJSID

@DJSID uniqueidentifier,/*地接社ID,等于*/

globally unique identifier

None.

DJSBMID

@DJSBMID uniqueidentifier,/*地接社部门ID,等于*/

globally unique identifier

None.

ZTSID

@ZTSID uniqueidentifier,/*组团社ID*/

globally unique identifier

None.

XYDWID

@XYDWID uniqueidentifier ,/*协议单位ID*/

globally unique identifier

None.

ZTSBMID

@ZTSBMID uniqueidentifier,/*组团社部门ID*/

globally unique identifier

None.

GuiderNumber

@GuiderNumber varchar(20),/*导游证号,等于*/

string

Max length: 20

BusiFrom

@BusiFrom char(1),/*交易来源 1前台,2互联网*/

string

Max length: 1

TicketTypeId

@TicketTypeId uniqueidentifier,/*票型ID*/

globally unique identifier

None.

UserLoginName

@UserLoginName varchar(20), /*售票员*/

string

Max length: 20

BusiArea

@BusiArea char(3) ,/*统计范围 第一位表示售票,1表示统计,0表示不统计,第二位表示退票,第三位表示变更*/

string

Max length: 3

Request Formats

application/json, text/json

Sample:
{
  "DateType": "sample string 1",
  "StartDate": "sample string 2",
  "EndDate": "sample string 3",
  "PaymentTypeId": "sample string 4",
  "BillNum": "sample string 5",
  "SellStationId": "sample string 6",
  "DJSID": "05d915f0-f1e3-4fb8-8369-634efe5970c2",
  "DJSBMID": "f67d76a6-f38c-4845-ad8f-9583cdcfd67a",
  "ZTSID": "e475d007-26be-44f1-82e3-0622a89df25f",
  "XYDWID": "ddee4d69-bf38-4917-9c7b-464d02f71d15",
  "ZTSBMID": "193eea3b-3189-41b9-9084-c2c037da0442",
  "GuiderNumber": "sample string 12",
  "BusiFrom": "sample string 13",
  "TicketTypeId": "e60ee927-4b50-44b9-a1d6-d5f55155688c",
  "UserLoginName": "sample string 15",
  "BusiArea": "sample string 16"
}

application/xml, text/xml

Sample:
<Rpt_TicketBusi_PaymentType_DetailParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <BillNum>sample string 5</BillNum>
  <BusiArea>sample string 16</BusiArea>
  <BusiFrom>sample string 13</BusiFrom>
  <DJSBMID>f67d76a6-f38c-4845-ad8f-9583cdcfd67a</DJSBMID>
  <DJSID>05d915f0-f1e3-4fb8-8369-634efe5970c2</DJSID>
  <DateType>sample string 1</DateType>
  <EndDate>sample string 3</EndDate>
  <GuiderNumber>sample string 12</GuiderNumber>
  <PaymentTypeId>sample string 4</PaymentTypeId>
  <SellStationId>sample string 6</SellStationId>
  <StartDate>sample string 2</StartDate>
  <TicketTypeId>e60ee927-4b50-44b9-a1d6-d5f55155688c</TicketTypeId>
  <UserLoginName>sample string 15</UserLoginName>
  <XYDWID>ddee4d69-bf38-4917-9c7b-464d02f71d15</XYDWID>
  <ZTSBMID>193eea3b-3189-41b9-9084-c2c037da0442</ZTSBMID>
  <ZTSID>e475d007-26be-44f1-82e3-0622a89df25f</ZTSID>
</Rpt_TicketBusi_PaymentType_DetailParm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Rpt_TicketBusi_PaymentType_DetailParm'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

调用存储过程,产生票务业务分收款方式明细表数据

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.