# Update firm settings **POST /api/v1/firm/{firm_uuid}/settings** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **firm_uuid** (string) ### Body: application/json (object) - **keep_deleted_files_for** (integer) Number of days to keep files in the recycle bin. Set as null for indefinitely - **tax** (float) Tax rate - **rmar_start_date** (string(date)) Date you will not be able to add charges before - **advice_type** (string) Default RMAR advice type for new employees - **month_end** (integer) Date of the month for the monthly income reconciliation statements to end. Leave at 31 for the end of the month - **lock_statements_after** (integer) Automatically lock statements after number of days of statement end date. Leave null for never lock automatically. Zero for lock automatically immediately - **adviser_split_uuid** (string(uuid)) Default adviser split to be applied to new advisers - **show_pseudo_folders_in_client_portal** (boolean) Whether to allow clients to view the pseudo folders in the client portal - **fact_find_completed_notification_to_assigned_adviser** (boolean) Notify the assigned adviser when a client completes a fact find - **fact_find_completed_notification_to_assigned_administrator** (boolean) Notify the assigned administrator when a client completes a fact find - **fact_find_completed_notification_to_assigned_paraplanner** (boolean) Notify the assigned paraplanner when a client completes a fact find - **charge_identifier** (boolean) Charge identifier to apply to charges. Visit support documentation for requirements and list of variables. - **core_details_changed_notification_for_assigned_adviser** (boolean) Notify the assigned adviser when a clients core details are updated. - **core_details_changed_notification_for_assigned_administrator** (boolean) Notify the assigned adviser when a clients core details are updated. - **core_details_changed_notification_for_assigned_paraplanner** (boolean) Notify the assigned adviser when a clients core details are updated. - **allow_completion_of_cases_with_incomplete_tasks** (boolean) Allow completion of cases with incomplete tasks. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the firm - **slug** (string) Slug of the firm - **address_1** (string) First line of the address - **address_2** (string) Second line of the address - **town_city** (string) Town/City - **county** (string) County - **postcode** (string) Postcode - **country** (string) Country - **regulatory_text** (string) Regulatory text of the firm. - **logo** (string) URL of your firm logo. - **logo_icon** (string) URL of your firm logo icon. - **brand_colours** (object) Firm branding colours. - **is_subscribed** (boolean) Subscription status. - **addon_subscriptions** (array[object]) All addons the firm is subscribed to. - **keep_deleted_files_for** (integer) Number of days to keep deleted files for - **tax** (number) Tax percent - **month_end** (integer) Date of the month for the monthly income reconciliation statements to end - **statement_frequency** (string) The frequency of the income reconciliation statements - **billing** (object) Firm invoice details for billing - **task_board_template** (object) The task board template that is used when every client or case is created - **ip_whitelist** (array[string]) A list of IP Addresses a firm is allowed to log in from. - **welcome_paragraph_html** (string) Custom welcome paragraph html for the branded auth welcome page - **email_welcome_paragraph_html** (string) Custom welcome paragraph for the welcome/new user email - **show_fact_find_illustrations** (boolean) Determines if the illustrations/graphics are displayed on the fact-find. - **cc_email_addresses** (array[string]) Array of email cc addresses. - **bcc_email_addresses** (array[string]) Array of email bcc addresses. - **reply_to_email_address** (string) Firm reply to email address. [Powered by Bump.sh](https://bump.sh)