SOAP API method ConstraintRuleValueCondition_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
field * | string | The field this condition operates on |
value * | string | The value the field must match |
matchMode * | string | Get the match mode of the condition |
numericComparison * | boolean | Is the comparison done numeric or not |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
constraintrulevaluecondition | Structure of type 'constraintrulevaluecondition' | All properties of the now updated constraintrulevaluecondition |
Structure 'constraintrulevaluecondition'
Name | Type | Description |
---|---|---|
field | string | The field this condition operates on |
value | string | The value the field must match |
matchMode | string | Get the match mode of the condition |
numericComparison | boolean | Is the comparison done numeric or not |
id | int | The ID of the condition. |
type | string | The type of the condition. |