Custom-Fields-Delete - MACROMEDIA BREEZE 5 Integration Manual

Hide thumbs Also See for BREEZE 5:
Table of Contents

Advertisement

Parameters
None.
Filters
Results can be filtered only on
parameter.
Results cannot be sorted. The default sort is by ascending
Returned elements
custom-fields
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
The ID of the field to be deleted (call the
field-id
Returned elements
None.
Filters
Results cannot be filtered or sorted.
Sample results
<results>
<status code="ok" />
</results>
62
Chapter 4: XML API Reference
field-id
,
field
. You can also use the
field-id
custom-fields
modifier on the
filter-out
.
API to obtain the ID).
type

Advertisement

Table of Contents
loading

Table of Contents