Update Transaction ID

Updates an existing signing session’s Transaction ID that is in one of these statuses (Draft, Sent, Paused) by sending the below information.

URI PUT rest/v1/transaction/UpdateTxId

Returns – A GenericResponse containing the Basic response information.  (See GenericResponse in Appendix B)

Parameters

NameTypeDescription
encryptedTokenstringRequired. Encrypted Token returned from client authentication.
Returns null if the token has expired or is invalid.
userNamestringRequired. Username (email address) of the user who’s starting the signing session.
signingSessionIdstringRequired.
newTransactionIdstringRequired. The new Transaction ID value.