PUT api/MKTH/SettingCondition/UpdateCondition/{cdt_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cdt_id

integer

Required

Body Parameters

m_Conditions
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_Conditions'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.