Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.31 KB

TemplateLocks.md

File metadata and controls

17 lines (13 loc) · 1.31 KB

TemplateLocks

Properties

Name Type Description Notes
errorDetails ErrorDetails [optional]
lockDurationInSeconds String Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended. [optional]
lockedByApp String Specifies the friendly name of the application that is locking the envelope. [optional]
lockedByUser UserInfo [optional]
lockedUntilDateTime String The date and time that the lock expires. [optional]
lockToken String A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock. [optional]
lockType String The type of lock. Currently `edit` is the only supported type. [optional]
useScratchPad String When set to true, a scratchpad is used to edit information. [optional]

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