Skip to main content

CreateFormDefinitionRequest

Properties

NameTypeDescriptionNotes
description(optional) stringDescription is the form definition description[default to undefined]
formConditions(optional) Array<FormCondition>FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form[default to undefined]
formElements(optional) Array<FormElement>FormElements is a list of nested form elements[default to undefined]
formInput(optional) Array<FormDefinitionInput>FormInput is a list of form inputs that are required when creating a form-instance object[default to undefined]
namestringName is the form definition name[default to undefined]
ownerFormOwner[default to undefined]
usedBy(optional) Array<FormUsedBy>UsedBy is a list of objects where when any system uses a particular form it reaches out to the form service to record it is currently being used[default to undefined]