SOAP API methode FieldCondition_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
comparison * | string | The comparison type, valid values are: 'equals', 'not equals', 'contains', |
value * | string | The value that the field is compared with. |
numericComparison * | boolean | Is the comparison done numeric or not |
disabled * | boolean | Is this condition disabled? |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
fieldcondition | Structure of type 'fieldcondition' | All properties of the now updated fieldcondition |
Structuur 'fieldcondition'
Naam | Type | Beschrijving |
---|---|---|
comparison | string | The comparison type, valid values are: 'equals', 'not equals', 'contains', |
value | string | The value that the field is compared with. |
numericComparison | boolean | Is the comparison done numeric or not |
id | int | The ID of the condition. |
type | string | The type of the condition. |
disabled | boolean | Is this condition disabled? |