Created
August 14, 2017 04:53
-
-
Save rajkumarpb/ce85e3ceb7d4c4264a06d19b0bae70d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
branchName : 'BITLU', | |
loginName : 'Mahanim', | |
customerName : 'Usain Bolt', | |
customerId : 1, | |
leadCode : 'L101', | |
leadStatus : 'Open', | |
productNamee : 'Fire', | |
grossPremium : 150.0 | |
}, | |
{ | |
branchName : 'BITLU', | |
loginName : 'Mahanim', | |
customerName : 'Usain Bolt', | |
customerId : 1, | |
leadCode : 'L101', | |
leadStatus : 'Open', | |
productNamee : 'Foreign Worker', | |
grossPremium : 150.0 | |
}, | |
{ | |
branchName : 'BITLU', | |
loginName : 'Mahanim', | |
customerName : 'Usain Bolt', | |
customerId : 1, | |
leadCode : 'L101', | |
leadStatus : 'Open', | |
productNamee : 'Motor', | |
grossPremium : 150.0 | |
}, | |
{ | |
branchName : 'BITLU', | |
loginName : 'Mahanim', | |
customerName : 'Max McGrath', | |
customerId : 2, | |
leadCode : 'L101', | |
leadStatus : 'Open', | |
productNamee : 'Fire', | |
grossPremium : 150.0 | |
}, | |
{ | |
branchName : 'BITLU', | |
loginName : 'Mahanim', | |
customerName : 'Max McGrath', | |
customerId : 2, | |
leadCode : 'L101', | |
leadStatus : 'Open', | |
productNamee : 'Motor', | |
grossPremium : 150.0 | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment