Create PDF Template Config
create_pdf_template_configCreate a new PDF Template Config for a specified company to generate document exports, returning a download URL or async job handle.
Instructions
Create new PDF Template Config for a specified company. Use this to create a new Documents in Procore. Generates the export and returns a download URL or async job handle. Required parameters: company_id. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/companies/{company_id}/pdf_template_configs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| description | No | JSON request body field — description of the PdfTemplateConfig | |
| template_name | No | JSON request body field — pdfTemplate name | |
| default_project | No | JSON request body field — set the configs as default to every company's project | |
| pdf_config_options | No | JSON request body field — the pdf config options for this Documents operation |