0% found this document useful (0 votes)
14 views

OrgJson

The document outlines the JSON structure for partner and organization information, including details such as organization name, address, GST number, type of premises, business nature, financial information, and managing personnel. It includes sections for additional places of business, trade references, and material and disbursement contacts. The structure is designed to capture comprehensive data for business partnerships and organizational details.

Uploaded by

abdurrahmann243
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

OrgJson

The document outlines the JSON structure for partner and organization information, including details such as organization name, address, GST number, type of premises, business nature, financial information, and managing personnel. It includes sections for additional places of business, trade references, and material and disbursement contacts. The structure is designed to capture comprehensive data for business partnerships and organizational details.

Uploaded by

abdurrahmann243
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Partner Form JSON Structure :

`{
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",

"managingDirectors": ["John Doe", "Jane Smith"],


"managingPartners": ["Ravi Kumar", "Sunita Rao"],
"kartaOfFamily": "Rajesh Kumar",
"soleProprietor": "Vikas Sharma"

"natureOfBusiness": "CCTV Cameras and IT Products",


"OthersBusiness": "Retail Distribution",
"anyBranchForRegistration": true,
"additionalPlacesOfBusiness": [ {"Sector 22, Noida", "Bengaluru Office"}, {"Sector 22, Noida",
"Bengaluru Office"}],

"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

"acctPayableMgrDetails": "Pooja Verma",


"mgrEmail": "[email protected]",
"mgrDirectNumber": "+91-8844556677",
"mgrMobileNumber": "+91-9955667788"

},

"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"
}
}

You might also like