Create a Contact
Purpose
To insert a new contact record.
Request URL
https://fsm.zoho.com/fsm/v1/Contacts
Request Method
POST
Scope
scope=ZohoFSM.modules.Contacts.CREATE
Mandatory Parameters
Name | Description | Type |
Last_Name | The last name of the contact | String |
The email address you want to associate with the contact | 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 contact | 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