User Guide
62 Chapter 4: XML API Reference
Parameters
None.
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
Availability
Breeze 4.
Description
Deletes the specified account custom field.
Parameters
field-id The ID of the field to be deleted (call the custom-fields API to obtain the ID).
Returned elements
None.
Filters
Results cannot be filtered or sorted.
Sample results
<results>
<status code="ok" />
</results>