For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/towers' \
--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",
"name": "string",
"sequenceNo": 0,
"totalFloors": 0,
"namingSeries": "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
}
]
}
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"project": "4fa85f64-5717-4562-b3fc-2c963f66afa7",
"name": "Tower A",
"sequenceNo": 1,
"totalFloors": 15,
"namingSeries": "A"
}