For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request PUT '/floors/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tower": "8507dca1-2ebc-4539-b28b-184b0cadbfdb",
"floorNumber": 0,
"floorName": "string",
"amenities": {
"inherited": [
{
"name": "string",
"description": "string",
"price": {
"amount": 10000,
"currency": "INR"
},
"chargeType": "FIXED",
"charge": 0
}
],
"specific": [
{
"name": "string",
"description": "string",
"price": {
"amount": 10000,
"currency": "INR"
},
"chargeType": "FIXED",
"charge": 0
}
]
},
"floorRiseCharge": {
"amount": 10000,
"currency": "INR"
}
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tower": "1fa85f64-5717-4562-b3fc-2c963f66afa4",
"floorNumber": 5,
"floorName": "Penthouse Level"
}