Create custom fieldAsk AIpost https://sandbox.numeral.io/v1/custom_fieldsCreate a custom field to categorize your objects in Numeral.Body ParamskeystringrequiredThe key of the custom field. Must be unique and snake_case.namestringrequiredThe name of the custom field, which is an understandable description of the data it holds.typestringenumrequiredThe type of the custom field. Can be either select or text.selecttextAllowed:selecttextobject_typesarray of stringsrequiredThe types of object this custom field can be applied to. Can be a combination of payment_order, expected_payment, transaction, direct_debit_mandate, internal_account and external_account.object_types*ADD stringvaluesarray of objectsList of values the custom field can take. Only applicable to custom fields with select type.valuesADD objectResponses 200200 400Validation error. 409Conflict.Updated 7 months ago