POST api/Report/ZTSBM/QueryV_RPT_ZTSBM_HZ
(不可跨平台方法) 以复杂参数和复杂结果查询V_RPT_ZTSBM_HZ数据(CommonOperationResultWithTag(V_RPT_ZTSBM_HZDataTable))。
Request Information
URI Parameters
None.
Body Parameters
Rpt_ZTSBM_QueryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate |
起始日期,YYYYMMDD,大于等于。 |
string |
Required Max length: 8 Min length: 8 |
| EndDate |
截止日期,YYYYMMDD,小于等于。 |
string |
Required Max length: 8 Min length: 8 |
| DateType |
日期的依据类型,1交易日期,2门票日期,默认为1 |
string |
Required Max length: 1 Min length: 1 |
| BusiManId |
业务员代码,空表示不限,等于。 |
string |
Max length: 4 |
| TicketTypeId |
票型ID,Guid.Empty表示不限,等于。 |
globally unique identifier |
None. |
| SellStationId |
售票站点代码 |
string |
Max length: 2 |
| SellerId |
售票员代码,空表示不限,等于。 |
string |
Max length: 20 |
| ZtsId |
组团社ID。 |
globally unique identifier |
None. |
| Ztsbmid |
组团社部门ID。 |
globally unique identifier |
None. |
| TradeFrom |
交易来源 |
string |
Max length: 1 |
| Sta_Area |
统计范围 1仅统计门票销售,2仅统计返款票销售,A统计门票和返款票销售 |
string |
Max length: 1 |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"DateType": "sample string 3",
"BusiManId": "sample string 4",
"TicketTypeId": "c44b3766-5c67-4409-b5af-54f784cdc6b5",
"SellStationId": "sample string 6",
"SellerId": "sample string 7",
"ZtsId": "b0d17381-c387-45e2-ad14-f465e7ca4c76",
"Ztsbmid": "74e6e316-944f-4f58-81eb-febf6f4a2682",
"TradeFrom": "sample string 10",
"Sta_Area": "sample string 11"
}
application/xml, text/xml
Sample:
<Rpt_ZTSBM_QueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <BusiManId>sample string 4</BusiManId> <DateType>sample string 3</DateType> <EndDate>sample string 2</EndDate> <SellStationId>sample string 6</SellStationId> <SellerId>sample string 7</SellerId> <Sta_Area>sample string 11</Sta_Area> <StartDate>sample string 1</StartDate> <TicketTypeId>c44b3766-5c67-4409-b5af-54f784cdc6b5</TicketTypeId> <TradeFrom>sample string 10</TradeFrom> <ZtsId>b0d17381-c387-45e2-ad14-f465e7ca4c76</ZtsId> <Ztsbmid>74e6e316-944f-4f58-81eb-febf6f4a2682</Ztsbmid> </Rpt_ZTSBM_QueryParm>
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
(不可跨平台方法) 以复杂参数和复杂结果查询V_RPT_ZTSBM_HZ数据(CommonOperationResultWithTag(V_RPT_ZTSBM_HZDataTable))。
ComplexParm| Name | 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.