POST api/store/takebacklist
分页获已提货列表(true:客户下单;false:基地提货),仅自己仓库的数据,如果同个单,自己仓库已经提货,分配的其他仓库未提货,也会显示在列表中,而且详情项只显示自己仓库。 otherdata:开始时间,thirddata:结束时间 3.68秒
Request Information
URI Parameters
None.
Body Parameters
ApiPageOfBooleanAndNullableOfDateTimeAndNullableOfDateTime| Name | Description | Type | Additional information |
|---|---|---|---|
| thirddata | date |
None. |
|
| otherdata | date |
None. |
|
| data | boolean |
None. |
|
| PageIndex |
页面起始项的索引,如{PageIndex=0,PageSize=10}:取0~9项(前十项);{PageIndex=10,PageSize=10}:取10~19项 |
integer |
None. |
| PageSize |
获取数量 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"thirddata": "2025-12-26T20:11:55.507418+08:00",
"otherdata": "2025-12-26T20:11:55.507418+08:00",
"data": true,
"PageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<ApiPageOfbooleanNullableOfdateTimeNullableOfdateTime_PzBnHPUQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Request"> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <data>true</data> <otherdata>2025-12-26T20:11:55.507418+08:00</otherdata> <thirddata>2025-12-26T20:11:55.507418+08:00</thirddata> </ApiPageOfbooleanNullableOfdateTimeNullableOfdateTime_PzBnHPUQ>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponsePageOfListOfStoreGetPickedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| isLastPage | boolean |
None. |
|
| totalItem | integer |
None. |
|
| data | Collection of StoreGetPickedModel |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isLastPage": true,
"totalItem": 2,
"data": [
{
"No": "sample string 1",
"PickedTime": "2025-12-26T20:11:55.507418+08:00",
"IsOrder": true,
"DriverName": "sample string 3",
"Items": [
{
"Title": "sample string 1",
"VenderName": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"Price": 6.0
},
{
"Title": "sample string 1",
"VenderName": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"Price": 6.0
}
],
"CustomerName": "sample string 4",
"CustomerAddress": "sample string 5",
"CustomerPhoneNumber": "sample string 6",
"CreateTime": "2025-12-26T20:11:55.507418+08:00",
"ReachTime": "2025-12-26T20:11:55.507418+08:00",
"OverTime": "2025-12-26T20:11:55.507418+08:00"
},
{
"No": "sample string 1",
"PickedTime": "2025-12-26T20:11:55.507418+08:00",
"IsOrder": true,
"DriverName": "sample string 3",
"Items": [
{
"Title": "sample string 1",
"VenderName": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"Price": 6.0
},
{
"Title": "sample string 1",
"VenderName": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"Price": 6.0
}
],
"CustomerName": "sample string 4",
"CustomerAddress": "sample string 5",
"CustomerPhoneNumber": "sample string 6",
"CreateTime": "2025-12-26T20:11:55.507418+08:00",
"ReachTime": "2025-12-26T20:11:55.507418+08:00",
"OverTime": "2025-12-26T20:11:55.507418+08:00"
}
],
"errcode": "sample string 3",
"errmsg": "sample string 4"
}
application/xml, text/xml
Sample:
<ResponsePageOfArrayOfStoreGetPickedModelUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 3</errcode>
<errmsg>sample string 4</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d2p1:StoreGetPickedModel>
<d2p1:CreateTime>2025-12-26T20:11:55.507418+08:00</d2p1:CreateTime>
<d2p1:CustomerAddress>sample string 5</d2p1:CustomerAddress>
<d2p1:CustomerName>sample string 4</d2p1:CustomerName>
<d2p1:CustomerPhoneNumber>sample string 6</d2p1:CustomerPhoneNumber>
<d2p1:DriverName>sample string 3</d2p1:DriverName>
<d2p1:IsOrder>true</d2p1:IsOrder>
<d2p1:Items>
<d2p1:StoreGetPickedItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:Price>6</d2p1:Price>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:Title>sample string 1</d2p1:Title>
<d2p1:VenderName>sample string 2</d2p1:VenderName>
</d2p1:StoreGetPickedItemModel>
<d2p1:StoreGetPickedItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:Price>6</d2p1:Price>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:Title>sample string 1</d2p1:Title>
<d2p1:VenderName>sample string 2</d2p1:VenderName>
</d2p1:StoreGetPickedItemModel>
</d2p1:Items>
<d2p1:No>sample string 1</d2p1:No>
<d2p1:OverTime>2025-12-26T20:11:55.507418+08:00</d2p1:OverTime>
<d2p1:PickedTime>2025-12-26T20:11:55.507418+08:00</d2p1:PickedTime>
<d2p1:ReachTime>2025-12-26T20:11:55.507418+08:00</d2p1:ReachTime>
</d2p1:StoreGetPickedModel>
<d2p1:StoreGetPickedModel>
<d2p1:CreateTime>2025-12-26T20:11:55.507418+08:00</d2p1:CreateTime>
<d2p1:CustomerAddress>sample string 5</d2p1:CustomerAddress>
<d2p1:CustomerName>sample string 4</d2p1:CustomerName>
<d2p1:CustomerPhoneNumber>sample string 6</d2p1:CustomerPhoneNumber>
<d2p1:DriverName>sample string 3</d2p1:DriverName>
<d2p1:IsOrder>true</d2p1:IsOrder>
<d2p1:Items>
<d2p1:StoreGetPickedItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:Price>6</d2p1:Price>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:Title>sample string 1</d2p1:Title>
<d2p1:VenderName>sample string 2</d2p1:VenderName>
</d2p1:StoreGetPickedItemModel>
<d2p1:StoreGetPickedItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:Price>6</d2p1:Price>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:Title>sample string 1</d2p1:Title>
<d2p1:VenderName>sample string 2</d2p1:VenderName>
</d2p1:StoreGetPickedItemModel>
</d2p1:Items>
<d2p1:No>sample string 1</d2p1:No>
<d2p1:OverTime>2025-12-26T20:11:55.507418+08:00</d2p1:OverTime>
<d2p1:PickedTime>2025-12-26T20:11:55.507418+08:00</d2p1:PickedTime>
<d2p1:ReachTime>2025-12-26T20:11:55.507418+08:00</d2p1:ReachTime>
</d2p1:StoreGetPickedModel>
</data>
<isLastPage>true</isLastPage>
<totalItem>2</totalItem>
</ResponsePageOfArrayOfStoreGetPickedModelUJ8Augit>