SOAP API methode Rule_update
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| name * | string | The name of the rule. |
| inversed * | boolean | Is this rule an inversed rule? |
| disabled * | boolean | Is this rule disabled? |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| rule | Structure of type 'rule' | All properties of the now updated rule |
Structuur 'rule'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the rule. |
| name | string | The name of the rule. |
| inversed | boolean | Is this rule an inversed rule? |
| disabled | boolean | Is this rule disabled? |