OrgJson
OrgJson
`{
id
orgID
"orgName": "Prama India Ltd.",
"orgAddress": "Laxmi Garden, Gurgaon",
"gstIn": "26ABCED1234F1Z2",
"typeOfPremises": "Rented",
"expiryAggrementDate": "20-01-2025",
"businessFrom": "01-01-2015",
"yearsPassed": "10",
"category": "Private Limited",
"howYouKnowAboutOrganisation": "Website",
"financialInfo": {
"accoutHead": "Suresh Patel",
"emailId": "[email protected]",
"directNumber": "+91-9876543210",
"mobileNumber": "+91-9123456789",
"turnOver": { //string it come from the front end as stringify
"year1": 50000,
"year2": 60000,
"currentYear": 100000
},
"tradeReference": [ // same as above
{
"address": "XYZ Traders, Delhi",
"creditLimit": 20000,
"creditDays": 28,
"dealingSince": "2022",
"contactDetails": "+91-1234567890"
},
{
"address": "XYZ Traders, Delhi",
"creditLimit": 20000,
"creditDays": 28,
"dealingSince": "2022",
"contactDetails": "+91-1234567890"
}
]
},
"materialAndDisbursementInfo": {
"hpdContactDetails": "Arun Mehta",
"hpdEmail": "[email protected]",
"hpdDirectNumber": "+91-8765432109",
"hpdMobileNumber": "+91-9900990099"// ask form sir
},
"businessOwnerPersonalDetails": [
{
“name” : “”
"asutorisedSignatory":
"residentialAddress": "123, ABC Street, Gurgaon",
"proofType": "Aadhar Card",
"documents": "Aadhar.jpg"
}
]
}
=======================================================================
Org:{
"orgName": "ABC Enterprises",
"orgAddress": "123, Main Street, City, State, 123456",
"gstIn": "12ABCDE3456F7Z8",
"typeOfPremises": "Owned",
"expiryAggrementDate": "2027-12-31",
"BusinessFrom": "2015-06-15",
"yearsPassed": 9,
"category": "Retail",
"natureOfBusiness": "Wholesale and Distribution",
"othersBusiness": "Manufacturing",
"anyBranchForRegistration": true,
"managingDirectors": "John Doe",
"managingPartners": "Jane Doe",
"kartaOfFamily": "Michael Doe",
"soleProprietor": "John Smith",
"additionalPlacesOfBusiness": [
"Warehouse - City A",
"Warehouse - City B"
],
"howYouKnowAboutOrganisation": "Through a business partner",
"financialInfo": {
"accountHead": "Finance Manager",
"emailId": "[email protected]",
"directNumber": "011-12345678",
"mobileNumber": "9876543210",
"turnOver": "10 Crore",
"tradeReference": [
{
"address": "567, Market Road, City Z, 789654",
"creditLimit": 500000,
"creditDays": 30,
"dealingSince": "2018-01-01",
"contactDetails": "Mr. Raj Malhotra - 9876543213"
},
{
"address": "890, Business Hub, City Y, 456123",
"creditLimit": 750000,
"creditDays": 45,
"dealingSince": "2017-05-10",
"contactDetails": "Ms. Priya Sharma - 9876543214"
}
]
},
"materialAndDisbursementInfo": {
"hpdContactDetails": "Rajesh Kumar",
"hpdEmail": "[email protected]",
"hpdDirectNumber": "011-87654321",
"hpdMobileNumber": "9876543211",
"accountsPayableManager": "Anita Sharma",
"mgrEmail": "[email protected]",
"mgrDirectNumber": "011-76543210",
"mgrMobileNumber": "9876543212"
},
"businessOwnerPersonalDetails": {
"name": "John Doe",
"asutorisedSignatory": "John Doe",
"residentialAddress": "456, Park Avenue, City, State, 654321",
"proofType": "Aadhaar Card",
"documents": "aadhaar_card.pdf"
}
}