For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request PUT '/floor-rise-configs//slabs' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"no": 0,
"floorFrom": 1,
"floorTo": 1,
"chargeValue": {
"amount": 10000,
"currency": "INR"
}
}
]'{
"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"
}
}
]
}