POST api/Report/Buis/Ticket/RefundDetail
营业类报表中退票明细报表查询api
Request Information
URI Parameters
None.
Body Parameters
Rpt_Ticket_RefundDetailQueryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketCode |
票号。 |
string |
Max length: 32 |
| DateModel |
查询模式0-按照营业日期 1-按照门票日期 默认按照营业方式查询 |
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 |
| TicketTypes |
票型清单,格式"('id1’,'id2',.....)"。 |
string |
Max length: 8000 |
| SellStations |
售票站点清单,格式"('id1’,'id2',.....)"。 |
string |
Max length: 2000 |
| DSJFZID |
地接社分组的ID |
globally unique identifier |
None. |
| DJSID |
地接社ID |
globally unique identifier |
None. |
| DJSBMID |
地接社部门ID |
globally unique identifier |
None. |
| ZTSID |
组团社ID |
globally unique identifier |
None. |
| ZTSBMID |
组团社部门ID |
globally unique identifier |
None. |
| XYDWID |
协议单位ID |
globally unique identifier |
None. |
| BillNum |
单据号。 |
string |
Max length: 20 |
| SellerId |
售票员ID。 |
string |
Max length: 20 |
| GuiderNum |
导游证号。 |
string |
Max length: 20 |
| TradeFrom |
1前台或自助机,2互联网,其他表示不限。 |
string |
Max length: 1 |
| XFFAID |
现返方案。 |
string |
Max length: 4 |
| PaymentTypeId |
付款方式(含)。 |
string |
Max length: 2 |
Request Formats
application/json, text/json
Sample:
{
"TicketCode": "sample string 1",
"DateModel": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"TicketTypes": "sample string 5",
"SellStations": "sample string 6",
"DSJFZID": "5777fbe0-75f3-4e7d-99d5-bbf6d62ad8e3",
"DJSID": "bd8ea317-f511-4384-b2d9-b9a29ed2bd78",
"DJSBMID": "ff726932-23b8-44dc-9c66-6698027b3298",
"ZTSID": "a3798987-30c9-4b17-9071-d3d4b12f3971",
"ZTSBMID": "1a045c68-d9da-4e0d-b64f-5e66a2cafe17",
"XYDWID": "de20985c-1b3a-4ebd-8c1e-1a7d10a883f5",
"BillNum": "sample string 13",
"SellerId": "sample string 14",
"GuiderNum": "sample string 15",
"TradeFrom": "sample string 16",
"XFFAID": "sample string 17",
"PaymentTypeId": "sample string 18"
}
application/xml, text/xml
Sample:
<Rpt_Ticket_RefundDetailQueryParm 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 13</BillNum> <DJSBMID>ff726932-23b8-44dc-9c66-6698027b3298</DJSBMID> <DJSID>bd8ea317-f511-4384-b2d9-b9a29ed2bd78</DJSID> <DSJFZID>5777fbe0-75f3-4e7d-99d5-bbf6d62ad8e3</DSJFZID> <DateModel>sample string 2</DateModel> <EndDate>sample string 4</EndDate> <GuiderNum>sample string 15</GuiderNum> <PaymentTypeId>sample string 18</PaymentTypeId> <SellStations>sample string 6</SellStations> <SellerId>sample string 14</SellerId> <StartDate>sample string 3</StartDate> <TicketTypes>sample string 5</TicketTypes> <TradeFrom>sample string 16</TradeFrom> <XFFAID>sample string 17</XFFAID> <XYDWID>de20985c-1b3a-4ebd-8c1e-1a7d10a883f5</XYDWID> <ZTSBMID>1a045c68-d9da-4e0d-b64f-5e66a2cafe17</ZTSBMID> <ZTSID>a3798987-30c9-4b17-9071-d3d4b12f3971</ZTSID> <TicketCode>sample string 1</TicketCode> </Rpt_Ticket_RefundDetailQueryParm>
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
营业类报表中退票明细报表查询api
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.