CustomFields.Copy

Description

Copies custom fields of a subscriber list to another subscriber list.

Request Parameters

APIKey = {string} (required)
The API key you are using to authenticate the access.
Command = {CustomFields.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: http: //en.wikipedia.org/wiki/JSON#JSONP
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
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CustomField.Create

Description Creates a new custom field for given subscriber list. Request Parameters APIKey =...

CustomField.Update

Description Updates custom field information. Request Parameters APIKey = {string}...

CustomFields.Get

Description Retrieves custom fields of given subscriber list. Request Parameters APIKey =...

CustomFields.Delete

Description Deletes given custom fields. Request Parameters APIKey = {string} (required) The...