POST api/Report/RPT_DYY_MX/V/Query
调用存储过程产生并返回导游购票明细表,以复杂类型返回数据(CommonOperationResultWithTag(V_RPT_DYY_MXDataTable))。
Request Information
URI Parameters
None.
Body Parameters
Rpt_Guider_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 |
| GuiderNum |
导游证号,空表示不限,等于。 |
string |
Max length: 20 |
| TicketTypeIds |
票型ID,可以传入一个集合。 |
Collection of globally unique identifier |
None. |
| SellStationId |
售票站点代码 |
string |
Max length: 2 |
| SellerId |
售票员代码,空表示不限,等于。 |
string |
Max length: 20 |
| DjsId |
地接社ID。 |
globally unique identifier |
None. |
| DjsbmId |
地接社部门ID。 |
globally unique identifier |
None. |
| TradeFrom |
交易来源 |
string |
Max length: 1 |
| Sta_Area |
统计范围 1仅统计门票销售,2仅统计返款票销售,A统计门票和返款票销售 |
string |
Max length: 1 |
| DYFamilyName |
导游姓氏 |
string |
Max length: 20 |
| HasInsurance |
是否包含保险 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"DateType": "sample string 3",
"GuiderNum": "sample string 4",
"TicketTypeIds": [
"2f1a7409-cd72-4282-a65b-b4eff8ab03da",
"2ab14bc8-1f20-4e8f-8059-3ba8c1792834"
],
"SellStationId": "sample string 5",
"SellerId": "sample string 6",
"DjsId": "108a44f7-e7be-4af5-9626-80f9b7768634",
"DjsbmId": "8fbb7631-6661-48e8-906a-36de06baa883",
"TradeFrom": "sample string 9",
"Sta_Area": "sample string 10",
"DYFamilyName": "sample string 11",
"HasInsurance": "sample string 12"
}
application/xml, text/xml
Sample:
<Rpt_Guider_QueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
<DYFamilyName>sample string 11</DYFamilyName>
<DateType>sample string 3</DateType>
<DjsId>108a44f7-e7be-4af5-9626-80f9b7768634</DjsId>
<DjsbmId>8fbb7631-6661-48e8-906a-36de06baa883</DjsbmId>
<EndDate>sample string 2</EndDate>
<GuiderNum>sample string 4</GuiderNum>
<HasInsurance>sample string 12</HasInsurance>
<SellStationId>sample string 5</SellStationId>
<SellerId>sample string 6</SellerId>
<Sta_Area>sample string 10</Sta_Area>
<StartDate>sample string 1</StartDate>
<TicketTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2f1a7409-cd72-4282-a65b-b4eff8ab03da</d2p1:guid>
<d2p1:guid>2ab14bc8-1f20-4e8f-8059-3ba8c1792834</d2p1:guid>
</TicketTypeIds>
<TradeFrom>sample string 9</TradeFrom>
</Rpt_Guider_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
调用存储过程产生并返回导游购票明细表,以复杂类型返回数据(CommonOperationResultWithTag(V_RPT_DYY_MXDataTable))。
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.