POST api/Busi/Order/SP_YD_EX/Query/ByProcedure
Request Information
URI Parameters
None.
Body Parameters
Sp_Yd_ExDataByProcedureParm| Name | Description | Type | Additional information |
|---|---|---|---|
| startdate |
预定起始日期 |
string |
Required Max length: 8 |
| enddate |
预定截止日期 |
string |
Required Max length: 8 |
| pageindex |
页下标 |
integer |
None. |
| pagesize |
页大小 |
integer |
None. |
| effectstartdate |
预定生效起始日期 |
string |
Max length: 8 |
| effectenddate |
预定生效截止日期 |
string |
Max length: 8 |
| billnum |
售票单号 |
string |
Max length: 20 |
| ticketstatus |
门票状态 |
string |
Max length: 1 |
| ordernum |
预订单号 |
string |
Max length: 20 |
| orderstatus |
预定状态 |
string |
Max length: 1 |
| phonenum |
电话 |
string |
Max length: 11 |
| name |
姓名 |
string |
Max length: 50 |
| identitycode |
证件号 |
string |
Max length: 30 |
| senderid |
第三方单号 |
string |
Max length: 200 |
| tradefrom |
交易来源 |
string |
Max length: 1 |
| paymentid |
付款方式ID |
string |
Max length: 2 |
| memberid |
会员ID |
integer |
None. |
| customertype |
客户类型 |
string |
Max length: 1 |
| customerid |
客户ID |
string |
Max length: 36 |
| mplxids |
票型列表 |
string |
None. |
| memory |
备注 |
string |
Max length: 800 |
| teamid |
团队ID |
string |
Max length: 16 |
Request Formats
application/json, text/json
Sample:
{
"startdate": "sample string 1",
"enddate": "sample string 2",
"pageindex": 3,
"pagesize": 4,
"effectstartdate": "sample string 5",
"effectenddate": "sample string 6",
"billnum": "sample string 7",
"ticketstatus": "sample string 8",
"ordernum": "sample string 9",
"orderstatus": "sample string 10",
"phonenum": "sample string 11",
"name": "sample string 12",
"identitycode": "sample string 13",
"senderid": "sample string 14",
"tradefrom": "sample string 15",
"paymentid": "sample string 16",
"memberid": 17,
"customertype": "sample string 18",
"customerid": "sample string 19",
"mplxids": "sample string 20",
"memory": "sample string 21",
"teamid": "sample string 22"
}
application/xml, text/xml
Sample:
<Sp_Yd_ExDataByProcedureParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <billnum>sample string 7</billnum> <customerid>sample string 19</customerid> <customertype>sample string 18</customertype> <effectenddate>sample string 6</effectenddate> <effectstartdate>sample string 5</effectstartdate> <enddate>sample string 2</enddate> <identitycode>sample string 13</identitycode> <memberid>17</memberid> <memory>sample string 21</memory> <mplxids>sample string 20</mplxids> <name>sample string 12</name> <ordernum>sample string 9</ordernum> <orderstatus>sample string 10</orderstatus> <pageindex>3</pageindex> <pagesize>4</pagesize> <paymentid>sample string 16</paymentid> <phonenum>sample string 11</phonenum> <senderid>sample string 14</senderid> <startdate>sample string 1</startdate> <teamid>sample string 22</teamid> <ticketstatus>sample string 8</ticketstatus> <tradefrom>sample string 15</tradefrom> </Sp_Yd_ExDataByProcedureParm>
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
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.