# Add a new AdditionalUiField **POST /api/settings/ui_field** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Add a new AdditionalUiField #### Body: application/json (object) - **id** (integer) - **entity_type** (string) - **field_type** (string) - **field_group** (string) - **field_required** (boolean) - **field_order** (integer) - **field_scope** (string) - **field_access_type** (integer) - **field_is_internal** (boolean) - **field_name** (string) - **info_mode** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)