Description
Add a new custom field.
Params
Name | Type | Description |
---|---|---|
apiKey | string | API key previously generated. |
name | string | Name. |
fieldType | integer | Field type. The allowed values are: 1 - Text field 2 - Password field 3 - Textarea 4 - Select field 5 - Checkbox 6 - Radio button (not supported anymore) 7 - Date 8 - BIrthday |
position | integer | Position of the custom field on listing. |
default | string | Default field value. |
enable | boolean | True if field is enabled. |
visible | boolean | True if field should be displayed in subscription form. |
Returned data
Type: integer
Description: Return an integer with custom field id.
Json sample code
Json sample code is not available.
Result of API call
API call result sample code is not available.