PATCH /rest/v1.0/companies/{company_id}/pdf_template_configs/{id}
Update a PDF Template Config
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
PDF Template Configs ID |
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.