GET api/MallOrder/GetAllDeliveryFastInfos

后台 - 获取全部收货员信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取全部收货员信息

Collection of mh163k_Mall_DeliveryFastInfo
NameDescriptionTypeAdditional information
Id

信息标识

integer

None.

DeliveryMan

快递员名称

string

None.

Contact

联系方式

string

None.

DataStatus

数据状态

StatusType

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfmh163k_Mall_DeliveryFastInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <mh163k_Mall_DeliveryFastInfo>
    <Contact>sample string 3</Contact>
    <DataStatus>Effective</DataStatus>
    <DeliveryMan>sample string 2</DeliveryMan>
    <Id>1</Id>
  </mh163k_Mall_DeliveryFastInfo>
  <mh163k_Mall_DeliveryFastInfo>
    <Contact>sample string 3</Contact>
    <DataStatus>Effective</DataStatus>
    <DeliveryMan>sample string 2</DeliveryMan>
    <Id>1</Id>
  </mh163k_Mall_DeliveryFastInfo>
</ArrayOfmh163k_Mall_DeliveryFastInfo>