SOAP API methode ChangeCondition_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
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? |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
changecondition | Structure of type 'changecondition' | All properties of the now updated changecondition |
Structuur 'aftermutation'
Naam | Type | Beschrijving |
---|---|---|
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 |
Structuur 'beforeinterval'
Naam | Type | Beschrijving |
---|---|---|
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 |
Structuur 'changecondition'
Naam | Type | Beschrijving |
---|---|---|
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? |