Create a custom field

Create a new custom field.

See Transactions in the Guides section for more information, sample requests, and responses.

Body Params
string
required

Custom field name

string

Custom field description

boolean

Set as true if the custom field can have multiple selected values

boolean
required

Set as true if the custom field can have custom values

number

Minimum transaction amount where the custom field is required

boolean
required

Set as true if the custom field is required for all budgets. The default value is false.

boolean
required

Set as true if the custom field applies to all budgets. The default value is false.

values
array of strings

List of custom field values

values
selectedBudgetIds
array of strings

List of budgets where the custom field is available. Set the budget ID or UUID values.

selectedBudgetIds
requiredBudgetIds
array of strings

List of budgets where the custom field is required. Set the budget ID or UUID values.

requiredBudgetIds
Headers
string | null

Access token for Spend & Expense API authentication

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json