Customfielddisplaysettings
Represents the display settings of a custom field definition.
builtInIdstring
The original ID of the built-in custom field definition.
Possible values: [FIRST_NAME, MIDDLE_NAME, LAST_NAME, BIRTHDATE, GENDER, MOBILE_PHONE, MOBILE_PHONE_2, HOME_PHONE, EMAIL_ADDRESS]
descriptionstring
The user-provided description of the custom field definition.
displayNamestring
The user-provided name of the custom field definition.
fieldSizestring
The custom field value display size in the UI.
Possible values: [SHORT, LONG]
positioninteger<int32>
The custom field definition position in the custom field set.
Customfielddisplaysettings
{
"builtInId": "FIRST_NAME",
"description": "string",
"displayName": "string",
"fieldSize": "SHORT",
"position": 0
}