# Seccl - Update the seccl client **PATCH /api/v1/addons/seccl/{addon}/client/{account_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **addon** (string) - **account_uuid** (string) ### Body: application/json (object) - **application_uuid** (string(uuid)) The Seccl application - **first_name** (string) The client's first name. - **surname** (string) The client's surname. - **email** (string) The client's email. - **mobile** (string) The client's mobile. - **marketing_consent** (boolean) Boolean to denote whether the client accepts the marketing communication preferences. - **date_of_birth** (string(date)) The client's date of birth. - **flat_number** (string) The client's flat number of their address. - **building_name** (string) The client's building name of their address. - **building_number** (string) The client's building number of their address. - **address_1** (string) The client's address 1 of their address. - **address_2** (string) The client's address 2 of their address. - **country** (string) The client's country of their address. - **postcode** (string) The client's post code of their address. ## Responses ### 200 #### Body: application/json (object) - **id** (string) The unique identifier of the client - **node_id** (string) The node ID - **client_type** (string) The type of client - **title** (string) The title of the client - **first_name** (string) The first name of the client - **surname** (string) The surname of the client - **address_detail** (object) The address details of the client - **email** (string) The email address of the client - **mobile** (object) The primary mobile number of the client - **nationality** (string) The primary nationality of the client - **national_insurance_no** (string) The national insurance number of the client - **date_of_birth** (string) The date of birth of the client - **tax_domicile** (string) The tax domicile of the client - **terms_accepted** (boolean) The terms accepted status of the client - **status** (string) The status of the client - **bank_details** (object) The bank details of the client - **vulnerability** (object) The vulnerability details of the client - **aml_passed** (boolean) Whether the client has passed AML checks - **requires_debit_mandate** (boolean) Does this client require a debit mandate - **employment_status** (string) The employment status of the client - **employers** (array[object]) The employers of the client - **marital_status** (string) The marital status of the client - **retirement_age** (integer) The retirement age of the client [Powered by Bump.sh](https://bump.sh)