# Create a dependant **POST /api/v1/client/{client_uuid}/dependant** ## 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) ### Body: application/json (object) - **first_name** (string) The first name of the dependant. - **last_name** (string) The last name of the dependant. - **known_as** (string) An optional nickname for the dependant. - **relationship** (string) The relationship of the dependant. - **date_of_birth** (date) The date of birth of the dependant. Must be in Y-m-d format. Example: 1990-12-25. - **is_financially_dependant** (boolean) Denotes if the dependant is financially dependant on the client. - **notes** (string) Optional notes for the dependant. - **shared_owner_uuid** (string) Optional UUID of an owner account. The client must be a shared type. ## Responses ### 201 #### 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. - **first_name** (string) The first name of the dependant. - **last_name** (string) The last name of the dependant. - **name** (string) The full name of the dependant. If known_as has been provided, the first name will be replaced with the known_as. - **known_as** (string) An optional nickname for the dependant. - **relationship** (string) The relationship of the dependant. - **date_of_birth** (string) The date of birth of the dependant. - **is_financially_dependant** (boolean) Denotes if the dependant is financially dependant on the client. - **notes** (string) Optional notes for the dependant. - **accounts** (object) Accounts that own this dependant. - **shared_owner_type** (string) @deprecated Denotes if the dependant is shared across the client or belongs to one of the owners of the client. (Only applicable for joint/business/trust clients) - **shared_owner** (object) @deprecated The owner of the dependant. Only provided if the shared_owner_type is "individual". [Powered by Bump.sh](https://bump.sh)