Lock an envelope.
POST {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/lock
Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope.
Note: Users must have envelope locking capability enabled to use this function (userSetting canLockEnvelopes
must be set to true for the user).
Request Body
{"lockedByApp"=>"sample string 1", "lockDurationInSeconds"=>"sample string 2", "lockType"=>"sample string 3", "useScratchPad"=>"sample string 4", "templatePassword"=>"sample string 5"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |