Skip to main content
POST
Add Custom Field

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Body

application/json

User customized field

attributeName
string
required

The name of this custom field

attributeType
string
required

The type of the field

Example:

"number, text, date, anniversary_date, single_select, multi_select, percentage, currency"

value
string
required

The content of the field for lead, value for multi-select,such as "["item1","item2\s",...]" .It's unnecessary when adding a new custom field for team

params
string

options for select, such as {"option":["item1","item2",...]}

Response

Custom field created.

The response is of type string.

Example:

"success"