POST api/DeliveryPeriodConfig/GetAreaTreeList

物流实效列表

Request Information

URI Parameters

None.

Body Parameters

DeliveryPeriodConfigListInput
NameDescriptionTypeAdditional information
keys

关键字

string

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "keys": "sample string 1",
  "page": 2,
  "page_size": 3,
  "user_id": "sample string 4",
  "token": "sample string 5"
}

application/xml, text/xml

Sample:
<DeliveryPeriodConfigListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.DeliveryPeriodConfig">
  <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 5</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 4</user_id>
  <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">2</page>
  <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">3</page_size>
  <keys>sample string 1</keys>
</DeliveryPeriodConfigListInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeliveryPeriodConfigListInput'.

Response Information

Resource Description

物流实效列表

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.