# Calculate monthly fee estimate **POST /wf/pricing_2** Calculate monthly fee estimate ## 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 - **country_project** (string) The country where the installation will be conducted. - **currency_project** (string) The currency of the project's invoice. - **organization** (string) You can get your organization ID by making a GET request to the Get User Information endpoint. - **total_cost_installation (after subsidies) (incl vat)** (number(float)) Total cost of the installation after subsidies, including VAT. - **LTI_tenor** (string) This parameter specifies the length of time for the financial product, which is necessary to calculate the estimated monthly payments. It is important to select an appropriate duration, as this will directly impact the calculated pricing. - **LTI_downpayment** (number(float)) The downpayment parameter represents the initial payment percentage for the installation, ranging from 0% to 40% of the total installation cost. The monthly fee is calculated based on the provided downpayment value, with higher downpayments leading to lower monthly payments. ## 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)