v1

latestOpenAPI 3.0.02026-07-24176123205.3 KB
ESignature Templates

Update a template

Update an eSignature template.

put/e-signature-templates/{id}

Request body

titlestring

The title of the eSignature template.

descriptionstring

Description of of the eSignature template.

emailMessagestring

Body of the email message to be sent to the signers

ownerstring

Pactima ID of the owner of the package. Defaults to the id of the requester; when using as Team Integration API Key, the request can specify any team member

kind'REGULAR' | 'EASY_SIGN'
orderedSignersboolean

Determine if signers are ordered, only for STANDARD eSignature kinds

customBrandItemIdstring

ID of the custom brand item to use for the package. Owner must have own the specified the custom brand item.

Example request

{
  "title": "My First eSignature template"
}

Response

Returns the object if successfully updated. Returns an error if the update parameters are invalid.

idstring required
isTestModeboolean
titlestring required
descriptionstring
emailMessagestring
orderedSignersboolean

Signers are sent by order

ownerstring
kind'REGULAR' | 'EASY_SIGN'
packageFolderIdstring

Package folder that the esp is part of

customBrandItemIdstring

Id of the applicable custom brand item to apply to this eSignature template