GET api/DrawBack/GetDrawBackOrderProfit?pageIndex={pageIndex}&pageSize={pageSize}&begin={begin}&end={end}&shortName={shortName}&isAll={isAll}
获取退税订单业绩
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| begin | date |
None. |
|
| end | date |
None. |
|
| shortName | string |
Default value is |
|
| isAll |
0.查看个人 1.查看所有 |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
InfoResultOfPagerSourceOfDrawBackOrderProfitDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PagerSourceOfDrawBackOrderProfitDto |
None. |
|
| IsSuccess |
是否成功:true:成功,false:失败 |
boolean |
None. |
| Msg |
返回消息 |
string |
None. |
| Extra |
特定信息 |
string |
None. |
| Code |
内部代码:[成功 000000|失败 000001|未登陆/未授权 000002] |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"OrderNo": "sample string 1",
"OrderDate": "2026-03-25 07:21:59",
"ShortName": "sample string 2",
"GrossProfit": 1.0,
"Profit": 1.0
},
{
"OrderNo": "sample string 1",
"OrderDate": "2026-03-25 07:21:59",
"ShortName": "sample string 2",
"GrossProfit": 1.0,
"Profit": 1.0
}
],
"PageIndex": 1,
"PageSize": 2,
"RecordCount": 3,
"PageCount": 4
},
"IsSuccess": true,
"Msg": "sample string 2",
"Extra": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<InfoResultOfPagerSourceOfDrawBackOrderProfitDto8taVmWcUom1kJJU9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
<Code>sample string 4</Code>
<Extra>sample string 3</Extra>
<IsSuccess>true</IsSuccess>
<Msg>sample string 2</Msg>
<Data>
<PageCount>4</PageCount>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<RecordCount>3</RecordCount>
<Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
<d3p1:DrawBackOrderProfitDto>
<d3p1:GrossProfit>1</d3p1:GrossProfit>
<d3p1:OrderDate>2026-03-25T07:21:59.0057751+08:00</d3p1:OrderDate>
<d3p1:OrderNo>sample string 1</d3p1:OrderNo>
<d3p1:Profit>1</d3p1:Profit>
<d3p1:ShortName>sample string 2</d3p1:ShortName>
</d3p1:DrawBackOrderProfitDto>
<d3p1:DrawBackOrderProfitDto>
<d3p1:GrossProfit>1</d3p1:GrossProfit>
<d3p1:OrderDate>2026-03-25T07:21:59.0057751+08:00</d3p1:OrderDate>
<d3p1:OrderNo>sample string 1</d3p1:OrderNo>
<d3p1:Profit>1</d3p1:Profit>
<d3p1:ShortName>sample string 2</d3p1:ShortName>
</d3p1:DrawBackOrderProfitDto>
</Data>
</Data>
</InfoResultOfPagerSourceOfDrawBackOrderProfitDto8taVmWcUom1kJJU9>