Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 783 Bytes

SubFieldOptions.md

File metadata and controls

27 lines (15 loc) · 783 Bytes

SubFieldOptions

This allows the requester to specify field options for a signature request.

Properties

Name Type Description Notes
dateFormat*required DateFormatEnum Allows requester to specify the date format (see list of allowed formats)

Note: Only available for Premium and higher.

Enum: DateFormatEnum

Name Value
MMDDYYYY "MM / DD / YYYY"
MM_DD_YYYY "MM - DD - YYYY"
DDMMYYYY "DD / MM / YYYY"
DD_MM_YYYY "DD - MM - YYYY"
YYYYMMDD "YYYY / MM / DD"
YYYY_MM_DD "YYYY - MM - DD"