Create Custom Field OptionAsk AIpost https://partner-api.getpliant.com/api/transactions/custom-fields/{customFieldId}/optionsAdd a new, single custom field option to a given custom field of type SELECT.Path ParamscustomFieldIduuidrequiredThe unique identifier of the custom field for which you want to add a new option.Query ParamsorganizationIduuidrequiredThe unique identifier of the organization to create the custom field option for.Body ParamsnamestringrequiredThe name of the custom field option, readable for humans.valuestringrequiredThe value of the custom field option. This is mostly your internal value you want to process.isDefaultbooleanrequiredIf set to true, this means this custom field option is the default option for the related custom field.truefalseResponses 200Ok. The custom field option can be used after you received the callback for the CUSTOM_FIELD_OPTION_CREATED event. 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 429Too Many Requests. The API consumer has sent too many requests in a given amount of time. Please check our API guidelines. 500Internal Server Error. The request was not completed due to an internal error.Updated 8 months ago