SOAP API methode DatabaseConstraintRule_condition
Beschrijving
A single condition of this constraint rule.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | int | Unique identifier (id) of the object DatabaseConstraintRule. The method only applies to the databaseconstraintrule with this id. |
| type * | string | Type of condition |
| identifier * | int | ID of the condition |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| constraintrulevaluecondition | Structure of type 'constraintrulevaluecondition' | |
| constraintrulenondoublecondition | Structure of type 'constraintrulenondoublecondition' | |
| databaseconstraintrulevaluecondition | Structure of type 'databaseconstraintrulevaluecondition' |
Structuur 'login'
| Naam | Type | Beschrijving |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structuur 'constraintrulevaluecondition'
| Naam | Type | Beschrijving |
|---|---|---|
| field | string | The field this condition operates on |
| value | string | The value the field must match |
| matchMode | string | Get the match mode of the condition |
| numericComparison | boolean | Is the comparison done numeric or not |
| id | int | The ID of the condition. |
| type | string | The type of the condition. |
Structuur 'constraintrulenondoublecondition'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the condition. |
| type | string | The type of the condition. |
Structuur 'databaseconstraintrulevaluecondition'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the condition. |
| type | string | The type of the condition. |