Create a Company
Purpose
To insert a new company record.
Request URL
https://fsm.zoho.com/fsm/v1/Companies
Request Method
POST
Scope
scope=ZohoFSM.modules.Companies.CREATE
Name | Description | Type |
Company_Name | The name of the company | String |
The following tax parameters will differ based on the edition chosen: | ||
Taxable | Whether taxable is true or false | Boolean |
Tax_Name | Tax name if taxable is true | String |
Tax_Exemption_Code | Tax exemption code if taxable is false | String |
Tax_Authority | A tax authority needs to be provided if taxable is false | String |
GST_Treatment | Applicable for the Indian edition | String |
Place_of_Supply | Applicable for the Indian edition | String |
Tax_Reg_Number | Applicable for the Indian edition | String |
VAT_Treatment | Applicable for the UK edition | String |
The below parameters are mandatory if multi-currency is enabled. The base currency will be applied by default. | ||
Currency | The currency you want to choose for the company | String |
Exchange_Rate | The exchange rate w.r.t the base currency of the organization | String |
Sample Request
Copied
Sample Input
Copied
Show full
Show less
Sample Response
Copied
Show full
Show less