Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 3.56 KB

templatecreatedocumentfromtemplaterequestbody.md

File metadata and controls

26 lines (21 loc) · 3.56 KB

TemplateCreateDocumentFromTemplateRequestBody

Example Usage

import { TemplateCreateDocumentFromTemplateRequestBody } from "@documenso/sdk-typescript/models/operations";

let value: TemplateCreateDocumentFromTemplateRequestBody = {
  templateId: 3830.66,
  recipients: [
    {
      id: 3931.22,
      email: "[email protected]",
    },
  ],
};

Fields

Field Type Required Description
templateId number ✔️ N/A
recipients operations.TemplateCreateDocumentFromTemplateRecipients[] ✔️ The information of the recipients to create the document with.
distributeDocument boolean Whether to create the document as pending and distribute it to recipients.
customDocumentDataId string The data ID of an alternative PDF to use when creating the document. If not provided, the PDF attached to the template will be used.