Loan Application System
View All Requests
Submit Application
Application JSON
Generate Mock Data
{ "basic": {}, "customer": { "fullName": "John Doe", "firstName": "John", "lastName": "Doe", "mobile": "9876543210", "pan": "ABCDE1234F", "address": "123 Main St", "pincode": 110001, "age": 30 }, "assets": [{ "grossWeight": 10.5, "stoneWeight": 0.5, "netWeight": 10.0, "purity": 22, "marketValue": 500000, "marketRatePerGram": 50000, "valuer": "Gold Valuer", "ltvPercent": 75 }], "loan": { "loanNumber": "LOAN1234567890", "principal": 375000, "tenure": 12 }, "kyc": { "AADHAAR": "https://example.com/aadhaar.jpg", "PAN": "https://example.com/pan.jpg" }, "scheme": "Gold Loan", "timestamp": "2024-01-01T00:00:00Z" }
Submit Application
Response