SOAP API method DateCondition_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| aftertime * | timestamp | The 'after' time of the date condition. |
| aftermutation * | Structure of type 'aftermutation' | The variable time after which the chosen field must be. |
| beforetime * | timestamp | The 'before' time of the date condition. |
| beforemutation * | Structure of type 'beforemutation' | The variable time before which the chosen field must be. |
| comparemode * | string | The compare mode of the datecondition. |
| disabled * | boolean | Is this condition disabled? |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| datecondition | Structure of type 'datecondition' | All properties of the now updated datecondition |
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 'datecondition'
| Name | Type | Description |
|---|---|---|
| aftertime | timestamp | The 'after' time of the date condition. |
| aftermutation | DateMutation | The variable time after which the chosen field must be. |
| beforetime | timestamp | The 'before' time of the date condition. |
| beforemutation | DateMutation | The variable time before which the chosen field must be. |
| comparemode | string | The compare mode of the datecondition. |
| id | int | The ID of the condition. |
| type | string | The type of the condition. |
| disabled | boolean | Is this condition disabled? |