GET api/Express/GetShipperList?Letter={Letter}&Type={Type}&PageSize={PageSize}&Search={Search}&PageID={PageID}

获取快递支持公司

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Letter

首字母

character

None.

Type

公司类型

ExpressProviderType

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取快递支持公司

Collection of mh163k_Express_ShipperSpec
NameDescriptionTypeAdditional information
Id

货运商标识

integer

None.

Name

货运商名称

string

None.

ShipperCode

快递鸟标识

string

None.

FrontLetterCategory

首字母标识分组

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfmh163k_Express_ShipperSpec xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Express">
  <mh163k_Express_ShipperSpec>
    <FrontLetterCategory>sample string 4</FrontLetterCategory>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <ShipperCode>sample string 3</ShipperCode>
  </mh163k_Express_ShipperSpec>
  <mh163k_Express_ShipperSpec>
    <FrontLetterCategory>sample string 4</FrontLetterCategory>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <ShipperCode>sample string 3</ShipperCode>
  </mh163k_Express_ShipperSpec>
</ArrayOfmh163k_Express_ShipperSpec>