POST api/Busi/SP_SPD_EX/Query/ForTax
使用复杂参数为依据,不计页数的分页方式,查询V_SP_SPD_EX表的数据并以复杂类型返回
Request Information
URI Parameters
None.
Body Parameters
TaxBillListQueryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| S_RQ1 |
统计的起始日期 |
string |
None. |
| S_RQ2 |
统计的截止日期 |
string |
None. |
| SPDH |
售票单号 |
string |
None. |
| YDDH |
预定单号 |
string |
None. |
| MPLXID |
门票类型ID |
globally unique identifier |
None. |
| MPKH |
门票卡号 |
string |
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. |
| DYZH |
导游证号 |
string |
None. |
| XM |
姓名 |
string |
None. |
| ZJHM |
证件号码 |
string |
None. |
| ZJLX |
证件类型 |
string |
None. |
| MemberId |
会员代码 |
integer |
None. |
| Mobile |
手机号码 |
string |
None. |
| Page_SIZE |
页尺寸 默认一页显示20行数据 |
integer |
None. |
| Page_INDEX |
查询页,1表示第一页 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"S_RQ1": "sample string 1",
"S_RQ2": "sample string 2",
"SPDH": "sample string 3",
"YDDH": "sample string 4",
"MPLXID": "c0136fd0-fdf2-4b10-be9f-3b493dcd337a",
"MPKH": "sample string 6",
"DJSID": "bc1e467e-4418-40ef-80e2-167aa2bcc253",
"DJSBMID": "1b584bf1-3c98-4729-80b1-e69cc9d67257",
"ZTSID": "22f79d0f-23f1-4a33-b4cf-7be89d1fbaa8",
"ZTSBMID": "5282ce1e-48af-4294-8cad-94f24481aa31",
"XYDWID": "0b44c1ff-9365-4bb0-ae31-1ecda2ad9c43",
"DYZH": "sample string 12",
"XM": "sample string 13",
"ZJHM": "sample string 14",
"ZJLX": "sample string 15",
"MemberId": 16,
"Mobile": "sample string 17",
"Page_SIZE": 18,
"Page_INDEX": 19
}
application/xml, text/xml
Sample:
<TaxBillListQueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Tax"> <DJSBMID>1b584bf1-3c98-4729-80b1-e69cc9d67257</DJSBMID> <DJSID>bc1e467e-4418-40ef-80e2-167aa2bcc253</DJSID> <DYZH>sample string 12</DYZH> <MPKH>sample string 6</MPKH> <MPLXID>c0136fd0-fdf2-4b10-be9f-3b493dcd337a</MPLXID> <MemberId>16</MemberId> <Mobile>sample string 17</Mobile> <Page_INDEX>19</Page_INDEX> <Page_SIZE>18</Page_SIZE> <SPDH>sample string 3</SPDH> <S_RQ1>sample string 1</S_RQ1> <S_RQ2>sample string 2</S_RQ2> <XM>sample string 13</XM> <XYDWID>0b44c1ff-9365-4bb0-ae31-1ecda2ad9c43</XYDWID> <YDDH>sample string 4</YDDH> <ZJHM>sample string 14</ZJHM> <ZJLX>sample string 15</ZJLX> <ZTSBMID>5282ce1e-48af-4294-8cad-94f24481aa31</ZTSBMID> <ZTSID>22f79d0f-23f1-4a33-b4cf-7be89d1fbaa8</ZTSID> </TaxBillListQueryParm>
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_SP_SPD_EX表的数据并以复杂类型返回
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.