POST api/Report/Busi/Ticket/Seller/PaymentType/Query
查询售票员,票型,付款方式交叉汇总报表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_TicketType_Seller_PaymentTypeDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_TicketType_Seller_PaymentTypeQueryParms| Name | Description | Type | Additional information |
|---|---|---|---|
| DateType |
日期类型,'1'交易日期,'2'门票日期,不能为空 |
string |
Required Max length: 1 Min length: 1 |
| StartDate |
起始日期,此处的日期是指需要统计的日期范围,格式YYYYMMDD。不能为空 |
string |
Required Max length: 8 Min length: 8 |
| EndDate |
截止日期,此处的日期是指需要统计的日期范围,格式YYYYMMDD。不能为空 |
string |
Required Max length: 8 Min length: 8 |
| BillNum |
单据单号,左匹配,为空则表示不限 |
string |
Max length: 20 |
| SellStationId |
售票站点,为空则表示不限 |
string |
Max length: 2 |
| DJSID |
地接社ID,为空则表示不限 |
globally unique identifier |
None. |
| DJSBMID |
地接社部门ID,为空则表示不限 |
globally unique identifier |
None. |
| ZTSID |
组团社ID,为空则表示不限 |
globally unique identifier |
None. |
| XYDWID |
协议单位ID,为空则表示不限 |
globally unique identifier |
None. |
| ZTSBMID |
社团部门ID,为空/全0则表示不限 |
globally unique identifier |
None. |
| GuiderNumber |
导游证号,为空则表示不限 |
string |
Max length: 20 |
| BusiFrom |
交易来源,为空则表示不限 |
string |
Max length: 1 |
| TicketTypeId |
票型ID,为空则表示不限 |
globally unique identifier |
None. |
| UserLoginName |
售票员,为空则表示不限 |
string |
Max length: 20 |
| BusiArea |
统计范围 第一位表示售票,1表示统计,0表示不统计,第二位表示退票,第三位表示变更,不能为空 |
string |
Required Max length: 3 Min length: 3 |
Request Formats
application/json, text/json
{
"DateType": "sample string 1",
"StartDate": "sample string 2",
"EndDate": "sample string 3",
"BillNum": "sample string 4",
"SellStationId": "sample string 5",
"DJSID": "137b80d6-bce9-4da6-93d6-4d9b6a6bbd95",
"DJSBMID": "fb05b8b7-2b08-48d1-aa96-af8cdf42c392",
"ZTSID": "5d4eae90-8082-477f-b6ac-7e9910b6788d",
"XYDWID": "7eae39e9-152d-47ef-bf05-4e86aa41453b",
"ZTSBMID": "ad15a5ad-9954-4714-b1a2-9eaa39dad1df",
"GuiderNumber": "sample string 11",
"BusiFrom": "sample string 12",
"TicketTypeId": "320c2aac-01ad-4d5c-b972-2622d4665ec7",
"UserLoginName": "sample string 14",
"BusiArea": "sample string 15"
}
application/xml, text/xml
<Rpt_TicketType_Seller_PaymentTypeQueryParms 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 4</BillNum> <BusiArea>sample string 15</BusiArea> <BusiFrom>sample string 12</BusiFrom> <DJSBMID>fb05b8b7-2b08-48d1-aa96-af8cdf42c392</DJSBMID> <DJSID>137b80d6-bce9-4da6-93d6-4d9b6a6bbd95</DJSID> <DateType>sample string 1</DateType> <EndDate>sample string 3</EndDate> <GuiderNumber>sample string 11</GuiderNumber> <SellStationId>sample string 5</SellStationId> <StartDate>sample string 2</StartDate> <TicketTypeId>320c2aac-01ad-4d5c-b972-2622d4665ec7</TicketTypeId> <UserLoginName>sample string 14</UserLoginName> <XYDWID>7eae39e9-152d-47ef-bf05-4e86aa41453b</XYDWID> <ZTSBMID>ad15a5ad-9954-4714-b1a2-9eaa39dad1df</ZTSBMID> <ZTSID>5d4eae90-8082-477f-b6ac-7e9910b6788d</ZTSID> </Rpt_TicketType_Seller_PaymentTypeQueryParms>
application/x-www-form-urlencoded
Sample not available.
application/bson
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
查询售票员,票型,付款方式交叉汇总报表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_TicketType_Seller_PaymentTypeDataTable))
ComplexParm| Name | Description | Type | Additional information |
|---|---|---|---|
| Zipped |
读取或设置一个值,指示当前缓冲区是否经过了压缩 |
boolean |
None. |
| Buffer |
读取或设置一个值,指明当前缓冲区的内容 |
Collection of byte |
None. |
Response Formats
application/json, text/json
{
"Zipped": true,
"Buffer": "QEA="
}
application/xml, text/xml
<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
Binary JSON content. See http://bsonspec.org for details.