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": "27a65898-38de-4f0f-9306-75257a6b2df2",
"MPKH": "sample string 6",
"DJSID": "99f41634-c570-4fc3-a7fe-7cdef5d30237",
"DJSBMID": "425cc0a5-f5d8-45af-96fd-c59b4e6ce3d1",
"ZTSID": "2b13914e-f3d8-4645-9885-730a81062fd2",
"ZTSBMID": "92af38d8-c951-4c4d-8069-fa4533980a3f",
"XYDWID": "a2134f0f-7c5a-4dbd-be9e-5bc0deb8365d",
"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>425cc0a5-f5d8-45af-96fd-c59b4e6ce3d1</DJSBMID> <DJSID>99f41634-c570-4fc3-a7fe-7cdef5d30237</DJSID> <DYZH>sample string 12</DYZH> <MPKH>sample string 6</MPKH> <MPLXID>27a65898-38de-4f0f-9306-75257a6b2df2</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>a2134f0f-7c5a-4dbd-be9e-5bc0deb8365d</XYDWID> <YDDH>sample string 4</YDDH> <ZJHM>sample string 14</ZJHM> <ZJLX>sample string 15</ZJLX> <ZTSBMID>92af38d8-c951-4c4d-8069-fa4533980a3f</ZTSBMID> <ZTSID>2b13914e-f3d8-4645-9885-730a81062fd2</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.