URL: {{base_url}}/save_custom_field
Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
nameName of the custom fieldYes
moduleTarget moduleYes
descriptionShort descriptionYes
datatypeData typeYes
requirementIs the field required?Yes
uniquenessShould entries be unique?Yes
  • datatype: string (A-Z,a-z), numeric (0-9), email, url
  • requirement, uniqueness: Boolean (true/false)

Modules

NameDescriptionModule
add_supplierForm for adding suppliersSuppliers
add_serviceForm for adding a serviceServices
add_saleWhen adding a saleSales
employee_infoAdding EmployeePayroll
add_liabilityAdding LiabilityLiability
add_inventoryAdding InventoryInventory
restock_inventoryRestocking InventoryInventory
inventory_adjustmentAdjusting inventory quantities due to damage or theftInventory
add_expenseAdding EmployeeExpenses
add_equityAdding EquityEquity
add_customerAdding CustomerCustomers
add_assetAdding AssetAssets

Response Codes

CodeDescription
201Successful
500Internal server error
401Field name for the module already exists