GET api/MallOrder/GetRecentUsedShipper?top={top}
获取最近使用的快递公司
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| top | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
获取最近使用的快递公司
Collection of mh163k_Express_Shippers| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
货运商标识 |
integer |
None. |
| Name |
货运商名称 |
string |
None. |
| KdNiaoCode |
快递鸟标识 |
string |
None. |
| Kd100Code |
快递100标识 |
string |
None. |
| FrontLetterCategory |
首字母标识分组 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Express_Shippers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Express">
<mh163k_Express_Shippers>
<FrontLetterCategory>sample string 5</FrontLetterCategory>
<Id>1</Id>
<Kd100Code>sample string 4</Kd100Code>
<KdNiaoCode>sample string 3</KdNiaoCode>
<Name>sample string 2</Name>
</mh163k_Express_Shippers>
<mh163k_Express_Shippers>
<FrontLetterCategory>sample string 5</FrontLetterCategory>
<Id>1</Id>
<Kd100Code>sample string 4</Kd100Code>
<KdNiaoCode>sample string 3</KdNiaoCode>
<Name>sample string 2</Name>
</mh163k_Express_Shippers>
</ArrayOfmh163k_Express_Shippers>