Method: HelloSign::Api::SignatureRequest#create_embedded_signature_request_with_template
- Defined in:
- lib/hello_sign/api/signature_request.rb
#create_embedded_signature_request_with_template(opts) ⇒ HelloSign::Resource::SignatureRequest
Creates a new SignatureRequest based on the given Template to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on HelloSign.
356 357 358 359 360 361 362 363 |
# File 'lib/hello_sign/api/signature_request.rb', line 356 def (opts) opts[:client_id] ||= self.client_id prepare_signers opts prepare_ccs opts prepare_templates opts HelloSign::Resource::SignatureRequest.new post('/signature_request/create_embedded_with_template', :body => opts) end |