Back to API references

SOAP API method ChangeCondition_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 changecondition.
aftermutation * Structure of type 'aftermutation' The aftermutation of the changecondition.
beforetime * timestamp The beforetime of the changecondition.
beforeinterval * Structure of type 'beforeinterval' The before mutation of the changecondition.
disabled * boolean Is this condition disabled?
* required parameters

Return values

Name Type Description
changecondition Structure of type 'changecondition' All properties of the now updated changecondition

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 'beforeinterval'

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 'changecondition'

Name Type Description
changetype string The changetype of the changecondition.
aftertime timestamp The aftertime of the changecondition.
aftermutation DateMutation The aftermutation of the changecondition.
beforetime timestamp The beforetime of the changecondition.
beforeinterval DateMutation The before mutation of the changecondition.
id int The ID of the condition.
type string The type of the condition.
disabled boolean Is this condition disabled?