SOAP API method ScheduledSmsMailing_setInterval
Description
Every two iterations are seperated by the interval that is specified. When a new interval is set, the next start time will also be updated to the previousStartTime incremented with the supplied interval.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object ScheduledSmsMailing. The method only applies to the scheduledsmsmailing with this id.
- 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