SOAP API method ChangeMiniCondition_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
changetype * | string | The changetype of the changecondition. |
aftertime * | timestamp | The aftertime of the changeminicondition. |
aftermutation * | Structure of type 'aftermutation' | The aftermutation of the changeminicondition. |
beforetime * | timestamp | The beforetime of the changeminicondition. |
beforemutation * | Structure of type 'beforemutation' | The before mutation of the changeminicondition. |
disabled * | boolean | Is this minicondition disabled? |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
changeminicondition | Structure of type 'changeminicondition' | All properties of the now updated changeminicondition |
Structure 'aftermutation'
Name | Type | Description |
---|---|---|
type | string | The type of the datemutation. |
count | int | The count of the datemutation. |
unit | string | The unit of the datemutation. |
floorTo | string | The unit by which this mutation should be rounded |
Structure 'beforemutation'
Name | Type | Description |
---|---|---|
type | string | The type of the datemutation. |
count | int | The count of the datemutation. |
unit | string | The unit of the datemutation. |
floorTo | string | The unit by which this mutation should be rounded |
Structure 'changeminicondition'
Name | Type | Description |
---|---|---|
changetype | string | The changetype of the changecondition. |
aftertime | timestamp | The aftertime of the changeminicondition. |
aftermutation | DateMutation | The aftermutation of the changeminicondition. |
beforetime | timestamp | The beforetime of the changeminicondition. |
beforemutation | DateMutation | The before mutation of the changeminicondition. |
id | int | The ID of the minicondition. |
type | string | The type of the minicondition. |
disabled | boolean | Is this minicondition disabled? |