Update eSignature transaction
This endpoint will replace an eSignature transaction's data. Authorization (HTTP bearer token) required.
| Path Parameters |
|---|
id string — REQUIREDThe unique identifier of the eSignature transaction. |
| Request Body — REQUIRED The updated transaction data. | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
documents object[] — REQUIREDList of documents
| ||||||||||||||||||||||||
participants (circular)[] — REQUIREDlist of participants to include in esign session | ||||||||||||||||||||||||
notifyParticipants objectnotification preferences
| ||||||||||||||||||||||||
status string — REQUIREDPossible values: [ | ||||||||||||||||||||||||
referenceId string — REQUIREDThe unique identifier your organization assigned to this transaction. | ||||||||||||||||||||||||
signingOrder booleanThe flag to enable signing order. | ||||||||||||||||||||||||
personalizedMessage stringThe personalized message to the email request sent to the client. |
| Responses | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201The eSignature transaction record has been successfully updated.
|