Add Custom Fields
To add user defined custom fields with attribute key and module
Last updated
To add user defined custom fields with attribute key and module
Last updated
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
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