GET api/vender/takeback/detail?id={id}&takeBackState={takeBackState}
获取订单详情.takeBackState:2提货中,4已提货
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| takeBackState | TakeBackState |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfTakeBackDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | TakeBackDetailModel |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"RequestTime": "2025-12-26T20:19:30.6831595+08:00",
"TakeBackNo": "sample string 2",
"TakeBackState": 0,
"StockTime": "2025-12-26T20:19:30.6831595+08:00",
"Items": [
{
"RepositoryName": "sample string 1",
"RepositoryAddress": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"StoreManagerPhone": "sample string 6",
"StoreManagerName": "sample string 7"
},
{
"RepositoryName": "sample string 1",
"RepositoryAddress": "sample string 2",
"ProductVarietyName": "sample string 3",
"ProductClassName": "sample string 4",
"Count": 5,
"StoreManagerPhone": "sample string 6",
"StoreManagerName": "sample string 7"
}
]
},
"errcode": "sample string 1",
"errmsg": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfTakeBackDetailModelUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 1</errcode>
<errmsg>sample string 2</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d2p1:Items>
<d2p1:TakeBackDetailItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:RepositoryAddress>sample string 2</d2p1:RepositoryAddress>
<d2p1:RepositoryName>sample string 1</d2p1:RepositoryName>
<d2p1:StoreManagerName>sample string 7</d2p1:StoreManagerName>
<d2p1:StoreManagerPhone>sample string 6</d2p1:StoreManagerPhone>
</d2p1:TakeBackDetailItemModel>
<d2p1:TakeBackDetailItemModel>
<d2p1:Count>5</d2p1:Count>
<d2p1:ProductClassName>sample string 4</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:RepositoryAddress>sample string 2</d2p1:RepositoryAddress>
<d2p1:RepositoryName>sample string 1</d2p1:RepositoryName>
<d2p1:StoreManagerName>sample string 7</d2p1:StoreManagerName>
<d2p1:StoreManagerPhone>sample string 6</d2p1:StoreManagerPhone>
</d2p1:TakeBackDetailItemModel>
</d2p1:Items>
<d2p1:RequestTime>2025-12-26T20:19:30.6831595+08:00</d2p1:RequestTime>
<d2p1:StockTime>2025-12-26T20:19:30.6831595+08:00</d2p1:StockTime>
<d2p1:TakeBackNo>sample string 2</d2p1:TakeBackNo>
<d2p1:TakeBackState>Requested</d2p1:TakeBackState>
</data>
</ResponseOfTakeBackDetailModelUJ8Augit>