SOAP API methode DateMiniCondition_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
aftertime * | timestamp | The 'after' time of the date minicondition. |
aftermutation * | Structure of type 'aftermutation' | Change the variable time before which the chosen field must be. |
beforetime * | timestamp | The 'before' time of the date minicondition. |
comparemode * | string | The compare mode of the dateminicondition. |
disabled * | boolean | Is this minicondition disabled? |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
dateminicondition | Structure of type 'dateminicondition' | All properties of the now updated dateminicondition |
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 'dateminicondition'
Naam | Type | Beschrijving |
---|---|---|
aftertime | timestamp | The 'after' time of the date minicondition. |
aftermutation | DateMutation | Change the variable time before which the chosen field must be. |
beforetime | timestamp | The 'before' time of the date minicondition. |
beforemutation | DateMutation | The variable time before which the chosen field must be. |
comparemode | string | The compare mode of the dateminicondition. |
id | int | The ID of the minicondition. |
type | string | The type of the minicondition. |
disabled | boolean | Is this minicondition disabled? |