SOAP API method ScheduledSmsMailing_setTarget
Description
The target of the mailing.
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | int | Unique identifier (id) of the object ScheduledSmsMailing. The method only applies to the scheduledsmsmailing with this id. | 
| profile | int | ID of the profile | 
| subprofile | int | ID of the subprofile | 
| database | int | ID of the database | 
| view | int | ID of the view | 
| collection | int | ID of the collection | 
| miniview | int | ID of the miniview | 
| login | Structure of type 'login' | Optional login data (soon deprecated) | 
| access_token | string | Optional api access token | 
| * required parameters | ||
Structure 'login'
| Name | Type | Description | 
|---|---|---|
| username | string | The username of the login attempt | 
| account | string | The account name of the login attempt | 
| password | string | The password for the login attempt |