Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 854 Bytes

SignatureRequestResponseCustomFieldBase.md

File metadata and controls

21 lines (12 loc) · 854 Bytes

SignatureRequestResponseCustomFieldBase

An array of Custom Field objects containing the name and type of each custom field.

  • Text Field uses SignatureRequestResponseCustomFieldText
  • Checkbox Field uses SignatureRequestResponseCustomFieldCheckbox

Properties

Name Type Description Notes
type*required String The type of this Custom Field. Only 'text' and 'checkbox' are currently supported.
name*required String The name of the Custom Field.
required Boolean A boolean value denoting if this field is required.
apiId String The unique ID for this field.
editor String The name of the Role that is able to edit this field.