For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/reports/inventory/unit-status?projectId&towerId&floorId&location&unitType' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"summary": {
"totalUnits": 4,
"unitsAvailable": 2,
"unitsOnHold": 0,
"unitsSold": 2
},
"units": [
{
"area": 1200,
"bookingNumber": "BKG-0003",
"broker": "Any one of broker or channel partner ID",
"brokerName": "Any one of broker or channel partner NAME",
"channelPartner": "Any one of broker or channel partner ID",
"channelPartnerName": "Any one of broker or channel partner NAME",
"floor": "First Floor",
"floorId": "2047b34c-689f-4ea2-af04-e3dd73b991c2",
"location": "West",
"name": "Arpit Malhotra",
"projectId": "f359e178-5006-4eaf-abd8-2c9ead14de6f",
"sNo": 1,
"status": "AVAILABLE",
"tower": "Sky Tower",
"towerId": "fe34304e-1d2c-4f6e-9b3c-537e08621610",
"unitId": "6992b867-70cc-4ba4-9472-954f65b3c591",
"unitNumber": "Z-002",
"unitType": "TWO_BHK"
}
]
}
]
}