PUT api/MKTH/SettingPricelist/UpdateStandardPrice/{model_group_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| model_group_id | integer |
Required |
Body Parameters
m_PriceGroup| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.