POST api/CustomerService/PlaceAnOrder

客服下订单

Request Information

URI Parameters

None.

Body Parameters

CSDOrderInsertParameter
NameDescriptionTypeAdditional information
OrderInsertList

下单参数列表,json数据:

string

None.

CsdId

用户编号

string

None.

token

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderInsertList": "sample string 1",
  "CsdId": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<CSDOrderInsertParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.CustomerServiceModels">
  <CsdId>sample string 2</CsdId>
  <OrderInsertList>sample string 1</OrderInsertList>
  <token>sample string 3</token>
</CSDOrderInsertParameter>

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

Response Information

Resource Description

客服下订单

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.