SOAP API methode InterestCondition_update
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| 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? |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| interestcondition | Structure of type 'interestcondition' | All properties of the now updated interestcondition |
Structuur 'interestcondition'
| Naam | Type | Beschrijving |
|---|---|---|
| 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? |