POST api/products/consult
添加咨询
Request Information
URI Parameters
None.
Body Parameters
ProductConsult| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId |
产品ID |
string |
None. |
| Content |
咨询内容 |
string |
None. |
| UserId |
用户Id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductId": "sample string 1",
"Content": "sample string 2",
"UserId": "sample string 3"
}
application/xml, text/xml
Sample:
<ProductConsult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Waiter.Mall.Apis.Models"> <Content>sample string 2</Content> <ProductId>sample string 1</ProductId> <UserId>sample string 3</UserId> </ProductConsult>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.