POST api/BBS/SendgGoodsTypeWarn
发送商品类别提示信息
Request Information
URI Parameters
None.
Body Parameters
SendgGoodsTypeWarnInput| Name | Description | Type | Additional information |
|---|---|---|---|
| goods_name |
商品名称 |
string |
None. |
| goods_type |
商品类别 |
string |
None. |
| complate_time |
预计完成时间 |
string |
None. |
| remark |
备注 |
string |
None. |
| user_id |
当前登录者Id |
string |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"goods_name": "sample string 1",
"goods_type": "sample string 2",
"complate_time": "sample string 3",
"remark": "sample string 4",
"user_id": "sample string 5",
"token": "sample string 6"
}
application/xml, text/xml
Sample:
<SendgGoodsTypeWarnInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.Post"> <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 6</token> <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 5</user_id> <complate_time>sample string 3</complate_time> <goods_name>sample string 1</goods_name> <goods_type>sample string 2</goods_type> <remark>sample string 4</remark> </SendgGoodsTypeWarnInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
发送商品类别提示信息
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |