POST api/ManagerPublic/SettingHot/Update?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SettingProductHotBinddingModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.