# Create investment terms for a project for the current user **POST /users/{user_id}/projects/{project_id}/investment_terms** Create investment terms for a project for the current user. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **project_id** (string) Project id ### Body: (object) Investment term information - **terms** (object) ## Responses ### 422 Request body has errors or invalid. ### 201 InvestmentTerm created and returned #### Body: (object) - **id** (string(uuid)) - **user_id** (string(uuid)) - **project_id** (string(uuid)) - **documents_understood** (boolean) - **read_printed_securities_info_sheet** (boolean) ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)