Skip to main content
POST
Create

Headers

Accept
string

e.g. application/json

x-api-key
string

e.g. - Partner specific API key provided by Birdeye for data exchange.

x-business-number
string

e.g. - Long Business Number

Body

application/json
fieldName
string
required

Name of custom field.

type
string
required

Type of custom field.

Values allowed are TEXT, URL, NUMBER, DATE, DROPDOWN_SINGLE ,DROPDOWN_MULTI,TEXT_RAW.

defaultValue
string

Default Value of custom field.

dropDownOptions
any[]

The list of options in custom field.

Only required when when type is either "DROPDOWN_SINGLE" or "DROPDOWN_MULTI".

fieldDescription
string

Description of custom field.

filterable
boolean

Whether the custom field will be filterable or not. Default: false

Response

OK