PUT api/MKTH/SettingCondition/UpdateCondition/{cdt_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cdt_id | integer |
Required |
Body Parameters
m_Conditions| Name | Description | Type | Additional information |
|---|---|---|---|
| cdt_comment | string |
String length: inclusive between 0 and 50 |
|
| cdt_type | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"cdt_comment": "sample string 1",
"cdt_type": true
}
application/xml, text/xml
Sample:
<m_Conditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH"> <cdt_comment>sample string 1</cdt_comment> <cdt_type>true</cdt_type> </m_Conditions>
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.