custom-fields-delete
49
Filters
Results can be filtered only on
field-id
. You can also use the
filter-out
modifier on the
type
parameter.
Results cannot be sorted. The default sort is by ascending
field-id
.
Returned elements
custom-fields
,
field
Sample results
<results>
<status code="ok" />
<custom-fields>
<field field-id="1329" custom-seq="1" account-id="7" type="optional">
<name>Department</name>
<comments>this is optional</comments>
</field>
<field field-id="1330" custom-seq="2" account-id="7"
type="required">
<name>SSN</name>
</field>
</custom-fields>
</results>
custom-fields-delete
Description
Deletes the specified account custom field.
Parameters
accesskey
The access key for the account.
Note:
The
accesskey
parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
field-id
The ID of the field to be deleted (call the
custom-fields
action to obtain the ID).
Returned elements
None.
Filters
Results cannot be filtered or sorted.
Sample results
<results>
<status code="ok" />
</results>
Summary of Contents for BREEZE-USING THE BREEZE XML WEB SERVICES
Page 1: ...Using the Breeze XML Web Services...
Page 8: ...8 Contents...
Page 12: ...12 Introduction Before You Begin...
Page 26: ...26 Chapter 2 Working with Filters...
Page 36: ...36 Chapter 3 Common Tasks...
Page 112: ...112 Chapter 4 Action Reference...
Page 186: ...186 Chapter 5 XML Results Reference...
Page 196: ...196 Index...