Create a Service/Part
Purpose
To insert a new service/part record.
Request URL
https://fsm.zoho.com/fsm/v1/Service_And_Parts
Request Method
POST
Scope
scope=ZohoFSM.modules.Service_And_Parts.CREATE
Input JSON Keys
Name | Description | Type |
Name (mandatory) | The name of the service or part | String |
Unit_Price (mandatory) | The unit price for the service or part | Integer |
Type (mandatory) | Specify whether Service or Part | String |
The following tax parameters will differ based on the edition chosen: | ||
Taxable (mandatory) | Whether taxable is true or false | Boolean |
Tax_Name (mandatory) | Tax name if taxable is true | String |
Tax_Exemption_Code (mandatory) | Tax exemption code if taxable is false | String |
Inter_State_Tax_Rate (mandatory) | Applicable for the Indian edition | String |
Intra_State_Tax_Rate (mandatory) | Applicable for the Indian edition | String |
Service_Tasks | Details of the service tasks you want to add to a service:
| JSON Array String String String String |
Sample Request
Copied
Sample Input
Copied
Show full
Show less
Sample Response
Copied
Show full
Show less