SOAP API method EmailCondition_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
requiredresult * | string | The emailings certain result. |
clickedurl * | string | The URL that must be clicked. |
requirederrors * | Collection of type 'requirederrors' | These errors trigger the condition, used in comination of the 'error' result. |
matchmode * | string | The matchmode of the mailingcondition. |
requireddestination * | string | The required destination of the condition. |
documentname * | string | The name of the document of the condition. |
aftertime * | timestamp | The 'after' time of the condition. |
aftermutation * | Structure of type 'aftermutation' | Change the variable time before which the mailing should have been sent. |
beforetime * | timestamp | The 'before' time of the condition. |
number * | int | The required number of messages that are received. |
operator * | string | The operator to compare the number of messages with the number of received messages by the profile/subprofile. |
templatename * | string | The name of the template of the condition. |
disabled * | boolean | Is this condition disabled? |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
emailcondition | Structure of type 'emailcondition' | All properties of the now updated emailcondition |
Structure 'requirederrors'
Name | Type | Description |
---|---|---|
string |
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 'emailcondition'
Name | Type | Description |
---|---|---|
requiredresult | string | The emailings certain result. |
clickedurl | string | The URL that must be clicked. |
requirederrors | Array | These errors trigger the condition, used in comination of the 'error' result. |
matchmode | string | The matchmode of the mailingcondition. |
requireddestination | string | The required destination of the condition. |
documentname | string | The name of the document of the condition. |
aftertime | timestamp | The 'after' time of the condition. |
aftermutation | DateMutation | Change the variable time before which the mailing should have been sent. |
beforetime | timestamp | The 'before' time of the condition. |
beforemutation | DateMutation | The variable time before which the mailing should have been sent. |
number | int | The required number of messages that are received. |
operator | string | The operator to compare the number of messages with the number of received messages by the profile/subprofile. |
templatename | string | The name of the template of the condition. |
id | int | The ID of the condition. |
type | string | The type of the condition. |
disabled | boolean | Is this condition disabled? |