PUT api/CommercialInvoice/SettingPricelist/UpdateStandardPriceModel/{model_group_id}/{model}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| model_group_id | integer |
Required |
|
| model | string |
Required |
Body Parameters
m_PriceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| standard_price | boolean |
Required |
|
| size | string |
String length: inclusive between 0 and 100 |
|
| price | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"standard_price": true,
"size": "sample string 2",
"price": 3.0
}
application/xml, text/xml
Sample:
<m_PriceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH"> <price>3</price> <size>sample string 2</size> <standard_price>true</standard_price> </m_PriceModel>
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.