Email Marketing Knowledge Base Glossary   
Search  
      Browse by Category
Email Marketing Knowledge Base .: Advanced Features .: API .: 2. Actions .: Lists .: Fields .: REMOVING A FIELD FROM AN EXISTING LIST

REMOVING A FIELD FROM AN EXISTING LIST

Summary:

Removing one data field from a list.

system.action:

removefield

system.parameterlist.parameter

List ID:

Field Name

system.parameterlist.parameterarr

ignored

For example,

<system>

<parameterlist>

<parameter id='List ID'><value>2</value></parameter>

<parameter id=’Field Name’><value>This is a big date!</value></parameter>

</parameterlist>

<action>removefield</action>

<authorization>

<password>demo</password>

<username>ssdemo</username>

</authorization>

</system>

response:

A list of field names after the deletion, if successful, the format of which similar

to that of the ‘describelist’ API function call.

For example,

<system>

<status>success</status>

<resultlist>

<result id="Account #">account</result>

<result id="First Name">firstname</result>

<result id="Phone Number">phonenumber</result>

</resultlist>

</system>

:
: the name of the field to be removed
the id of the list to be modified
:

How helpful was this article to you?

Related Articles

article ADDING A FIELD TO AN EXISTING LIST
Summary: Adding one data field to a list. system.action:addfield system.parameterlist.parameter: List IDField Namesystem.parameterlist.parameterarr: ignored For example, </paramete<system><parameterlist> <parameter id='List ID'><value>2</value></parameter>...

(No rating)  8-12-2005    Views: 5895   
article RETRIVING A LIST’S DATA FIELD(S)
Summary: Retriving from an email list its data fields, such as First Name, Last Name. This API call does not return system reserve fields (for example email address, subscribe dateand subscriber status). system.action:describelist system.parameterlist.parameter: List ID: List ID of the list to...

(No rating)  8-12-2005    Views: 8146   
article 2.1.2. Form Field Naming Convention
The name of the field in the form must exactly match the name of the field in the list.  For example, the web form will contain a field for entering an email address.  (Since every subscriber list contains this field, every web form must also contain this field.)  The name attribute given to the...

  7-29-2005    Views: 4430   

User Comments

Add Comment
No comments have been posted.


.: Powered by Lore 1.5.1
[ Admin Login ]
Copyright 2005