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