Created
March 14, 2026 07:45
-
-
Save shridharkalagi/2ea509d31dc7e748a867a034943ddf10 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": "Rice", | |
| "amount": 1000, | |
| "quantity": 10, | |
| "unit": "gms", | |
| "imageURL": "google.com", | |
| "sevaType": "KIND", | |
| "sevaId": null | |
| } | |
| ], | |
| "sevaDate": "2026-03-14" | |
| }, | |
| "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