Skip to main content

Create a custom field

POST 

/v2/custom_fields

Creates a custom field.

Request

Body

required
    name string

    The name of the custom field

    field_type string

    The field type of the custom field. Value must be one of: person, company, opportunity

Responses

Success

Schema
    id integer

    ID of Custom Field

    name string

    Name of the Custom Field

    field_type string

    Type of the Custom Field. Value must be one of: person, company, opportunity.

    value_type string

    Value Type of the Custom Field. Value must be one of: text, date.

    created_at date-time

    Datetime of when the Custom Field was created

    updated_at date-time

    Datetime of when the Custom Field was last updated

Loading...