# Update existing project **POST /wf/update_project_2** Update existing project ## Servers - https://cloover.co/version-test/api/1.1: https://cloover.co/version-test/api/1.1 () ## Parameters ### Body: (object) Body of the POST request - **first_name_customer** (string) The first name of the customer. - **last_name_customer** (string) The last name of the customer. - **email_customer** (string) This is the email of the customer the offer is sent to. - **project** (string) The unique ID of the project created on Cloover can be found in the response from the Create Project endpoint. - **address_project** (object) The address where the installation will be conducted. It can be different from the customer's personal address. - **type_project** (string) The type of project among the following possibilities. - **country_project** (string) The country where the installation will be conducted. - **currency_project** (string) The currency of the project's invoice. - **offer_PDF** (array[string]) Provide a link to the technical offer (PDF) of the project here. The file needs to be hosted by you for a better user experience. - **type_customer** (string) The type of customer among the following possibilities. - **sales_rep** (string) You can obtain your sales representative ID by making a GET request to the Get User Information endpoint. - **organization** (string) You can get your organization ID by making a GET request to the Get User Information endpoint. - **send_offer_email** (boolean) Indicates if the offer email should be sent to the customer. - **phone_customer** (string) The phone number of the customer. - **VAT** (boolean) Indicates if VAT is applicable. - **financing_options** (array[string]) Available financing options. - **LTI_durations** (array[string]) The duration for the long-term investment (LTI). - **Heatpump_subsidized_price** (number(float)) Subsidized price for the heat pump installation. - **Total_cost_installation** (number(float)) Total cost of the installation after subsidies, including VAT. ## Responses ### 200 Workflow response #### Body: (object) - **status** (string) Outcome of the workflow - **response** (object) ### 400 Workflow failure #### Body: (object) - **status** (string) Outcome of the workflow - **message** (string) Error message for the workflow ### 401 Permission denied #### Body: (object) - **message** (string) Error message for the operation ### 404 Not found #### Body: (object) - **message** (string) Error message for the operation ### 405 Wrong method #### Body: (object) - **message** (string) Error message for the operation ### 429 Too many requests #### Body: (object) - **message** (string) Error message for the operation ### 500 Internal bug. Please file a bug report at bubble.io/support/report with the request that triggers this bug #### Body: (object) - **code** (string) Error code - **message** (string) Error message for the operation ### 503 Service Unavailable #### Body: (object) - **message** (string) Error message for the operation [Powered by Bump.sh](https://bump.sh)