PUT api/MKTH/SettingPricelist/UpdateStandardPrice/{model_group_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
model_group_id

integer

Required

Body Parameters

m_PriceGroup
NameDescriptionTypeAdditional information
sex

string

Required

standard_price

boolean

Required

size

string

String length: inclusive between 0 and 100

price

decimal number

Required

Request Formats

application/json, text/json

Sample:
{
  "sex": "sample string 1",
  "standard_price": true,
  "size": "sample string 3",
  "price": 4.0
}

application/xml, text/xml

Sample:
<m_PriceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH">
  <price>4</price>
  <sex>sample string 1</sex>
  <size>sample string 3</size>
  <standard_price>true</standard_price>
</m_PriceGroup>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.