For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/milestones//completion-preview' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"projectedDemands": [
{
"bookingId": "9a471128-954e-4e64-bde9-e8147015df89",
"bookingReference": "string",
"unitNumber": "string",
"buyerName": "string",
"projectedAmount": {
"amount": 10000,
"currency": "INR"
}
}
],
"totalProjectedDemands": 0,
"totalProjectedDemandAmount": {
"amount": 10000,
"currency": "INR"
},
"projectedCommissions": [
{
"commissionId": "da9cbd26-0027-446f-ab38-79db949c5cf9",
"bookingReference": "string",
"unitNumber": "string",
"partnerType": "BROKER",
"partnerName": "string",
"grossAmount": {
"amount": 10000,
"currency": "INR"
},
"tdsDeducted": {
"amount": 10000,
"currency": "INR"
},
"netPayable": {
"amount": 10000,
"currency": "INR"
}
}
],
"totalProjectedCommissions": 0,
"totalProjectedCommissionAmount": {
"amount": 10000,
"currency": "INR"
}
}