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