POST api/ManagerPublic/SettingHot/Insert
Request Information
URI Parameters
None.
Body Parameters
SettingProductHotBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductDemand | integer |
None. |
|
| Title | string |
None. |
|
| Price | decimal number |
None. |
|
| Location | string |
None. |
|
| IsUse | boolean |
None. |
|
| IsSale | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"productDemand": 1,
"title": "sample string 2",
"price": 3.0,
"location": "sample string 4",
"isUse": true,
"isSale": true
}
application/xml, text/xml
Sample:
<SettingProductHotBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models"> <IsSale>true</IsSale> <IsUse>true</IsUse> <Location>sample string 4</Location> <Price>3</Price> <ProductDemand>1</ProductDemand> <Title>sample string 2</Title> </SettingProductHotBinddingModel>
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.