Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.8 KB

File metadata and controls

22 lines (14 loc) · 2.8 KB

UploadSectionRequest

Properties

Name Type Description Notes
name String Name the section you are creating. [optional]
templateUuid String ID of the template you want to use. You can copy it from an in-app template URL such as `https://app.pandadoc.com/a/#/templates/{ID}/content`. A template ID is also obtained by listing templates. [optional]
recipients List<DocumentCreateRequestRecipients> The list of recipients you're sending the document to. Every object must contain the `email` parameter. The `role`, `first_name` and `last_name` parameters are optional. If the `role` parameter is passed, a person is assigned all fields matching their corresponding role. If a role was not passed, a person receives a read-only link to view the document. If the `first_name` and `last_name` are not passed, the system does this 1. Creates a new contact, if none exists with the given `email`; or 2. Gets the existing contact with the given `email` that already exists. [optional]
tokens List<DocumentCreateByTemplateRequestTokens> You can pass a list of tokens/values to pre-fill tokens used in a template. Name is a token name in a template. Value is a real value you would like to replace a token with. [optional]
fields Object You can pass a list of fields/values to pre-fill fields used in a template. Please note Signature field can't be pre-filled. [optional]
tags List<String> Mark your document with one or several tags. [optional]
pricingTables List<PricingTableRequest> Information to construct or populate a pricing table can be passed when creating a document. All product information must be passed when creating a new document. Products stored in PandaDoc cannot be used to populate table rows at this time. Keep in mind that this is an array, so multiple table objects can be passed to a document. [optional]
contentPlaceholders List<DocumentCreateRequestContentPlaceholders> You may replace Content Library Item Placeholders with a few content library items each and pre-fill fields/variables values, pricing table items, and assign recipients to roles from there. [optional]
url String Use a URL to specify the PDF. We support only URLs starting with https. [optional]
parseFormFields Boolean Set this parameter as true if you create a document from a PDF with form fields and as false if you upload a PDF with field tags. [optional]