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": "b813267a-aeae-4fcf-bc5e-e60d08728f0d",
"MPKH": "sample string 6",
"DJSID": "6bb071ae-e601-4bb8-aca0-6bd89bd8946d",
"DJSBMID": "fb8bcb4e-7753-48a0-8f7d-2c9c7d825286",
"ZTSID": "e564f575-9e57-4ed0-9f78-f76e91162375",
"ZTSBMID": "98030d97-a817-4480-aae9-370aca1a240f",
"XYDWID": "301e3e9d-49d3-47cd-8ee8-48f09bf9cf6c",
"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>fb8bcb4e-7753-48a0-8f7d-2c9c7d825286</DJSBMID> <DJSID>6bb071ae-e601-4bb8-aca0-6bd89bd8946d</DJSID> <DYZH>sample string 12</DYZH> <MPKH>sample string 6</MPKH> <MPLXID>b813267a-aeae-4fcf-bc5e-e60d08728f0d</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>301e3e9d-49d3-47cd-8ee8-48f09bf9cf6c</XYDWID> <YDDH>sample string 4</YDDH> <ZJHM>sample string 14</ZJHM> <ZJLX>sample string 15</ZJLX> <ZTSBMID>98030d97-a817-4480-aae9-370aca1a240f</ZTSBMID> <ZTSID>e564f575-9e57-4ed0-9f78-f76e91162375</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.