User Guide

custom-fields 61
Parameters
field-id
The ID of the field to be updated (can be obtained by calling the custom-fields
API). This parameter needs to be specified only when updating an existing field.
name The name of the custom field (can be 1 to 60 characters long).
comments Any comments on the custom field (can be 0 to 60 characters long). This parameter
is optional.
type The type of the custom field. Must be one of the following:
custom-seq The custom field number. Specify this parameter only when creating a new
custom field (should be one more than the current maximum value of
custom-seq).
Returned elements
When updating an existing custom field: No elements are returned.
When creating a new custom field:
field.
Sample Results:
When creating a new custom field:
<results>
<status code="ok" />
<field field-id="1562" account-id="7" custom-seq="4"
type="optional">
<comments>none</comments>
<name>Manager</name>
</field>
</results>
When updating an existing custom field:
<results>
<status code="ok" />
</results>
custom-fields
Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by the
acl-field-list API.
Description
Lists the custom fields of an account and the details of the fields.
Value Description
required
Required account custom field
optional
Optional and show during self-registration
optional-no-self-reg
Optional and hide during self-registration