For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/financing-details' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"booking": "4f77532b-f94f-4b4b-8113-25c90d5b5e8d",
"bank": "28686e1b-db44-4f0e-a4e9-06b950f05f12",
"buyerContributionPercent": 0,
"bankContributionPercent": 0,
"loanAmount": {
"amount": 10000,
"currency": "INR"
},
"sanctionDate": "2019-08-24"
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"booking": "2fa85f64-5717-4562-b3fc-2c963f66afa5",
"bank": "1fa85f64-5717-4562-b3fc-2c963f66afa4",
"buyerContributionPercent": 20,
"bankContributionPercent": 80,
"loanAmount": {
"amount": 5000000,
"currency": "INR"
},
"sanctionDate": "2024-03-15"
}