pub async fn create_form_field_with_id(
configuration: &Configuration,
field_id: &str,
form_field_request: Option<FormFieldRequest>,
) -> Result<FormFieldResponse, Error<CreateFormFieldWithIdError>>
Expand description
Creates a form field. You can optionally specify an Id for the form, if not provided one will be generated.