Description
Copies auto responders of a subscriber list to another subscriber list.
Request Parameters
- APIKey = {string} (required)
- The API key you are using to authenticate the access.
- Command = {AutoResponders.Copy} (required)
- API Command
- ResponseFormat = {JSON | XML} (required)
- Response format
- JSONPCallBack = {bool}
- Send this parameter for cross-domain. More info about JSONP can be found here
- SourceListID = {integer} (required)
- ID of source subscriber list
- TargetListID = {integer} (required)
- ID of target subscriber list
Response Parameters
- Success = {true | false}
- States if there is an error or not
- ErrorCode = {integer}
- If there is an error, error's code
Error Codes
- 1
- Source subscriber list id is missing
- 2
- Target subscriber list id is missing
- 3
- Source subscriber list id is invalid
- 4
- Target subscriber list id is invalid
- 99998
- Authentication failure or session expired
- 99999
- Not enough privileges