For support support@leadrat.com
curl --location --request GET '/handover/list' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"caseId": "af51d69f-996a-4891-a745-aadfcdec225a",
"bookingId": "9a471128-954e-4e64-bde9-e8147015df89",
"buyer": "720848cf-de0c-4355-87e9-070272f1053c",
"unit": "96a6aa1e-fb68-45e6-a443-0913abfa47dd",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"tower": "8507dca1-2ebc-4539-b28b-184b0cadbfdb",
"buyerMeta": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"fullName": "string",
"email": "user@example.com",
"countryCode": "string",
"phone": "string",
"alternateCountryCode": "string",
"alternatePhone": "string",
"type": "INDIVIDUAL",
"dateOfBirth": "2019-08-24",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"country": "string",
"pincode": "string",
"point": {
"latitude": 0,
"longitude": 0
}
},
"companyName": "string",
"companyType": "string",
"cin": "string",
"gstNumber": "string",
"signatoryName": "string",
"signatoryDesignation": "string",
"signatoryEmail": "string",
"signatoryCountryCode": "string",
"signatoryPhone": "string",
"kycDocuments": [
{
"type": "AADHAAR_CARD",
"documentNumber": "string",
"fileUrl": "string"
}
],
"kycStatus": "PENDING"
},
"unitMeta": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"tower": "8507dca1-2ebc-4539-b28b-184b0cadbfdb",
"floor": "f1acf44a-62d2-42f3-8dad-b917de85d75c",
"unitNumber": "string",
"unitType": "string",
"unitTypeLabel": "string",
"carpetArea": 0,
"builtUpArea": 0,
"superBuiltUpArea": 0,
"facing": "string",
"basePricePerUnitArea": {
"amount": 10000,
"currency": "INR"
},
"status": "AVAILABLE",
"isUnitBooked": true,
"unitBookedBy": "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"
},
"totalPrice": {
"amount": 10000,
"currency": "INR"
}
},
"projectMeta": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"builder": "08746def-6863-458b-8214-a869185e8225",
"name": "string",
"region": "INDIA",
"projectStatus": "PLANNING",
"startDate": "2019-08-24",
"projectType": "COMMERCIAL",
"expectedCompletionDate": "2019-08-24",
"brief": "string",
"reraNumber": "string",
"description": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"country": "string",
"pincode": "string",
"point": {
"latitude": 0,
"longitude": 0
}
},
"created": "2019-08-24T14:15:22.123Z",
"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
}
]
},
"saveStatus": "DRAFT"
},
"towerMeta": {
"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
}
]
}
},
"totalPrice": 0,
"outstandingBalance": 0,
"possessionDate": "2019-08-24",
"formBIssued": true,
"stageChangedAt": "2019-08-24T14:15:22.123Z",
"currentStage": "BOOKING_AND_ALLOTMENT",
"stageLabel": "string",
"status": "IN_PROGRESS",
"stageBadge": "string",
"registrationStage": "NOT_STARTED",
"openSnagCount": 0,
"isNri": true,
"nriCountry": "string"
}