SOAP API methode ChangeMiniCondition_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 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? |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| changeminicondition | Structure of type 'changeminicondition' | All properties of the now updated changeminicondition |
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 'beforemutation'
| 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 'changeminicondition'
| Naam | Type | Beschrijving |
|---|---|---|
| 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? |