v1

latestSwagger 2.02026-07-134146194.6 MB
PowerForms

Updates an existing PowerForm.

This method updates an existing PowerForm.

put/v2.1/accounts/{accountId}/powerforms/{powerFormId}

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

powerFormIdstring required

The ID of the PowerForm.

Request body

createdBystring

The ID of the user who created the PowerForm.

createdDateTimestring

The UTC DateTime when the item was created.

emailBodystring

The body of the email message sent to the recipients.

Maximum length: 10000 characters.

emailSubjectstring

The subject line of the email message that is sent to all recipients.

For information about adding merge field information to the email subject, see Template Email Subject Merge Fields.

Note: The subject line is limited to 100 characters, including any merged fields.It is not truncated. It is an error if the text is longer than 100 characters.

instructionsstring

The instructions that display on the landing page for the first recipient. These instructions are important if the recipient accesses the PowerForm by a method other than email. If instructions are entered, they display as an introduction after the recipient accesses the PowerForm. Limit: 2000 characters.

isActivestring

When true, indicates that the PowerForm is active and can be sent to recipients. This is the default value.

When false, the PowerForm cannot be emailed or accessed by a recipient, even if they arrive at the PowerForm URL.

If a recipient attempts to sign an inactive PowerForm, an error message informs the recipient that the document is not active and suggests that they contact the sender.

lastUsedstring

The UTC DateTime when the PowerForm was last used.

limitUseIntervalstring

The length of time before the same recipient can sign the same PowerForm. This property is used in combination with the limitUseIntervalUnits property.

limitUseIntervalEnabledstring

When true, the limitUseInterval is enabled.

limitUseIntervalUnitsstring

The units associated with the limitUseInterval. Valid values are:

  • minutes
  • `hours
  • days
  • weeks
  • months

For example, to limit a recipient to signing once per year, set the limitUseInterval to 365 and the limitUseIntervalUnits to days.

maxUseEnabledstring

When true, you can set a maximum number of uses for the PowerForm.

namestring

The name of the PowerForm.

powerFormIdstring

The ID of the PowerForm.

powerFormUrlstring

The URL for the PowerForm.

senderNamestring

The sender's name.

senderUserIdstring

The ID of the sender.

signingModestring

The signing mode to use. Valid values are:

  • email: Verifies the recipient's identity using email authentication before the recipient can sign a document. The recipient enters their email address and then clicks Begin Signing to begin the signing process. The system then sends an email message with a validation code for the PowerForm to the recipient. If the recipient does not provide a valid email address, they cannot open and sign the document.
  • direct: Does not require any verification. After a recipient enters their email address and clicks Begin Signing, a new browser tab opens and the recipient can immediately begin the signing process. Because the recipient's identity is not verified by using email authentication, we strongly recommend that you only use the direct signing mode when the PowerForm is accessible behind a secure portal where the recipient's identity is already authenticated, or where another form of authentication is specified for the recipient in the Docusign template (for example, an access code, phone authentication, or ID check).

Note: In the account settings, enablePowerFormDirect must be true to use direct as the signingMode.

templateIdstring

The ID of the template used to create the PowerForm.

templateNamestring

The name of the template used to create the PowerForm.

timesUsedstring

The number of times the PowerForm has been used.

uristring

The URI for the PowerForm.

usesRemainingstring

The number of times the PowerForm can still be used.

Response

Successful response.