# Update the personal details of one of the owners. **PUT /api/v1/client/{client_uuid}/owners/personal-details/{owner_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) - **owner_uuid** (string) ### Body: application/json (object) - **title** (string) Title - **first_name** (string) First name - **middle_name** (string) Middle name. - **last_name** (string) Last name - **maiden_name** (string) Maiden name. - **email** (email) Email address - **date_of_birth** (date) Date of birth - **gender** (string) Gender - **ni_number** (string) National Insurance Number - **target_retirement_age** (integer) Target retirement age. - **pronouns** (string) Pronouns - **smoker_status** (string) Smoker status. Possible values are: "smoker", "non-smoker", "vaper", "ex-smoker" - **residential_status** (string) Residential status - **country_of_residence** (string) Country of residence - **marital_status** (string) Marital status - **is_vulnerable** (string) whether the client is vulnerable. Possible values are: "yes", "no", and "possibly" - **is_uk_resident** (boolean) Whether the client is a uk resident or not. - **is_uk_domicile** (boolean) Whether the client is a uk domicile or not. - **expected_retirement_age** (integer) The expected retirement age. - **state_retirement_age** (integer) The state retirement age. - **nationalities** (array[string]) Nationalities of the client. You can use the api/v1/static/nationalities endpoint to get our list. - **vulnerability_details** (string) Any details regarding the client's vulnerabilities. - **third_party_offered** (boolean) Whether the client has been offered any third party. - **procedure_adaptation** (boolean) Whether any procedures need to be adapted to the client. - **client_preferences** (string) Any client preferences. - **current_state_of_health** (string) The client's current state of health. - **state_of_health_explanation** (string) The state retirement age. - **cigarettes_daily** (integer) The amount of cigarettes the client smokes a day. - **smoker_since** (date) The date of when the client started smoking. - **last_used_nicotine_products_date** (string) The date of the last time the client used nicotine products. - **long_term_care_needed** (boolean) Whether the client required long term care. - **long_term_care_notes** (string) Any notes on the client's long term care. - **has_will** (boolean) Whether the client has a will or not. - **will_notes** (integer) Any notes on the client's will. - **will_last_reviewed** (date) The date of the last time the will's been reviewed. - **has_power_of_attorney** (boolean) Whether the client has power of attorney. - **power_of_attorney_notes** (string) Any notes on the client's power of attorney. - **first_contact_date** (date) The date of the first contact. - **next_review_date** (date) Next scheduled review date. - **units_of_alcohol_weekly** (integer) The units of alcohol digested weekly. - **height** (integer) The height of the client in centimeters. - **weight** (integer) The weight of the client in pounds. - **health_notes** (string) Any notes on the client's health - **has_iht_planning** (boolean) Whether the client has iht planning or not. - **iht_planning_notes** (string) Any notes on the client's iht planning. - **has_gifted_family** (boolean) Whether the client has gifted the family. - **gift_notes** (string) Any notes on the gifts. - **is_anticipating_inheritance** (boolean) Whether the client is anticipating/ expecting any inheritance. - **anticipating_inheritance_notes** (string) Any notes on the client's inheritance anticipation/ expectations. ## 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. - **type** (string) Account type - **role** (string) Account role - **first_name** (string) First name - **last_name** (string) Last name - **name** (string) Name - **email** (string) (Deprecated - Please use primary_email instead). The email of the account. - **photo_url** (string) URL for initial avatar image - **firm** (object) Firm - **primary_phone_number** (object) Primary phone number - **primary_email** (object) Primary email - **current_time_entry** (object) Current time entry - **assigned_adviser** (object) Assigned adviser - **assigned_administrator** (object) Assigned administrator - **assigned_paraplanner** (object) Assigned paraplanner - **introduced_by** (object) Introduced by - **groups** (array[object]) Groups - **tags** (array[object]) Tags - **owners** (array[object]) Accounts that own this account - **first_contact_date** (string) First contact date - **next_review_date** (string) Next review date - **previous_review_date** (string) Previous review date - **anniversary_review_date** (string) Anniversary review date - **with_login** (boolean) Denotes whether the account has a login to Plannr - **has_joint_account** (boolean) Denotes whether this account belongs to a joint account too - **can_be_deleted** (string) Denotes if the account can be deleted - **joint_account_circle** (object) This field is only present when viewing a joint account directly. This will contain the circle that we automatically created when we released circles. - **circles** (array[object]) The circles the account belongs to - **ownership_percentage** (integer) Percentage ownership of the plan (This field is only present if viewing the account record via a plans relationship eg Plan -> Accounts) - **inactive_at** (string) Inactive from date - **custom_fields** (array[object]) Any custom fields on the model. - **external_references** (array[object]) The external references that have been added to the client. [Powered by Bump.sh](https://bump.sh)