post https://api.quicko.com/gst/businesses
This API allows you to create a new business and returns the business id along with other attributes
Important Links
Request Body Example
{
"supporting_documents": [],
"scheme": "Regular",
"contact": {
"mobile": "9999999999",
"email": "[email protected]",
"@entity": "contact"
},
"name": "JOHN DOE PRIVATE LIMITED",
"registered": true,
"billing_address": {
"country": "India",
"full_address": "1, ABC Lakeview Tower, Ahmedabad, Gujarat - 380015",
"type": "Billing",
"@entity": "address"
},
"bank_accounts": [],
"display_name": "John Doe Private Limited",
"gstin": "24AAACQ3770E2ZZ",
"@entity": "business",
"filing_frequency": "Quarterly"
}