POST api/WebInterface/Tax/GetOrderList
获取需要开票的订单信息列表
Request Information
URI Parameters
None.
Body Parameters
GetOrderListByNumberParm| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketcode |
门票卡号加密后得到的base64编码值 |
string |
None. |
| identifycode |
证件号 |
string |
None. |
| dwlx |
单位类型 |
string |
None. |
| dwid |
单位ID |
string |
None. |
| pageindex |
页下标 |
integer |
None. |
| pagesize |
页大小 |
integer |
None. |
| webyhm |
网络账户名 |
string |
None. |
| guidernum |
导游证号 |
string |
None. |
| memberid |
个人会员ID |
integer |
None. |
| startdate |
开始日期 |
string |
None. |
| enddate |
截止日期 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketcode": "sample string 1",
"identifycode": "sample string 2",
"dwlx": "sample string 3",
"dwid": "sample string 4",
"pageindex": 5,
"pagesize": 6,
"webyhm": "sample string 7",
"guidernum": "sample string 8",
"memberid": 9,
"startdate": "sample string 10",
"enddate": "sample string 11"
}
application/xml, text/xml
Sample:
<GetOrderListByNumberParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface"> <dwid>sample string 4</dwid> <dwlx>sample string 3</dwlx> <enddate>sample string 11</enddate> <guidernum>sample string 8</guidernum> <identifycode>sample string 2</identifycode> <memberid>9</memberid> <pageindex>5</pageindex> <pagesize>6</pagesize> <startdate>sample string 10</startdate> <ticketcode>sample string 1</ticketcode> <webyhm>sample string 7</webyhm> </GetOrderListByNumberParm>
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
获取需要开票的订单信息列表
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTaxOrderListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | SimplePageDataWithNoCountResultOfTaxOrderListResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"pageIndex": 1,
"pageSize": 2,
"hasMorePages": "sample string 3",
"records": [
{
"orderid": "sample string 1",
"orderdate": "sample string 2",
"sellbillnum": "sample string 3",
"hasinvoice": true,
"refundcount": 5,
"totalcount": 6,
"overduecount": 7,
"normalcount": 8,
"busifrom": "sample string 9"
},
{
"orderid": "sample string 1",
"orderdate": "sample string 2",
"sellbillnum": "sample string 3",
"hasinvoice": true,
"refundcount": 5,
"totalcount": 6,
"overduecount": 7,
"normalcount": 8,
"busifrom": "sample string 9"
}
]
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTaxOrderListResult90Z6Xn9GrCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag>
<hasMorePages>sample string 3</hasMorePages>
<pageIndex>1</pageIndex>
<pageSize>2</pageSize>
<records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface">
<d3p1:TaxOrderListResult>
<d3p1:busifrom>sample string 9</d3p1:busifrom>
<d3p1:hasinvoice>true</d3p1:hasinvoice>
<d3p1:normalcount>8</d3p1:normalcount>
<d3p1:orderdate>sample string 2</d3p1:orderdate>
<d3p1:orderid>sample string 1</d3p1:orderid>
<d3p1:overduecount>7</d3p1:overduecount>
<d3p1:refundcount>5</d3p1:refundcount>
<d3p1:sellbillnum>sample string 3</d3p1:sellbillnum>
<d3p1:totalcount>6</d3p1:totalcount>
</d3p1:TaxOrderListResult>
<d3p1:TaxOrderListResult>
<d3p1:busifrom>sample string 9</d3p1:busifrom>
<d3p1:hasinvoice>true</d3p1:hasinvoice>
<d3p1:normalcount>8</d3p1:normalcount>
<d3p1:orderdate>sample string 2</d3p1:orderdate>
<d3p1:orderid>sample string 1</d3p1:orderid>
<d3p1:overduecount>7</d3p1:overduecount>
<d3p1:refundcount>5</d3p1:refundcount>
<d3p1:sellbillnum>sample string 3</d3p1:sellbillnum>
<d3p1:totalcount>6</d3p1:totalcount>
</d3p1:TaxOrderListResult>
</records>
</tag>
</CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTaxOrderListResult90Z6Xn9GrCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.