Create an Equipment
Purpose
To create an equipment record.
Request URL
https://fsm.zoho.com/fsm/v1/Equipments
Request Method
POST
Scope
scope=ZohoFSM.modules.Equipment.CREATE
Input JSON Keys
Name | Description | Type | Mandatory |
Name | The name of the equipment. | String | Yes |
Description | A description for the equipment | String | |
Status | The status of the equipment. The possible values are Active, Inactive, Out of Service, Under Maintenance. If this parameter is not used, the Status value will default to Active. | String | |
Type | The type of the equipment. The possible values are Power Tools, Vehicle, Compactor. | String | |
Equipment_Serial_Number | The serial number of the equipment. The serial number will be unique to an equipment. | String | |
Equipment_Model_Number | The model number of the equipment. The model number identifies a category of equipment that is of the same model. | String | |
Warranty_Status | Indicate whether the warranty status of the equipment is Active or Expired. If this parameter is not used, the warranty status value will default to Active. | String | |
Warranty_Expired_Date | The warranty expiry date of the equipment. Provide the value in the format YYYY-MM-DD. | String | |
Purchased_Date | The purchase date of the equipment. Provide the value in the format YYYY-MM-DD. | String |
Sample Request
Copied
Sample Input
Copied
Sample Response
Copied