Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

TextCustomField.md

File metadata and controls

16 lines (12 loc) · 1.16 KB

TextCustomField

Properties

Name Type Description Notes
configurationType String If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`. [optional]
errorDetails ErrorDetails [optional]
fieldId String The id of the custom field. [optional]
name String The name of the custom field. [optional]
required String When set to true, senders are required to enter or select information for the field before they can send the envelope. [optional]
show String When set to true, the field displays in the Envelope Custom Fields section when a user creates or sends an envelope. [optional]
value String The value of the custom field. The user who creates or sends the envelope provides this value. Maximum length: 100 characters. [optional]

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