SOAP API method MiniViewCondition_update
Parameters
| Name | Type | Description |
|---|---|---|
| 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? |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| miniviewcondition | Structure of type 'miniviewcondition' | All properties of the now updated miniviewcondition |
Structure 'miniviewcondition'
| Name | Type | Description |
|---|---|---|
| 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? |