SOAP API methode MiniViewCondition_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
minsubprofiles * | int | The minimum number of subprofiles that should exists in the miniview. |
maxsubprofiles * | int | The maximum number of subprofiles that should exists in the miniview. |
disabled * | boolean | Is this condition disabled? |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
miniviewcondition | Structure of type 'miniviewcondition' | All properties of the now updated miniviewcondition |
Structuur 'miniviewcondition'
Naam | Type | Beschrijving |
---|---|---|
minsubprofiles | int | The minimum number of subprofiles that should exists in the miniview. |
maxsubprofiles | int | The maximum number of subprofiles that should exists in the miniview. |
id | int | The ID of the condition. |
type | string | The type of the condition. |
disabled | boolean | Is this condition disabled? |