GET api/Express/GetShipperPagedList?Letter={Letter}&Type={Type}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

分页获取快递支持公司

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Letter

首字母

character

None.

Type

公司类型

ExpressProviderType

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

分页获取快递支持公司

PagedOfmh163k_Express_ShipperSpec
NameDescriptionTypeAdditional information
Data

Collection of mh163k_Express_ShipperSpec

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

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