SOAP API methode ExportMiniCondition_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
includeneverexportedsubprofiles * | boolean | When this is true the condition also includes the profiles that weren't exported before. |
aftertime * | timestamp | The aftertime of the exportcondition. |
aftermutation * | Structure of type 'aftermutation' | The aftermutation of the exportcondition. |
beforetime * | timestamp | The beforetime of the exportcondition. |
beforemutation * | Structure of type 'beforemutation' | The before mutation of the exportcondition. |
disabled * | boolean | Is this minicondition disabled? |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
exportminicondition | Structure of type 'exportminicondition' | All properties of the now updated exportminicondition |
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 'exportminicondition'
Naam | Type | Beschrijving |
---|---|---|
includeneverexportedsubprofiles | boolean | When this is true the condition also includes the profiles that weren't exported before. |
aftertime | timestamp | The aftertime of the exportcondition. |
aftermutation | DateMutation | The aftermutation of the exportcondition. |
beforetime | timestamp | The beforetime of the exportcondition. |
beforemutation | DateMutation | The before mutation of the exportcondition. |
id | int | The ID of the minicondition. |
type | string | The type of the minicondition. |
disabled | boolean | Is this minicondition disabled? |