For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/floor-rise-configs' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"tower": "8507dca1-2ebc-4539-b28b-184b0cadbfdb",
"effectiveFrom": "2019-08-24",
"slabs": [
{
"no": 0,
"floorFrom": 1,
"floorTo": 1,
"chargeValue": {
"amount": 10000,
"currency": "INR"
}
}
]
}'{
"id": "1ec868fe-506b-438e-baf3-496036aad0b4",
"project": "29291a9e-4ef8-4771-836b-6e1fbec98926",
"tower": "dd11e10f-3dcf-4491-b35c-cb17eb2517b2",
"effectiveFrom": "2026-03-20",
"slabs": [
{
"no": 0,
"floorFrom": 1,
"floorTo": 5,
"chargeValue": {
"amount": 50000,
"currency": "INR",
"currencySymbol": "₹",
"formatted": "50,000.00"
}
}
]
}