Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 983 Bytes

SignatureRequestResponseCustomFieldBase.md

File metadata and controls

18 lines (13 loc) · 983 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.

[Back to Model list] [Back to API list] [Back to README]