Unclaimed Draft Edit and Resend

POST https://api.hellosign.com/v3/unclaimed_draft/edit_and_resend/:signature_request_id

Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. The test_mode parameter can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if requester_email_address parameter is not set. Note that embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on HelloSign.

Additional information can be found here.

Request Body

[{"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"test_mode", "value"=>"{{test_mode}}", "datatype"=>"string"}, {"name"=>"requesting_redirect_url", "value"=>"http://www.example.com", "datatype"=>"string"}, {"name"=>"signing_redirect_url", "value"=>"http://www.example.com", "datatype"=>"string"}, {"name"=>"is_for_embedded_signing", "value"=>"1", "datatype"=>"number"}]