Create Custom Field

Create a new custom field for the organization. Custom fields can be used to store additional information on transactions. For example, you can create a custom field to store an internal identifier, a project name, or accounting related data. Custom fields can be of type TEXT or SELECT. TEXT custom fields can store any text value. SELECT custom fields can store a fixed set of options. Each new custom field is created ACTIVE.

Query Params
uuid
required

The unique identifier of the organization to create the custom field for.

Body Params
string
required

The label of the custom field, displayed in the UI.

string

The description of the custom field, displayed in the UI, optional.

string

The default value of the custom field, optional.

string
enum
required

The type of the custom field. TEXT represents a custom field which can store any text value. SELECT represents a custom field which can store a fixed set of options.

Allowed:
string
enum
required

The automation type of the custom field. For now only CARD is supported. This means, that the custom fields default value will be copied to every transaction made with the card the field is set on.

Allowed:
boolean
required

If set to true, this means this custom field is mandatory to be filled with a default value on the level of the automation, here CARD.

boolean
required

If set to true, this means this custom field is mandatory to be filled on every transaction which should be exported with the Pliant accounting export.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json