Created
March 14, 2026 07:42
-
-
Save shridharkalagi/518b7f11a69c2298f4b522e5e9849bd5 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
| { | |
| "donor": { | |
| "mobileNumber": "1111111111", | |
| "name": "Raghavendra Rao", | |
| "gotra": "Kashyapa", | |
| "nakshatra": "Rohini", | |
| "rashi": "Vrishabha" | |
| }, | |
| "sevaDetails": { | |
| "sevas": [ | |
| { | |
| "sevaName": "Hastodaka", | |
| "amount": 1000, | |
| "sevaType":"CASH", | |
| "sevaId": "12324" | |
| }, | |
| { | |
| "sevaName": "Panchamrut", | |
| "amount": 100, | |
| "sevaType":"CASH", | |
| "sevaId": "12325" | |
| }, | |
| { | |
| "sevaName": "others", | |
| "amount": 200, | |
| "sevaType":"CASH", | |
| "sevaId": null | |
| } | |
| ], | |
| "sevaDate": "2026-03-14", | |
| "paymentDetails": { | |
| "mode": "cash", | |
| "reference": "1234" | |
| } | |
| }, | |
| "address": { | |
| "addressLine": "12 Temple Street", | |
| "city": "Dharwad", | |
| "pinCode": "580001", | |
| "state": "Karnataka", | |
| "country": "India" | |
| }, | |
| "branchDetails":{ | |
| "code":"123" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment