Add Custom Fields

To add user defined custom fields with attribute key and module

Add custom fields, Maximum limit for an entity to add custom fields is 20. Below is a sample cURL request to add some custom fields:

POST{{apiUrl}}custom_fields/add_update_custom_field

Request Body

Name
Type
Description

apikey*

String

Authentication token

custom_fields

Array

Array of custom field object For ex: {attribute_key: string, module: string } Valid module are: sales and customers

action

String

add

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2024-10-01 10:36:31",
    "data": null
}

Last updated

Was this helpful?