Body
Body of the POST request
-
The country where the installation will be conducted.
Values are
Germany
,Sweden
,Switzerland
, orNetherlands
. -
The currency of the project's invoice.
Values are
EUR
,kr
, orCHF
. -
You can get your organization ID by making a GET request to the Get User Information endpoint.
-
Total cost of the installation after subsidies, including VAT.
-
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.
Values are
1 year
,2 years
,3 years
,4 years
,5 years
,6 years
,7 years
,8 years
,9 years
,10 years
,11 years
,12 years
,13 years
,14 years
,15 years
,16 years
,17 years
,18 years
,19 years
, or20 years
. -
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.
curl \
--request POST 'https://cloover.co/api/1.1/wf/pricing_2' \
--data '{"country_project":"Germany","currency_project":"EUR","organization":"string","total_cost_installation (after subsidies) (incl vat)":42.0,"LTI_tenor":"10 years","LTI_downpayment":42.0}'
{
"country_project": "Germany",
"currency_project": "EUR",
"organization": "string",
"total_cost_installation (after subsidies) (incl vat)": 42.0,
"LTI_tenor": "10 years",
"LTI_downpayment": 42.0
}
{
"status": "string",
"response": {
"Monthly_fee": 42.0
}
}
{
"status": "string",
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"code": "string",
"message": "string"
}
{
"message": "string"
}