PATCH /rest/v1.0/companies/{company_id}/pdf_template_configs/{id}/update_default_project

Update a PDF Template Config

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID of the PDF Template Config

company_id Integer Yes

Unique identifier for the company.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
pdf_template_config Object Yes
pdf_template_config.description String No

description of the PdfTemplateConfig

pdf_template_config.template_name String No

PdfTemplate name

pdf_template_config.pdf_config_options Object No
pdf_template_config.pdf_config_options.collapse_na_sections Boolean No
pdf_template_config.pdf_config_options.attendees_phone_number_display Boolean No
pdf_template_config.pdf_config_options.show_status_change Boolean No
pdf_template_config.pdf_config_options.attendees_table_format Boolean No
pdf_template_config.pdf_config_options.show_na_items Boolean No
pdf_template_config.pdf_config_options.show_activity_details Boolean No
pdf_template_config.pdf_config_options.disclaimer_footer_text Boolean No
pdf_template_config.default_project Boolean No

set the configs as default to every company's project

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.