SOAP API method InterestCondition_update
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is updated | 
| matchmode * | string | The matchmode of the interestcondition. | 
| interestgroup * | string | The interestgroup of the condition. | 
| disabled * | boolean | Is this condition disabled? | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| interestcondition | Structure of type 'interestcondition' | All properties of the now updated interestcondition | 
Structure 'interestcondition'
| Name | Type | Description | 
|---|---|---|
| matchmode | string | The matchmode of the interestcondition. | 
| interestgroup | string | The interestgroup of the condition. | 
| id | int | The ID of the condition. | 
| type | string | The type of the condition. | 
| disabled | boolean | Is this condition disabled? |