POST api/vender/takeback/list

获取当前基地提货列表。0申请中;1取消;2预约成功;4已提货;

Request Information

URI Parameters

None.

Body Parameters

ApiPageOfTakeBackState
NameDescriptionTypeAdditional information
data

TakeBackState

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:
{
  "data": 0,
  "PageIndex": 1,
  "PageSize": 2
}

application/xml, text/xml

Sample:
<ApiPageOfTakeBackStatedM4wmcXa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Request">
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <data>Requested</data>
</ApiPageOfTakeBackStatedM4wmcXa>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseCountPageOfListOfTakeBackDetailListModel
NameDescriptionTypeAdditional information
totalCount

integer

None.

totalPrice

decimal number

None.

isLastPage

boolean

None.

totalItem

integer

None.

data

Collection of TakeBackDetailListModel

None.

errcode

错误码,默认为成功:SUCCESS

string

None.

errmsg

错误信息,默认为:成功

string

None.

Response Formats

application/json, text/json

Sample:
{
  "totalCount": 1,
  "totalPrice": 2.0,
  "isLastPage": true,
  "totalItem": 4,
  "data": [
    {
      "Id": 1,
      "TakeBackNo": "sample string 2",
      "StockTime": "2025-12-26T20:13:53.4727479+08:00",
      "TotalCount": 4,
      "Items": [
        {
          "Id": 1,
          "ProductVarietyName": "sample string 2",
          "ProductClassName": "sample string 3",
          "RespositoryName": "sample string 4",
          "Count": 5,
          "TakeBackState": 0
        },
        {
          "Id": 1,
          "ProductVarietyName": "sample string 2",
          "ProductClassName": "sample string 3",
          "RespositoryName": "sample string 4",
          "Count": 5,
          "TakeBackState": 0
        }
      ]
    },
    {
      "Id": 1,
      "TakeBackNo": "sample string 2",
      "StockTime": "2025-12-26T20:13:53.4727479+08:00",
      "TotalCount": 4,
      "Items": [
        {
          "Id": 1,
          "ProductVarietyName": "sample string 2",
          "ProductClassName": "sample string 3",
          "RespositoryName": "sample string 4",
          "Count": 5,
          "TakeBackState": 0
        },
        {
          "Id": 1,
          "ProductVarietyName": "sample string 2",
          "ProductClassName": "sample string 3",
          "RespositoryName": "sample string 4",
          "Count": 5,
          "TakeBackState": 0
        }
      ]
    }
  ],
  "errcode": "sample string 5",
  "errmsg": "sample string 6"
}

application/xml, text/xml

Sample:
<ResponseCountPageOfArrayOfTakeBackDetailListModelUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
  <errcode>sample string 5</errcode>
  <errmsg>sample string 6</errmsg>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
    <d2p1:TakeBackDetailListModel>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Items>
        <d2p1:TakeBackDetailListItemModel>
          <d2p1:Count>5</d2p1:Count>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:ProductClassName>sample string 3</d2p1:ProductClassName>
          <d2p1:ProductVarietyName>sample string 2</d2p1:ProductVarietyName>
          <d2p1:RespositoryName>sample string 4</d2p1:RespositoryName>
          <d2p1:TakeBackState>Requested</d2p1:TakeBackState>
        </d2p1:TakeBackDetailListItemModel>
        <d2p1:TakeBackDetailListItemModel>
          <d2p1:Count>5</d2p1:Count>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:ProductClassName>sample string 3</d2p1:ProductClassName>
          <d2p1:ProductVarietyName>sample string 2</d2p1:ProductVarietyName>
          <d2p1:RespositoryName>sample string 4</d2p1:RespositoryName>
          <d2p1:TakeBackState>Requested</d2p1:TakeBackState>
        </d2p1:TakeBackDetailListItemModel>
      </d2p1:Items>
      <d2p1:StockTime>2025-12-26T20:13:53.4727479+08:00</d2p1:StockTime>
      <d2p1:TakeBackNo>sample string 2</d2p1:TakeBackNo>
      <d2p1:TotalCount>4</d2p1:TotalCount>
    </d2p1:TakeBackDetailListModel>
    <d2p1:TakeBackDetailListModel>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Items>
        <d2p1:TakeBackDetailListItemModel>
          <d2p1:Count>5</d2p1:Count>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:ProductClassName>sample string 3</d2p1:ProductClassName>
          <d2p1:ProductVarietyName>sample string 2</d2p1:ProductVarietyName>
          <d2p1:RespositoryName>sample string 4</d2p1:RespositoryName>
          <d2p1:TakeBackState>Requested</d2p1:TakeBackState>
        </d2p1:TakeBackDetailListItemModel>
        <d2p1:TakeBackDetailListItemModel>
          <d2p1:Count>5</d2p1:Count>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:ProductClassName>sample string 3</d2p1:ProductClassName>
          <d2p1:ProductVarietyName>sample string 2</d2p1:ProductVarietyName>
          <d2p1:RespositoryName>sample string 4</d2p1:RespositoryName>
          <d2p1:TakeBackState>Requested</d2p1:TakeBackState>
        </d2p1:TakeBackDetailListItemModel>
      </d2p1:Items>
      <d2p1:StockTime>2025-12-26T20:13:53.4727479+08:00</d2p1:StockTime>
      <d2p1:TakeBackNo>sample string 2</d2p1:TakeBackNo>
      <d2p1:TotalCount>4</d2p1:TotalCount>
    </d2p1:TakeBackDetailListModel>
  </data>
  <isLastPage>true</isLastPage>
  <totalItem>4</totalItem>
  <totalCount>1</totalCount>
  <totalPrice>2</totalPrice>
</ResponseCountPageOfArrayOfTakeBackDetailListModelUJ8Augit>