How to create a company through API?
API URL:Â https://api.giddh.com/company
Header:Â
Session id - Get session id from verifying code.
Request Body:Â
{
  "name": "Company Name",
  "country": "IN",
  "phoneCode": "91",
  "contactNo": "9988998899",
  "uniqueName": "companin16562141720350kfiqc",
  "isBranch": false,
  "subscriptionRequest": {
    "planUniqueName": "",
    "subscriptionId": "",
    "userUniqueName": "abc@gmail.com",
    "licenceKey": ""
  },
  "addresses": [
    {
      "stateCode": "MP",
      "address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
      "isDefault": false,
      "stateName": " Madhya Pradesh",
      "taxNumber": "23ABQPF6142H1Z8",
      "pincode": "452018"
    }
  ],
  "businessNature": "Service",
  "businessType": "Registered",
  "address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
  "industry": "",
  "baseCurrency": "INR",
  "isMultipleCurrency": false,
  "city": "",
  "email": "",
  "taxes": [
    "gst5",
    "gst12",
    "gst18",
    "gst28"
],
  "userBillingDetails": {
    "name": "",
    "email": "",
    "contactNo": "",
    "gstin": "",
    "stateCode": "",
    "address": "",
    "autorenew": ""
  },
  "nameAlias": "",
  "paymentId": "",
  "amountPaid": "",
  "razorpaySignature": ""
}
Contributors
Sheba Khan
Last updated: Unknown