For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/reports/buyers/projects/?startDate&endDate' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'[
{
"buyerDetails": {
"serialNo": 0,
"registrationNo": "string",
"buyerName": "string",
"buyerDateOfBirth": "2019-08-24",
"buyerResidenceAddress": "string",
"buyerCorrespondenceAddress": "string",
"buyerPermanentAddress": "string",
"buyerPanNumber": "string",
"buyerPhoneNumber": "string",
"buyerMobileNumber": "string",
"buyerEmail": "string",
"buyerPassportNumber": "string",
"buyerProfession": "string",
"buyerCompany": "string",
"buyerDesignation": "string",
"aadharNumber": "string",
"gstNumber": "string"
},
"bookingDetails": {
"bookingsByStatus": {
"property1": 0,
"property2": 0
},
"bookingsByProject": {
"property1": 0,
"property2": 0
},
"bookingsByMonth": {
"property1": 0,
"property2": 0
},
"revenueByProject": {
"property1": 0,
"property2": 0
},
"totalBookings": 0,
"totalBookingValue": 0,
"startDate": "2019-08-24",
"endDate": "2019-08-24"
},
"demandReceiptDetails": {
"debitCreditAmount": 0,
"paidAmount": 0,
"pendingAmount": 0,
"balanceAmount": 0
}
}
]