For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/bookings/unit-price-breakdown/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"unitId": "788d183d-aa21-4206-96b3-40e5ea2aae71",
"unitNumber": "A-T1501",
"grandTotal": {
"amount": 10500000,
"currency": "INR"
},
"lineItems": [
{
"name": "Base Price",
"amount": {
"amount": 9000000,
"currency": "INR"
}
},
{
"name": "Club Membership",
"amount": {
"amount": 500000,
"currency": "INR"
}
}
]
}