Create an asset field

Body Params

The parameters for CreateField

string

Name of the field.

string
enum
Defaults to FIELD_VALUE_TYPE_UNSPECIFIED

Describes each type of asset field.

  • FIELD_VALUE_TYPE_UNSPECIFIED: Field value type unspecified.
  • FIELD_VALUE_TYPE_STRING: This type accepts plain text values.
  • FIELD_VALUE_TYPE_MONEY: This type accepts numerical values with currency codes. For example, "99.99" numerical value with "AUD" as the currency code.
  • FIELD_VALUE_TYPE_TIMESTAMP: This type accepts timestamp values in the Internet Date-Time format.
  • FIELD_VALUE_TYPE_SELECT: This type accepts select values.
Allowed:
select_options
array of objects

Optional. The options of a field select. 100 limit enforced in typefield, but to lower the feedback loop, we enforce it here too.

select_options
Responses

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