SOAP API method CollectionFollowUp_setDelay
Description
The delay of the followup. The followup action is executed after this delay. This is the old function to set the interval it remains because it is a soap function but we recommend using the setInterval function instead
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object CollectionFollowUp. The method only applies to the collectionfollowup with this id.
- Parameter 'personalize_profile' : int
- Profile ID for which the object should be personalized
- Parameter 'personalize_subprofile' : int
- Subprofile ID for which the object should be personalized
- Parameter 'personalize_timestamp' : string
- The timestamp for the personalization
- Parameter 'dateinterval' : Structure of type 'dateinterval'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'dateinterval'
This structure dateinterval was mentioned above. This structure has the following properties:
- Property 'count' : int
- The count of the dateinterval.
- Property 'unit' : string
- The unit of the dateinterval.
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt