DocuSign.Api.DocumentResponsiveHtmlPreview (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged DocumentResponsiveHtmlPreview.
Summary
Functions
Creates a preview of the responsive version of a document.
Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a documentHtmlDefinition object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.
Functions
@spec responsive_html_post_document_responsive_html_preview( DocuSign.Connection.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.DocumentHtmlDefinitions.t()} | {:error, Req.Response.t()}
Creates a preview of the responsive version of a document.
Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a documentHtmlDefinition object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.document_id(String.t): The unique ID of the document within the envelope. Unlike other IDs in the eSignature API, you specify thedocumentIdyourself. Typically the first document has the ID1, the second document2, and so on, but you can use any numbering scheme that fits within a 32-bit signed integer (1 through 2147483647). Tab objects have adocumentIdproperty that specifies the document on which to place the tab.envelope_id(String.t): The envelope's GUID. Example:93be49ab-xxxx-xxxx-xxxx-f752070d71ecopts(keyword): Optional parameters:body(DocumentHtmlDefinition):
Returns
{:ok, DocuSign.Model.DocumentHtmlDefinitions.t}on success{:error, Req.Response.t}on failure