create_company_form_template
Create form templates for companies in Procore to standardize project management documents and workflows.
Instructions
Create Company Form Template. [Project Management/Forms] POST /rest/v1.0/companies/{company_id}/form_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| form_template | Yes | form_template | |
| fillable_pdf | Yes | Form Template's Fillable PDF. To upload a fillable PDF you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `fillable_pdf` ... |