Release On-Hold Signature Request

Releases a held SignatureRequest that was claimed and prepared from an UnclaimedDraft

📘

The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.

Class: HelloSign.SignatureRequestService

Return type: HelloSign.ServiceObjects.SignatureRequestResponse

Method

Name
releaseHold()

Acceptable Parameter

NameTypeRequired
signature_request_idString
isLastCalloutBoolean
HelloSign.ServiceObjects.SignatureRequestResponse response =
    new HelloSign.SignatureRequestService('ae831831a892f612d1ec3e2c0df1ca8303289b43').releaseHold();

// Object type: HelloSign.ServiceObjects.SignatureRequest
System.debug(response.signature_request);

// Object type: List<HelloSign.ServiceObjects.Warning>
System.debug(response.warnings);