POST api/MallOrder/AddDeliveryManInfo

后台 - 给订单增加快递信息(配送小哥送货上门)

Request Information

URI Parameters

None.

Body Parameters

MallDeliveryAdminAddManDto
NameDescriptionTypeAdditional information
OrderId

订单标识

integer

None.

DeliveryManName

送货小哥姓名

string

None.

DeliveryContact

送货小哥联系方式

string

None.

DeliveryWillAt

预计送达时间

string

None.

OrderNumber

订单号

string

None.

Request 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:
<MallDeliveryAdminAddManDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Delivery">
  <DeliveryContact>sample string 3</DeliveryContact>
  <DeliveryManName>sample string 2</DeliveryManName>
  <DeliveryWillAt>sample string 4</DeliveryWillAt>
  <OrderId>1</OrderId>
  <OrderNumber>sample string 5</OrderNumber>
</MallDeliveryAdminAddManDto>

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 'MallDeliveryAdminAddManDto'.

Response Information

Resource Description

后台 - 给订单增加快递信息(配送小哥送货上门)

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />