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": "a72a0edf-ea1e-42e1-a765-1cbd3977e248",
"MPKH": "sample string 6",
"DJSID": "19d54f36-2b79-4a1b-a3c4-29f4d6daa736",
"DJSBMID": "2411d61e-d900-4242-b2a0-e567d6dc0b53",
"ZTSID": "1ebbd386-1d14-4c82-82de-1da0539413e2",
"ZTSBMID": "c54b5dc1-0395-4d99-847d-877b9bb94afc",
"XYDWID": "ebb796db-4346-4ce4-867c-3b777ce5509e",
"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>2411d61e-d900-4242-b2a0-e567d6dc0b53</DJSBMID> <DJSID>19d54f36-2b79-4a1b-a3c4-29f4d6daa736</DJSID> <DYZH>sample string 12</DYZH> <MPKH>sample string 6</MPKH> <MPLXID>a72a0edf-ea1e-42e1-a765-1cbd3977e248</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>ebb796db-4346-4ce4-867c-3b777ce5509e</XYDWID> <YDDH>sample string 4</YDDH> <ZJHM>sample string 14</ZJHM> <ZJLX>sample string 15</ZJLX> <ZTSBMID>c54b5dc1-0395-4d99-847d-877b9bb94afc</ZTSBMID> <ZTSID>1ebbd386-1d14-4c82-82de-1da0539413e2</ZTSID> </TaxBillListQueryParm>
application/x-www-form-urlencoded
Sample:
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.