Custom Fields
Create Custom Field Option
Add a new, single custom field option to a given custom field of type SELECT.
post/transactions/custom-fields/{customFieldId}/options
Path parameters
customFieldIdstring uuid required
The unique identifier of the custom field for which you want to add a new option.
Query parameters
organizationIdstring uuid required
The unique identifier of the organization to create the custom field option for.
Request body
Response
Ok. The custom field option can be used after you received the callback for the CUSTOM_FIELD_OPTION_CREATED event.