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
Last updated
Was this helpful?