Summary:
Adding one data field to a list.
system.action:
addfield
system.parameterlist.parameter:
List ID
Field Name
system.parameterlist.parameterarr:
ignored
For example,
</paramete<system>
<parameterlist>
<parameter id='List ID'><value>2</value></parameter>
<parameter id=’Field Name’><value>This is a big date!</value></parameter>
rlist>
<action>addfield</action>
<authorization>
<password>demo</password>
<username>ssdemo</username>
</authorization>
</system>
response:
The field name that is added to the list.
For example,
<system>
<status>success</status>
<resultlist>
<result id=’Field Name’>
<value>This is a big date!</value>
</result>
</resultlist>
</system>
: the name of the field to be added : the id of the list to be modified