CreateCustomFieldDefinitionRequest
Properties
| Name | Type | Description |
|---|---|---|
| label | string | |
| entityType | enum | Client |
Client | ||
| dataType | enum | Text Number Date Boolean Select MultiSelect TextArea Address Email |
Text Number Date Boolean Select MultiSelect TextArea Address Email | ||
| options | array of string | |
| maxLength | integer | |
| lines | integer | |
| displayWidth | enum | Small Medium Large Full |
Small Medium Large Full | ||
| booleanDisplayMode | enum | Toggle Checkbox YesNo |
Toggle Checkbox YesNo | ||
| clientTypes | array of enum | The types of clients this custom field is applicable to. |
The types of clients this custom field is applicable to. | ||
| customFieldGroupCode | string | |
| sortOrder | integer | |
JSON Example
{
"label": "string",
"entityType": "Client",
"dataType": "Text",
"options": [
"string"
],
"maxLength": 0
}